This is PlotDelegate.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface PlotDelegate:Object
{
id plotParam;
id servicesHandler;
id canvasWindow;
id controlPanel;
id colorOptionButton;
id formatHandler;
id canvas;
id printColorButton; /* print color button on the preferences panel */
id printLineStyleButton; /* line style button on the preferences panel */
id accPrintColorButton; /* print color button on the accessory panel */
id accPrintLineStyleButton;/* line style button on the accessory panel */
id opaqueBackgroundButton; /* background button on the preferences panel */
char *iconPath; /* for drag and drop operation */
id infoPanel;
id helpPanel;
}
- appWillInit:sender;
- appDidInit:sender;
- resetDefaults:sender;
- plotFromPasteboard:pb userData:(const char *)userData error:(char **)errorMessage;
- (BOOL)appAcceptsAnotherFile:sender;
- (int)app:sender openFile:(const char *)fullPath type:(const char *)aType;
- getArgs;
- showInfo:sender;
- showHelp:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.