Public Member Functions | |
| (void) | - initCursorRectangles |
| Set up the cursor rectangles for the current selection and mode. | |
| (void) | - processCursorRect:cursor:x:y:w:h:visible: |
| Add a cursor rectangle. | |
| (void) | - timerDrag: |
| Management of the "off view" scrolling. | |
| - (void) initCursorRectangles |
Set up the cursor rectangles for the current selection and mode.
| - (void) processCursorRect: | (NSRect*) | r | ||
| cursor: | (NSCursor*) | cur | ||
| x: | (float) | x | ||
| y: | (float) | y | ||
| w: | (float) | w | ||
| h: | (float) | h | ||
| visible: | (NSRect) | v | ||
Add a cursor rectangle.
| r | A reference to the rectangle to update and add | |
| cur | The cursor shape to attach to this rectangle | |
| x | The origin of the cursor rectangle | |
| y | The origin of the cursor rectangle | |
| w | The width of the cursor rectangle | |
| h | The height of the cursor rectangle | |
| v | The "visible" rectangle of the view |
| - (void) timerDrag: | (NSTimer*) | timer |
Management of the "off view" scrolling.
| timer | The timer which calls this method. This method gets called when the mouse stands still outside the view to continue auto-scrolling. |
1.5.4