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) More... | |
Cursor (const PhCursorDef_t &def) | |
(constructor) More... | |
Cursor (const Cursor &other) | |
(copy constructor) More... | |
~Cursor () | |
(destructor) | |
Cursor & | operator= (const Cursor &other) |
Assigns value in Cursor. More... | |
bool | operator== (const Cursor &other) const |
Compares Cursors. More... | |
bool | operator!= (const Cursor &other) const |
Compares Cursors. More... | |
bool | operator< (const Cursor &other) const |
Compares Cursors. More... | |
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 |