This is Tuple.h in view mode; [Download] [Up]
#import "PSCPriv.h" #define ABOVE flags.user1 #define BRACKET flags.user2 @interface Tuple:PSCPriv { int x,y ; id influence ; } - above: (BOOL) YESorNO ; - bracket: (BOOL) YESorNO ; - influence: aGlyph; - influence: influence left: (float *) left right: (float *) right slope: (float *) slope ; - init: (float)width :(float)height ; - makeCache ; - (float) multiplier ; - mouseDragged: (NXRect *) aRect ; - plant: (Glyph *) aGlyt ; - scan ; - wasPlanted: aGlyph ; - x: (int) xVal y: (int) yVal ; -read: (NXTypedStream *) stream ; -write: (NXTypedStream *) stream ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.