|
Photon microGUI widgets library 0.6.0
|
Represents the image used to paint the mouse pointer. More...
#include <Cursor.h>
Public Member Functions | |
| Cursor (Cursors::eCursors cursor=Cursors::Default) | |
| (constructor) | |
| Cursor (const PhCursorDef_t &def) | |
| (constructor) | |
| Cursor (const Cursor &other) | |
| (copy constructor) | |
| ~Cursor () | |
| (destructor) | |
| Cursor & | operator= (const Cursor &other) |
| Assigns value in Cursor. | |
| bool | operator== (const Cursor &other) const |
| Compares Cursors. | |
| bool | operator!= (const Cursor &other) const |
| Compares Cursors. | |
| bool | operator< (const Cursor &other) const |
| Compares Cursors. | |
Represents the image used to paint the mouse pointer.
| PhWidgets::Cursor::Cursor | ( | Cursors::eCursors | cursor = Cursors::Default | ) |
(constructor)
Initializes a new instance of the Cursor class from the specified default cursor ID.
| [in] | cursor | default cursor ID (see PhWidgets::Cursors::eCursors). |
| PhWidgets::Cursor::Cursor | ( | const PhCursorDef_t & | def | ) |
(constructor)
Initializes a new instance of the Cursor class from the specified cursor definition.
| [in] | def | cursor definition. |
| PhWidgets::Cursor::Cursor | ( | const Cursor & | other | ) |
| bool PhWidgets::Cursor::operator!= | ( | const Cursor & | other | ) | const |
| bool PhWidgets::Cursor::operator< | ( | const Cursor & | other | ) | const |
| bool PhWidgets::Cursor::operator== | ( | const Cursor & | other | ) | const |