This is Controller.h in view mode; [Download] [Up]
#import <objc/Object.h> @interface Controller:Object { id myListener; id theSmsObject; id infoPanel; id helpPanel; id headerPanel; id detController; id stocController; id asciiController; id theWindow; id pathnameForm; id formatForm; id lengthForm; id frameRateForm; id numberTrajForm; id numberCoeffForm; id stochTypeForm; id analysisParForm; } - appDidInit:sender; - (int)appOpenFile:(const char *)path type:(const char *)type; - revertToSaved:sender; - displayDeterministic:sender; - displayStochastic:sender; - displayAscii:sender; - headerPanel:sender; - infoPanel:sender; - helpPanel:sender; - getInfo:(const char *)pChPathname; - getTheSmsObject; - open:sender; - openFile:(const char *)fileName; - saveFile:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.