NSCursor (SCCursors)

Declared In:
Sc21/SCCursors.h

Category Description

Custom cursors used in Sc21.

These cursors can be used in exactly the same way as other NSCursors. Refer to the NSCursors documentation for information on cursor handling in Cocoa.


Method Types

Retrieving cursor instances
+ panCursor
+ rotateCursor
+ zoomCursor


Class Methods

panCursor

+ (NSCursor *)panCursor

Returns a cursor that consists of four arrows forming a cross, pointing outwards, as is commonly used to indicate movement.


rotateCursor

+ (NSCursor *)rotateCursor

Returns a cursor that looks like two arrows forming a circle, as is commonly used to indicate rotation.


zoomCursor

+ (NSCursor *)zoomCursor

Returns a cursor that looks like an arrow with two arrowheads, one being slightly larger than the other, as is commonly used to indicate zooming.


Sc21 version 1.0 © 2003-2004 Systems in Motion AS.