#include <Inventor/Win/SoWinBeginStrict.h>
#include <Inventor/misc/SoCallbackList.h>
#include <Inventor/Win/SoWinGDIWidget.h>
#include <Inventor/Win/SoWinEndStrict.h>
Go to the source code of this file.
Typedefs | |
typedef void | SoWinSliderCB(void *userData, float val) |
Functions | |
~SoWinSlider () | |
void | setValue (float v, SbBool updateText=TRUE) |
float | getValue () const |
void | setLabel (const char *newlabel) |
const char * | getLabel () const |
void | setNumericFieldVisible (SbBool b) |
SbBool | isNumericFieldVisible () const |
void | addStartCallback (SoWinSliderCB *f, void *userData=NULL) |
void | addValueChangedCallback (SoWinSliderCB *f, void *userData=NULL) |
void | addFinishCallback (SoWinSliderCB *f, void *userData=NULL) |
void | removeStartCallback (SoWinSliderCB *f, void *userData=NULL) |
void | removeValueChangedCallback (SoWinSliderCB *f, void *userData=NULL) |
void | removeFinishCallback (SoWinSliderCB *f, void *userData=NULL) |
void | interactivity (SbBool flag) |
SbBool | isInteractive () |
void | setSliderSize (const SbVec2s &size) |
SbVec2s | getSliderSize () |
void | setNumberWidget (SoWidget hWnd) |
SoWidget | getNumberWidget () |
static void | textFieldCB (SoWinSlider *p, SoWidget hCtrl) |
typedef void SoWinSliderCB(void *userData, float val) |
Definition at line 36 of file SoWinSlider.h.
void addFinishCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
void addStartCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
void addValueChangedCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
const char * getLabel | ( | ) | const |
Definition at line 73 of file SoWinSlider.h.
SoWidget getNumberWidget | ( | ) |
Definition at line 117 of file SoWinSlider.h.
SbVec2s getSliderSize | ( | ) |
float getValue | ( | ) | const |
Definition at line 66 of file SoWinSlider.h.
void interactivity | ( | SbBool | flag | ) |
Definition at line 99 of file SoWinSlider.h.
SbBool isInteractive | ( | ) |
Definition at line 100 of file SoWinSlider.h.
SbBool isNumericFieldVisible | ( | ) | const |
Definition at line 81 of file SoWinSlider.h.
void removeFinishCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
void removeStartCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
void removeValueChangedCallback | ( | SoWinSliderCB * | f, |
void * | userData = NULL |
||
) |
void setLabel | ( | const char * | newlabel | ) |
void setNumberWidget | ( | SoWidget | hWnd | ) |
Definition at line 116 of file SoWinSlider.h.
void setNumericFieldVisible | ( | SbBool | b | ) |
void setSliderSize | ( | const SbVec2s & | size | ) |
|
static |
~SoWinSlider | ( | ) |