This is Square3D.h in view mode; [Download] [Up]
@interface Square3D : Cell
{
float background;
int row;
int color;
int type;
NXRect location;
BOOL moving;
}
- setMoving: (BOOL)flag;
- (BOOL) moving;
- (int)type;
- (int)colorVal;
- setType: (int)t color:(int)c;
- setRow: (int)r;
- setBackground: (float) b;
- (NXRect *)location;
- setLocation: (NXRect *)r;
- highlight: (const NXRect *)f inView: v;
- drawSelf:(const NXRect *)cellFrame inView:v;
- drawInside:(const NXRect *)cellFrame inView:v;
- drawBackground:(const NXRect *)f inView: v;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.