This is DiagramCell.h in view mode; [Download] [Up]
#import <appkit/appkit.h> //Standard for 3.0, inefficient for 2.1.
@interface DiagramCell:Object
{
NXRect frameRect;
NXImage *image;
}
- setImage:(NXImage *)anImage;
- getFrame:(NXRect *)rect;
- moveBy:(NXCoord)dx :(NXCoord)dy inViewRect:(NXRect *)rect;
- mouseHit:(NXPoint *)location;
- drawSelf;
- drawInDirtyRect:(NXRect *)rect;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.