home *** CD-ROM | disk | FTP | other *** search
- /* Generated by Project Builder */
-
- #import <appkit/View.h>
-
- @interface ShapeView:View
- {
- float angle;
- float xScale;
- float yScale;
- float x;
- float y;
- id downWindowMatrix; // outlet w/ coord of
- // mouse down event
- id upWindowMatrix; // outlet w/ coord of
- // mouse-up event
- }
-
- - initFrame:(NXRect *)frameRect;
- - scale:sender;
- - translate:sender;
- - rotate:sender;
- - erase;
- - mouseDown:(NXEvent *)theEvent;
- - mouseUp:(NXEvent *)theEvent;
- - (BOOL)acceptsFirstMouse;
-
- @end
-