home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
-
- #define SELECTION 0
- #define HAIRLINE 1
-
- @interface LPCView:View
- {
- float cursorloc; /* location of cursor in pixels */
- float width; // width of selection in pixels
- id delegate; // delegate if needed
- int displayCursor;
- id parent; // id of LPCPlot parent
- int cursortype;
- }
-
- + newFrame:(const NXRect *)frameRect;
-
- // Cursor handling routines
- - mouseDown:(NXEvent *)event;
- - drawCurs;
- - drawPlot:(float *)data :(char *)ops :(float *)bbox :(int) num: (float) scale;
- - (BOOL) acceptsFirstResponder;
- - setDelegate:anObject;
- - setCursor:(BOOL)val;
- - (BOOL) cursorOn;
- - setParent:par;
- - (int) getcurPos;
- - (int) getWidth;
- - changeCurs:(float)loc:(float)wid;
- - setCursorType:(int)type;
- - (int)cursorType;
- - (BOOL) acceptsFirstResponder;
- @end
-