ftp.nice.ch/pub/next/developer/objc/appkit/Lab1234.s.tar.gz#/Lab4/Solution/PaintDocView.h

This is PaintDocView.h in view mode; [Download] [Up]

#import <appkit/View.h>

@interface PaintDocView : View
{
    id paintDropBitmap;
    id docBitmap;
    int brushShape;
    float brushSize;
    float paintColor;
}

- clear;
- setDocBrushShape:(int)newBrushShape;
- setDocBrushSize:(float)newBrushSize;
- setDocPaintColor:(float)newPaintColor;
- updatePaintDropBitmap;
- mouseDown:(NXEvent*)theEvent;
- paintOneDrop:(NXPoint *)cursorLocation;
- drawSelf:(NXRect *)r:(int)count;



@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.