#include <ucursor.hpp>
Inheritance diagram for UCursor:
Public Member Functions | |
UCursor (int shape_spec=0, u_modes bmodes=0) | |
creates a new Cursor with a X-Window shape number. | |
UCursor (const UCursor &) | |
creates a new UCursor that is a copy of another UCursor. | |
void | set (const UCursor &) |
copies another UCursor. | |
bool | equals (const UCursor &) const |
compares two cursors. | |
int | getShape () const |
virtual void | update () |
updates graphics. | |
std::vector< class UNatCursor * > & | getNatCursors () const |
Static Public Attributes | |
static UCursor | arrow |
static UCursor | xcross |
static UCursor | crosshair |
static UCursor | text |
static UCursor | hand |
static UCursor | wait |
static UCursor | question |
static UCursor | kill |
static UCursor | sizing |
static UCursor | drag |
static UCursor | add |
predefined cursors. |