#import <MyImageView.h>
Public Member Functions | |
| (void) | - initCursors |
| Initialize all the selection related cursors. | |
| (MyIntegerRect) | - getSelection |
| Retrieve the current selection. | |
| (unsigned int) | - getModifiers |
| Get the modifiers associated with the selection. | |
| (void) | - setSelection:resizable:movable: |
| Set the selection rectangle. | |
| - (void) initCursors |
Initialize all the selection related cursors.
| - (MyIntegerRect) getSelection |
Retrieve the current selection.
| - (unsigned int) getModifiers |
Get the modifiers associated with the selection.
| - (void) setSelection: | (MyIntegerRect) | selection | ||
| resizable: | (BOOL) | resize | ||
| movable: | (BOOL) | move | ||
Set the selection rectangle.
| selection | The new selection. | |
| resize | Is this new selection resizable. | |
| move | Whether the selection can be moved |
1.5.4