This is Connection.h in view mode; [Download] [Up]
#import "Glyph.h" @interface Connection:Glyph { Glyph *owner ; BOOL isConnected ; } - clone ; - cloneAux: aGlyph ; - drawSelf: (NXRect *) aRect ; - free ; - init: (float) width :(float) height ; - (BOOL) isConnected ; - (char *) mKPatchType ; - mouseDown: (NXEvent *) anEvent ; - mouseDragged: (NXEvent *) anEvent ; - mouseUp: (NXEvent *) anEvent ; - owner: (Glyph *) aGlyph ; - propogate: (char *) aCommand from: (Glyph *) aGlyph ; - rightMouseDown: (NXEvent *) anEvent ; - wasReceivedBy: aGlyt ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.