#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 | |
UCursor | arrow |
UCursor | xcross |
UCursor | crosshair |
UCursor | text |
UCursor | hand |
UCursor | wait |
UCursor | question |
UCursor | kill |
UCursor | sizing |
UCursor | drag |
UCursor | add |
predefined cursors. |