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