This is ExecApp.h in view mode; [Download] [Up]
# import <appkit/Application.h>
# import <appkit/Text.h>
# import <appkit/Matrix.h>
# import "Executive.h"
@interface ExecApp:Application
{ id command;
id async;
id commandType;
id pipeOutputWindow;
id pipeOutputSV;
id queueSV;
/*
* Instance variables
*/
Text *pipeOutputText;
Matrix *queueMatrix;
Executive *executive;
}
- setCommand:anObject;
- setAsync:anObject;
- setCommandType:anObject;
- setPipeOutputWindow:anObject;
- setPipeOutputSV:anObject;
- setQueueSV:anObject;
- commandDone:(int)which result:(int)err;
- takeUpdatePeriodFrom:sender;
- execute:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.