38#include <Inventor/SbLinear.h>
39#include <Inventor/Xt/SoXtBasic.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 SoXtCursor & getRotateCursor(
void);
78 static const SoXtCursor & getBlankCursor(
void);
81 void commonConstructor(
const Shape shape,
const CustomCursor * cc);
The SoXtCursor class is used to set cursors for GUI components.
Definition SoXtCursor.h:41
Shape
Definition SoXtCursor.h:54
@ CROSSHAIR
Definition SoXtCursor.h:58
@ BUSY
Definition SoXtCursor.h:57
The SoXtCursor::CustomCursor class is used to specify bitmap data for SoXtCursor custom cursors.
Definition SoXtCursor.h:45
unsigned char * bitmap
Definition SoXtCursor.h:48
unsigned char * mask
Definition SoXtCursor.h:49
SbVec2s hotspot
Definition SoXtCursor.h:47
SbVec2s dim
Definition SoXtCursor.h:46