|
LuciadCPillar 2025.0.07
|
Represents a mouse cursor in the map API. More...
#include <luciad/maps/MouseCursor.h>
Public Member Functions | |
| MouseCursor (size_t id) | |
| Creates a new mouse cursor with the given id. More... | |
| bool | operator!= (const MouseCursor &rhs) const |
| bool | operator== (const MouseCursor &rhs) const |
Static Public Member Functions | |
| static const MouseCursor & | arrow () |
| Returns the arrow mouse cursor. More... | |
| static const MouseCursor & | cross () |
| Returns the cross mouse cursor. More... | |
| static const MouseCursor & | defaultCursor () |
| Returns the default mouse cursor. More... | |
| static const MouseCursor & | hand () |
| Returns the hand mouse cursor. More... | |
| static const MouseCursor & | iBeam () |
| Returns the I-beam mouse cursor, for example used when editing text. More... | |
| static const MouseCursor & | none () |
| Returns a mouse cursor that is not visible. More... | |
| static const MouseCursor & | sizeAll () |
| Returns the size-all mouse cursor. More... | |
| static const MouseCursor & | sizeHorizontal () |
| Returns the horizontal size mouse cursor. More... | |
| static const MouseCursor & | sizeNeSw () |
| Returns the size mouse cursor that follows the north-east to south-west diagonal. More... | |
| static const MouseCursor & | sizeNwSe () |
| Returns the size mouse cursor that follows the north-west to south-east diagonal. More... | |
| static const MouseCursor & | sizeVertical () |
| Returns the vertical size mouse cursor. More... | |
Public Attributes | |
| size_t | id |
| The id of the mouse cursor. More... | |
Represents a mouse cursor in the map API.
|
inlineexplicit |
Creates a new mouse cursor with the given id.
| id | the id of the mouse cursor. |
|
static |
Returns the arrow mouse cursor.
|
static |
Returns the cross mouse cursor.
|
static |
Returns the default mouse cursor.
|
static |
Returns the hand mouse cursor.
|
static |
Returns the I-beam mouse cursor, for example used when editing text.
|
static |
Returns a mouse cursor that is not visible.
| bool luciad::MouseCursor::operator!= | ( | const MouseCursor & | rhs | ) | const |
| bool luciad::MouseCursor::operator== | ( | const MouseCursor & | rhs | ) | const |
|
static |
Returns the size-all mouse cursor.
|
static |
Returns the horizontal size mouse cursor.
|
static |
Returns the size mouse cursor that follows the north-east to south-west diagonal.
|
static |
Returns the size mouse cursor that follows the north-west to south-east diagonal.
|
static |
Returns the vertical size mouse cursor.
| size_t luciad::MouseCursor::id |
The id of the mouse cursor.