Overview
A class to encapsulate the bitmap representation of the mouse cursor.
Profile: common conditional cursor
Attribute Summary
name | type | description |
---|---|---|
Public | ||
CROSSHAIR | Cursor |
The crosshair cursor type. More: [+]The crosshair cursor type. Profile: common conditional cursor |
DEFAULT | Cursor |
The default cursor type (gets set if no cursor is defined). More: [+]The default cursor type (gets set if no cursor is defined). Profile: common conditional cursor |
E_RESIZE | Cursor |
The east-resize cursor type. More: [+]The east-resize cursor type. Profile: common conditional cursor |
H_RESIZE | Cursor |
The horizontal cursor type. More: [+]The horizontal cursor type. Profile: common conditional cursor |
HAND | Cursor |
The hand cursor type. More: [+]The hand cursor type. Profile: common conditional cursor |
MOVE | Cursor |
The move cursor type. More: [+]The move cursor type. Profile: common conditional cursor |
N_RESIZE | Cursor |
The north-resize cursor type. More: [+]The north-resize cursor type. Profile: common conditional cursor |
NE_RESIZE | Cursor |
The north-east-resize cursor type. More: [+]The north-east-resize cursor type. Profile: common conditional cursor |
NONE | Cursor |
The none cursor type. More: [+]The none cursor type. Profile: common conditional cursor |
NW_RESIZE | Cursor |
The north-west-resize cursor type. More: [+]The north-west-resize cursor type. Profile: common conditional cursor |
S_RESIZE | Cursor |
The south-resize cursor type. More: [+]The south-resize cursor type. Profile: common conditional cursor |
SE_RESIZE | Cursor |
The south-east-resize cursor type. More: [+]The south-east-resize cursor type. Profile: common conditional cursor |
SW_RESIZE | Cursor |
The south-west-resize cursor type. More: [+]The south-west-resize cursor type. Profile: common conditional cursor |
TEXT | Cursor |
The text cursor type. More: [+]The text cursor type. Profile: common conditional cursor |
V_RESIZE | Cursor |
The vertical cursor type. More: [+]The vertical cursor type. Profile: common conditional cursor |
W_RESIZE | Cursor |
The west-resize cursor type. More: [+]The west-resize cursor type. Profile: common conditional cursor |
WAIT | Cursor |
The wait cursor type. More: [+]The wait cursor type. Profile: common conditional cursor |
Protected |