#include <MouseCursor.hxx>
Inherited by CocoaMouseCursor, and WindowsMouseCursor.
|
| enum | Cursor {
CURSOR_NONE = 0
, CURSOR_ARROW
, CURSOR_HAND
, CURSOR_CLOSED_HAND
,
CURSOR_CROSSHAIR
, CURSOR_IBEAM
, CURSOR_IN_OUT
, CURSOR_LEFT_RIGHT
,
CURSOR_UP_DOWN
, CURSOR_LEFT_SIDE
, CURSOR_RIGHT_SIDE
, CURSOR_TOP_SIDE
,
CURSOR_BOTTOM_SIDE
, CURSOR_TOP_LEFT
, CURSOR_TOP_RIGHT
, CURSOR_BOTTOM_LEFT
,
CURSOR_BOTTOM_RIGHT
, CURSOR_SPIN_CW
, CURSOR_SPIN_CCW
, CURSOR_WAIT
} |
| |
Definition at line 26 of file MouseCursor.hxx.
◆ Cursor
| Enumerator |
|---|
| CURSOR_NONE | |
| CURSOR_ARROW | |
| CURSOR_HAND | the browser 'link' cursor
|
| CURSOR_CLOSED_HAND | |
| CURSOR_CROSSHAIR | |
| CURSOR_IBEAM | for editing text
|
| CURSOR_IN_OUT | arrow pointing into / out of the screen
|
| CURSOR_LEFT_RIGHT | |
| CURSOR_UP_DOWN | |
| CURSOR_LEFT_SIDE | |
| CURSOR_RIGHT_SIDE | |
| CURSOR_TOP_SIDE | |
| CURSOR_BOTTOM_SIDE | |
| CURSOR_TOP_LEFT | |
| CURSOR_TOP_RIGHT | |
| CURSOR_BOTTOM_LEFT | |
| CURSOR_BOTTOM_RIGHT | |
| CURSOR_SPIN_CW | |
| CURSOR_SPIN_CCW | |
| CURSOR_WAIT | |
Definition at line 33 of file MouseCursor.hxx.
◆ FGMouseCursor()
| FGMouseCursor::FGMouseCursor |
( |
| ) |
|
|
protected |
◆ cursorFromString()
◆ getCursor()
◆ hideCursorUntilMouseMove()
| virtual void FGMouseCursor::hideCursorUntilMouseMove |
( |
| ) |
|
|
pure virtual |
◆ instance()
◆ mouseMoved()
| virtual void FGMouseCursor::mouseMoved |
( |
| ) |
|
|
pure virtual |
◆ setAutoHideTimeMsec()
| void FGMouseCursor::setAutoHideTimeMsec |
( |
unsigned int | aMsec | ) |
|
|
virtual |
◆ setCursor()
| virtual void FGMouseCursor::setCursor |
( |
Cursor | aCursor | ) |
|
|
pure virtual |
◆ setCursorCommand()
| bool FGMouseCursor::setCursorCommand |
( |
const SGPropertyNode * | arg, |
|
|
SGPropertyNode * | ) |
|
protected |
◆ setCursorVisible()
| virtual void FGMouseCursor::setCursorVisible |
( |
bool | aVis | ) |
|
|
pure virtual |
◆ m_currentCursor
◆ mAutoHideTimeMsec
| unsigned int FGMouseCursor::mAutoHideTimeMsec |
|
protected |
The documentation for this class was generated from the following files: