Go to the source code of this file.
|
| SoWinGDIThumbWheel (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, SbBool horizontal=TRUE) |
|
SoEXTENDER | SoWinGDIThumbWheel (SoWidget parent, const char *name, SbBool buildInsideParent, SbBool horizontal, SbBool buildNow) |
|
| ~SoWinGDIThumbWheel () |
|
void | realizeWidget () |
|
void | setValue (float v) |
|
float | getValue () |
|
void | addStartCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | addValueChangedCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | addDragCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | addFinishCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | removeStartCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | removeValueChangedCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | removeDragCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
void | removeFinishCallback (SoWinGDIThumbWheelCB *f, void *userData=NULL) |
|
SbBool | isInteractive () |
|
void | setBounds (int nLower, int nUpper) |
|
void | setHomePosition (int n) |
|
void | setAngleRange (int n) |
|
void | setUnitsPerRotation (int n) |
|
void | setHighlightThickness (int n) |
|
void | setShadowThickness (int n) |
|
void | setValue (int n) |
|
void | setOrientation (unsigned char n) |
|
void | setAnimate (SbBool n) |
|
void | setShowHomeButton (SbBool n) |
|
◆ THUMBWHEEL_DRAG
#define THUMBWHEEL_DRAG 1 |
◆ THUMBWHEEL_FINISH
#define THUMBWHEEL_FINISH 2 |
◆ THUMBWHEEL_START
#define THUMBWHEEL_START 0 |
◆ THUMBWHEEL_VALUE_CHANGE
#define THUMBWHEEL_VALUE_CHANGE 3 |
◆ XmCR_DRAG
◆ XmCR_VALUE_CHANGED
◆ SgThumbWheelWidget
◆ SoWinGDIThumbWheelCB
typedef void SoWinGDIThumbWheelCB(void *userData, void *data) |
◆ addDragCallback()
◆ addFinishCallback()
◆ addStartCallback()
◆ addValueChangedCallback()
◆ getValue()
◆ isInteractive()
◆ realizeWidget()
◆ removeDragCallback()
◆ removeFinishCallback()
◆ removeStartCallback()
◆ removeValueChangedCallback()
◆ setAngleRange()
void setAngleRange |
( |
int |
n | ) |
|
◆ setAnimate()
◆ setBounds()
void setBounds |
( |
int |
nLower, |
|
|
int |
nUpper |
|
) |
| |
◆ setHighlightThickness()
void setHighlightThickness |
( |
int |
n | ) |
|
◆ setHomePosition()
void setHomePosition |
( |
int |
n | ) |
|
◆ setOrientation()
void setOrientation |
( |
unsigned char |
n | ) |
|
◆ setShadowThickness()
void setShadowThickness |
( |
int |
n | ) |
|
◆ setShowHomeButton()
void setShowHomeButton |
( |
SbBool |
n | ) |
|
◆ setUnitsPerRotation()
void setUnitsPerRotation |
( |
int |
n | ) |
|
◆ setValue() [1/2]
◆ setValue() [2/2]
◆ SoWinGDIThumbWheel() [1/2]
◆ SoWinGDIThumbWheel() [2/2]
◆ ~SoWinGDIThumbWheel()
◆ SoWinGDIThumbWheelCBData
◆ value