38#include <Inventor/SbLinear.h>
39#include <Inventor/Win/SoWinBasic.h>
43 static void initClass(
void);
70 Shape getShape(
void)
const;
71 void setShape(
const Shape shape);
73 const CustomCursor & getCustomCursor(
void)
const;
81 void commonConstructor(
const Shape shape,
const CustomCursor * cc);
The SoWinCursor class is used to set cursors for GUI components.
Definition SoWinCursor.h:41
Shape
Definition SoWinCursor.h:54
@ BUSY
Definition SoWinCursor.h:57
@ CROSSHAIR
Definition SoWinCursor.h:58
The SoWinCursor::CustomCursor class is used to specify bitmap data for SoWinCursor custom cursors.
Definition SoWinCursor.h:45
unsigned char * bitmap
Definition SoWinCursor.h:48
SbVec2s hotspot
Definition SoWinCursor.h:47
unsigned char * mask
Definition SoWinCursor.h:49
SbVec2s dim
Definition SoWinCursor.h:46