This is UGMethodDef.h in view mode; [Download] [Up]
/**************************************************
* SynthBuilder
* Copyright 1993 Nick Porcaro All Rights Reserved
**************************************************/
#import <objc/Object.h>
@interface UGMethodDef:Object
{
id inspector;
char *theName;
int xCoord;
int yCoord;
BOOL isOutput;
id theNameField;
id theXCoordField;
id theYCoordField;
id theIOSwitch;
id theIOSwitchPop;
id theUGDef;
}
- init;
- initUGDef: aUGDef;
- takeXCoordFrom:sender;
- takeYCoordFrom:sender;
- takeIOFromMenu:sender;
- takeNameFrom:sender;
- setXCoord:(int) x;
- setYCoord:(int) y;
- setIsOutput:(BOOL) val;
- setName:(char *) aName;
- (char *) getName;
- (int) xCoord;
- (int) yCoord;
- (BOOL) isOutput;
- updateInspector;
- edit;
- closeInspector;
- write:(NXTypedStream *) stream;
- read:(NXTypedStream *) stream;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.