[Previous] [Up] [Next]

NSCursor

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSCursor

NSCursor

Declared in: Gui/NSCursor.h

Inherits from: NSObject

Conforms to: NSCoding


Instance Variables

Methods


Class Methods

arrowCursor

+ (NSCursor*) arrowCursor;

currentCursor

+ (NSCursor*) currentCursor;

hide

+ (void) hide;

IBeamCursor

+ (NSCursor*) IBeamCursor;

pop

+ (void) pop;

setHiddenUntilMouseMoves:

+ (void) setHiddenUntilMouseMoves: (BOOL)flag;

unhide

+ (void) unhide;


Instances Methods

hotSpot

- (NSPoint) hotSpot;

image

- (NSImage*) image;

initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:

- (id) initWithImage: (NSImage*)newImage foregroundColorHint: (NSColor*)fg backgroundColorHint: (NSColor*)bg hotSpot: (NSPoint)hotSpot;

initWithImage:

- (id) initWithImage: (NSImage*)newImage;

isSetOnMouseEntered

- (BOOL) isSetOnMouseEntered;

isSetOnMouseExited

- (BOOL) isSetOnMouseExited;

mouseEntered:

- (void) mouseEntered: (NSEvent*)anEvent;

mouseExited:

- (void) mouseExited: (NSEvent*)anEvent;

pop

- (void) pop;

push

- (void) push;

set

- (void) set;

setOnMouseEntered:

- (void) setOnMouseEntered: (BOOL)flag;

setOnMouseExited:

- (void) setOnMouseExited: (BOOL)flag;