Up
Authors
- Scott Christley (
scottc@net-community.com
)
-
- Adam Fedor (
fedor@gnu.org
)
-
Holds an image to use as a cursor
Copyright: (C) 1996,1999,2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSCursor.h
- Conforms to:
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (NSCursor*) IBeamCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) arrowCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) closedHandCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) crosshairCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) currentCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) disappearingItemCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) greenArrowCursor;
Availability: Gui 0.0
Description forthcoming.
+ (void) hide;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (BOOL) isHiddenUntilMouseMoves;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) openHandCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) pointingHandCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (void) pop;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeDownCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeLeftCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeLeftRightCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeRightCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeUpCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSCursor*) resizeUpDownCursor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (void) setHiddenUntilMouseMoves: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (void) unhide;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSPoint) hotSpot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSImage*) image;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithImage: (NSImage*)newImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithImage: (NSImage*)newImage foregroundColorHint: (NSColor*)fg backgroundColorHint: (NSColor*)bg hotSpot: (NSPoint)hotSpot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithImage: (NSImage*)newImage hotSpot: (NSPoint)hotSpot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isSetOnMouseEntered;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isSetOnMouseExited;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) mouseEntered: (NSEvent*)theEvent;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) mouseExited: (NSEvent*)theEvent;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) pop;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) push;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) set;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setHotSpot: (NSPoint)spot;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setImage: (NSImage*)newImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setOnMouseEntered: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setOnMouseExited: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSCursor Class
@protected void* _cid;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSImage* _cursor_image;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSPoint _hot_spot;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _is_set_on_mouse_entered;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _is_set_on_mouse_exited;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up