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);
The SoQtCursor class is used to set cursors for GUI components.
Definition SoQtCursor.h:41
Shape
Definition SoQtCursor.h:54
@ BUSY
Definition SoQtCursor.h:57
@ CROSSHAIR
Definition SoQtCursor.h:58
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
SbVec2s hotspot
Definition SoQtCursor.h:47
SbVec2s dim
Definition SoQtCursor.h:46
unsigned char * bitmap
Definition SoQtCursor.h:48