24#ifndef _SO_QT_COLOR_SLIDER_
25#define _SO_QT_COLOR_SLIDER_
27#include <Inventor/Qt/OivQtCompat.h>
28#include <Inventor/Qt/SoQtSlider.h>
52 SoQtColorSlider(QWidget* parent = NULL,
53 const char *name = NULL,
54 SbBool buildInsideParent = TRUE,
55 Type type = INTENSITY_SLIDER);
70 void setBaseColor(
const float rgbOrHsv[3]);
71 const float *getBaseColor();
76 void setWYSIWYG(
SbBool trueOrFalse = TRUE);
80 SoQtColorSlider::Type getType();
86 SoEXTENDER SoQtColorSlider (QWidget* parent,
94 SoQtBasicSlider::Type type;
95 void constructorCommon(SoQtColorSlider::Type type,
SbBool buildNow);