Coin Logo http://www.sim.no
http://www.coin3d.org

Classes | Public Types | Public Member Functions | Static Public Member Functions

SoQtCursor Class Reference
[Miscellaneous Classes]

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...

List of all members.

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 ()
SoQtCursoroperator= (const SoQtCursor &c)
Shape getShape (void) const
void