38 #include <Inventor/SbLinear.h> 39 #include <Inventor/Qt/SoQtBasic.h> 43 static void initClass(
void);
70 Shape getShape(
void)
const;
71 void setShape(
const Shape shape);
73 const CustomCursor & getCustomCursor(
void)
const;
77 static const SoQtCursor & getRotateCursor(
void);
78 static const SoQtCursor & getBlankCursor(
void);
81 void commonConstructor(
const Shape shape,
const CustomCursor * cc);
87 #endif // ! SOQT_CURSOR_H unsigned char * bitmap
Definition: SoQtCursor.h:48
SbVec2s dim
Definition: SoQtCursor.h:46
Shape
Definition: SoQtCursor.h:54
Definition: SoQtCursor.h:58
Definition: SoQtCursor.h:57
SbVec2s hotspot
Definition: SoQtCursor.h:47
The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors...
Definition: SoQtCursor.h:45
unsigned char * mask
Definition: SoQtCursor.h:49
The SoQtCursor class is used to set cursors for GUI components.
Definition: SoQtCursor.h:41