This is Manager.h in view mode; [Download] [Up]
/*
* This class mostly does opening and saving. Plus setting the matrices
* and ScrollView up for max class size (45)
* Rob Ferrante, 2/92
*/
#import <objc/Object.h>
@interface Manager:Object
{
id grades;
id quizWindow;
id classField;
id quizField;
id scores;
id names;
id scroller;
char *currentPathName;
}
- init;
- saveToFileWithPanel:sender;
- readFromCurrentFile:sender;
- saveToCurrentFile:sender;
- readFromFileWithPanel:sender;
- appDidInit:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.