|
http://www.sim.no http://www.coin3d.org |
The SoQtCursor class is used to set cursors for GUI components.The class provides both a set of pre-defined cursor shapes, aswell as the option to use custom bitmap graphics. More...
Classes | |
| class | CustomCursor |
| The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors. More... | |
Public Types | |
| enum | Shape { CUSTOM_BITMAP = -1, DEFAULT = 0, BUSY, CROSSHAIR, UPARROW } |
Public Member Functions | |
| SoQtCursor (void) | |
| SoQtCursor (const Shape shape) | |
| SoQtCursor (const CustomCursor *cc) | |
| SoQtCursor (const SoQtCursor &cursor) | |
| ~SoQtCursor () | |
| SoQtCursor & | operator= (const SoQtCursor &c) |
| Shape | getShape (void) const |
| void | |