#include <Inventor/Qt/OivQtCompat.h>#include <Inventor/SbColor.h>#include <Inventor/SbLinear.h>#include <Inventor/Qt/SoQtGLWidget.h>#include <Inventor/misc/SoCallbackList.h>Go to the source code of this file.
Typedefs | |
| typedef void | SoQtColorWheelCB(void *userData, const float hsv[3]) |
Functions | |
| ~SoQtColorWheel () | |
| void | setBaseColor (const float hsv[3]) |
| const float * | getBaseColor () |
| void | setWYSIWYG (SbBool trueOrFalse) |
| SbBool | isWYSIWYG () |
| void | addStartCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| void | addValueChangedCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| void | addFinishCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| void | removeStartCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| void | removeValueChangedCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| void | removeFinishCallback (SoQtColorWheelCB *f, void *userData=NULL) |
| SbBool | isInteractive () |
| typedef void SoQtColorWheelCB(void *userData, const float hsv[3]) |
Definition at line 37 of file SoQtColorWheel.h.
| void addFinishCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 95 of file SoQtColorWheel.h.
| void addStartCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 85 of file SoQtColorWheel.h.
| void addValueChangedCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 90 of file SoQtColorWheel.h.
| const float * getBaseColor | ( | ) |
Definition at line 68 of file SoQtColorWheel.h.
| SbBool isInteractive | ( | ) |
Definition at line 117 of file SoQtColorWheel.h.
| SbBool isWYSIWYG | ( | ) |
Definition at line 76 of file SoQtColorWheel.h.
| void removeFinishCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 110 of file SoQtColorWheel.h.
| void removeStartCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 100 of file SoQtColorWheel.h.
| void removeValueChangedCallback | ( | SoQtColorWheelCB * | f, |
| void * | userData = NULL |
||
| ) |
Definition at line 105 of file SoQtColorWheel.h.
| void setBaseColor | ( | const float | hsv[3] | ) |
| void setWYSIWYG | ( | SbBool | trueOrFalse | ) |
| ~SoQtColorWheel | ( | ) |