This is PlotController.h in view mode; [Download] [Up]
/* PlotController.h -- Interface file for the PlotController class */
#import <objc/Object.h>
#import <dpsclient/event.h>
@interface PlotController:Object
{
id theScrollView;
id inputText;
id thePlotView;
}
- appDidInit:sender;
- textDidGetKeys:theText isEmpty:(BOOL)flag;
- plotView:sender providePoints:(NXStream **)stream;
- plotView:sender pointDidChange:(NXPoint *)aPoint;
- requestPlot:pasteboard userData:(const char *)userData error:(char **)msg;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.