This is StocController.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface StocController:Object
{
id topController;
id magWindow;
id magView;
id leftTimeFormMag;
id rightTimeFormMag;
id topDbForm;
id bottomDbForm;
int iFirstFrameMag;
int iLastFrameMag;
float fBottomDb;
float fTopDb;
id coeffWindow;
id coeffView;
id leftTimeFormCoeff;
id rightTimeFormCoeff;
id topCoeffForm;
id bottomCoeffForm;
id topValueForm;
id bottomValueForm;
int iFirstFrameCoeff;
int iLastFrameCoeff;
int iLowestCoeff;
int iHighestCoeff;
float fBottomValue;
float fTopValue;
}
- init:(id)controller;
- getTheSmsObject;
- displayMagnitude:sender;
- setFirstFrameMag:sender;
- (int)getFirstFrameMag;
- setLastFrameMag:sender;
- (int)getLastFrameMag;
- setBottomDb:sender;
- (float)getBottomDb;
- setTopDb:sender;
- (float)getTopDb;
- displayCoefficients:sender;
- setFirstFrameCoeff:sender;
- (int)getFirstFrameCoeff;
- setLastFrameCoeff:sender;
- (int)getLastFrameCoeff;
- setLowestCoeff:sender;
- (int)getLowestCoeff;
- setHighestCoeff:sender;
- (int)getHighestCoeff;
- setBottomValue:sender;
- (float)getBottomValue;
- setTopValue:sender;
- (float)getTopValue;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.