This is MathTool.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
#import <appkit/Speaker.h>
#define GRAPHICS 0
#define INPUT 1
#define OUTPUT 2
#define NONE 3
@interface MathTool:Object
{
id theSpeaker;
char *outString;
char *inputTextString, *outputTextString, *graphicsString;
}
- initMath:sender;
- setupKernel;
- executeCommand:(char *)aCommandString resultType:(int)typeOfResult;
- connect;
- (int)msgProcessString:(char *)inputString into:(char **)outputString
processType:(int)type ok:(int *)flag;
- (char *) outputTextString;
- (char *) inputTextString;
- (char *) graphicsString;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.