This is PatchElement.h in view mode; [Download] [Up]
#import "Glyph.h" #import <objc/List.h> @interface PatchElement:Glyph { @public unsigned char inputs ; List *outputs ; } - addConnection: (Glyph *) aConnection ; - clone ; - cloneAux: aGlyph ; - drawSelf: (NXRect *) aRect ; - free ; - init: (float) x : (float) y ; - (int) inputs ; - inputs: (int) knt ; - removeConnection: (Glyph *) aConnection ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.