#include <Inventor/Win/SoWinBeginStrict.h>
#include <Inventor/Win/SoWinSlider.h>
#include <Inventor/Win/SoWinEndStrict.h>
Go to the source code of this file.
Functions | |
SoWinColorSlider (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, Type type=INTENSITY_SLIDER) | |
~SoWinColorSlider () | |
void | setBaseColor (const float rgbOrHsv[3], SbBool updateText=TRUE) |
const float * | getBaseColor () |
void | setWYSIWYG (SbBool trueOrFalse) |
SbBool | isWYSIWYG () |
SoWinColorSlider::Type | getType () |
Returns the type of device. | |
const float * getBaseColor | ( | ) |
Definition at line 87 of file SoWinColorSlider.h.
SoWinColorSlider::Type getType | ( | ) |
Returns the type of device.
Definition at line 98 of file SoWinColorSlider.h.
SbBool isWYSIWYG | ( | ) |
Definition at line 95 of file SoWinColorSlider.h.
void setWYSIWYG | ( | SbBool | trueOrFalse | ) |
SoWinColorSlider | ( | SoWidget | parent = NULL , |
const char * | name = NULL , |
||
SbBool | buildInsideParent = TRUE , |
||
Type | type = INTENSITY_SLIDER |
||
) |
~SoWinColorSlider | ( | ) |