![]() |
API 0.9.5
|
#import <CPCursor.h>
Definition at line 2 of file CPCursor.h.
+ (CPCursor) arrowCursor |
Definition at line 145 of file CPCursor.j.
+ (CPCursor) closedHandCursor |
Definition at line 220 of file CPCursor.j.
+ (CPCursor) contextualMenuCursor |
Definition at line 210 of file CPCursor.j.
+ (CPCursor) crosshairCursor |
Definition at line 150 of file CPCursor.j.
+ (CPCursor) currentCursor |
Definition at line 114 of file CPCursor.j.
+ (CPCursor) disappearingItemCursor |
Definition at line 225 of file CPCursor.j.
+ (CPCursor) dragCopyCursor |
Definition at line 200 of file CPCursor.j.
+ (CPCursor) dragLinkCursor |
Definition at line 205 of file CPCursor.j.
- (void) encodeWithCoder: | (CPCoder) | coder |
Definition at line 242 of file CPCursor.j.
+ (void) hide |
Definition at line 60 of file CPCursor.j.
- (CPString) hotSpot |
Synthesized accessor method.
Definition at line 270 of file CPCursor.j.
+ (CPCursor) IBeamCursor |
Definition at line 155 of file CPCursor.j.
- (CPImage) image |
Synthesized accessor method.
Definition at line 278 of file CPCursor.j.
- (id) initWithCoder: | (CPCoder) | coder |
Definition at line 234 of file CPCursor.j.
- (id) initWithCSSString: | (CPString) | aString |
Definition at line 38 of file CPCursor.j.
- (id) initWithImage: | (CPImage) | image | |
foregroundColorHint: | (CPColor) | foregroundColor | |
backgroundColorHint: | (CPColor) | backgroundColor | |
hotSpot: | (CPPoint) | aHotSpot | |
Definition at line 55 of file CPCursor.j.
- (id) initWithImage: | (CPImage) | image | |
hotSpot: | (CPPoint) | hotSpot | |
Definition at line 47 of file CPCursor.j.
- (BOOL) isSetOnMouseEntered |
Synthesized accessor method.
Definition at line 286 of file CPCursor.j.
- (BOOL) isSetOnMouseExited |
Synthesized accessor method.
Definition at line 302 of file CPCursor.j.
- (void) mouseEntered: | (CPEvent) | event |
Definition at line 106 of file CPCursor.j.
- (void) mouseExited: | (CPEvent) | event |
Definition at line 110 of file CPCursor.j.
+ (CPCursor) openHandCursor |
Definition at line 215 of file CPCursor.j.
+ (CPCursor) operationNotAllowedCursor |
Definition at line 195 of file CPCursor.j.
+ (CPCursor) pointingHandCursor |
Definition at line 160 of file CPCursor.j.
- (void) pop |
Definition at line 78 of file CPCursor.j.
- (void) push |
Definition at line 92 of file CPCursor.j.
+ (CPCursor) resizeDownCursor |
Definition at line 165 of file CPCursor.j.
+ (CPCursor) resizeLeftCursor |
Definition at line 175 of file CPCursor.j.
+ (CPCursor) resizeLeftRightCursor |
Definition at line 185 of file CPCursor.j.
+ (CPCursor) resizeRightCursor |
Definition at line 180 of file CPCursor.j.
+ (CPCursor) resizeUpCursor |
Definition at line 170 of file CPCursor.j.
+ (CPCursor) resizeUpDownCursor |
Definition at line 190 of file CPCursor.j.
- (void) set |
Definition at line 97 of file CPCursor.j.
- (void) set_cssString: | (CPString) | aValue |
Synthesized accessor method.
Definition at line 262 of file CPCursor.j.
+ (void) setHiddenUntilMouseMoves: | (BOOL) | flag |
Definition at line 70 of file CPCursor.j.
- (void) setOnMouseEntered: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 294 of file CPCursor.j.
- (void) setOnMouseExited: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 310 of file CPCursor.j.
+ (void) unhide |
Definition at line 65 of file CPCursor.j.