#include "SoXtSlider.h"Go to the source code of this file.
Macros | |
| #define | _SO_XT_COLOR_SLIDER_ |
Functions | |
| SoXtColorSlider (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, Type type=INTENSITY_SLIDER) | |
| ~SoXtColorSlider () | |
| void | setBaseColor (const float rgbOrHsv[3]) |
| const float * | getBaseColor () |
| void | setWYSIWYG (SbBool trueOrFalse) |
| SbBool | isWYSIWYG () |
| SoXtColorSlider::Type | getType () |
| Returns the type of device. | |
| #define _SO_XT_COLOR_SLIDER_ |
Definition at line 31 of file SoXtColorSlider.h.
| const float * getBaseColor | ( | ) |
Definition at line 89 of file SoXtColorSlider.h.
| SoXtColorSlider::Type getType | ( | ) |
Returns the type of device.
Definition at line 100 of file SoXtColorSlider.h.
| SbBool isWYSIWYG | ( | ) |
Definition at line 97 of file SoXtColorSlider.h.
| void setBaseColor | ( | const float | rgbOrHsv[3] | ) |
| void setWYSIWYG | ( | SbBool | trueOrFalse | ) |
| SoXtColorSlider | ( | SoWidget | parent = NULL, |
| const char * | name = NULL, |
||
| SbBool | buildInsideParent = TRUE, |
||
| Type | type = INTENSITY_SLIDER |
||
| ) |
| ~SoXtColorSlider | ( | ) |