29 #include <Inventor/SbLinear.h> 30 #include <Inventor/Qt/SoQtBasic.h> 34 static void initClass(
void);
61 Shape getShape(
void)
const;
62 void setShape(
const Shape shape);
64 const CustomCursor & getCustomCursor(
void)
const;
68 static const SoQtCursor & getRotateCursor(
void);
69 static const SoQtCursor & getBlankCursor(
void);
72 void commonConstructor(
const Shape shape,
const CustomCursor * cc);
78 #endif // ! SOQT_CURSOR_H unsigned char * bitmap
Definition: SoQtCursor.h:39
SbVec2s dim
Definition: SoQtCursor.h:37
Shape
Definition: SoQtCursor.h:45
Definition: SoQtCursor.h:49
Definition: SoQtCursor.h:48
SbVec2s hotspot
Definition: SoQtCursor.h:38
The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors.
Definition: SoQtCursor.h:36
unsigned char * mask
Definition: SoQtCursor.h:40
The SoQtCursor class is used to set cursors for GUI components.The class provides both a set of pre-d...
Definition: SoQtCursor.h:32