#import <CocoaImplementation.h>
Public Member Functions | |
(void) | - drawRect: |
(id) | - initWithFrame: |
(void) | - keyDown: |
(void) | - keyUp: |
(void) | - mouseDown: |
(void) | - mouseDragged: |
(void) | - mouseMoved: |
(void) | - mouseUp: |
Protected Attributes | |
BOOL | dragging |
NSPoint | dragStartLocation |
NSPoint | lastDragLocation |
Definition at line 45 of file CocoaImplementation.h.
- (id) initWithFrame: | (NSRect) | frame |
- (void) mouseDown: | (NSEvent *) | event |
- (void) mouseDragged: | (NSEvent *) | event |
- (void) mouseMoved: | (NSEvent *) | event |
- (BOOL) dragging [protected] |
Definition at line 48 of file CocoaImplementation.h.
- (NSPoint) dragStartLocation [protected] |
Definition at line 46 of file CocoaImplementation.h.
- (NSPoint) lastDragLocation [protected] |
Definition at line 47 of file CocoaImplementation.h.