Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoQtColorSlider.h File Reference

Go to the source code of this file.

Functions

 SoQtColorSlider (QWidget *parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, Type type=INTENSITY_SLIDER)
 
void setBaseColor (const float rgbOrHsv[3])
 
const float * getBaseColor ()
 
void setWYSIWYG (SbBool trueOrFalse=TRUE)
 
SbBool isWYSIWYG ()
 
SoQtColorSlider::Type getType ()
 Returns the type of device.
 

Function Documentation

◆ getBaseColor()

const float * getBaseColor ( )

Definition at line 77 of file SoQtBasicSlider.h.

◆ getType()

SoQtColorSlider::Type getType ( )

Returns the type of device.

Definition at line 83 of file SoMacGLGraphicDevice.h.

◆ isWYSIWYG()

SbBool isWYSIWYG ( )

Definition at line 83 of file SoQtBasicSlider.h.

◆ setBaseColor()

void setBaseColor ( const float  rgbOrHsv[3])

◆ setWYSIWYG()

void setWYSIWYG ( SbBool  trueOrFalse = TRUE)

◆ SoQtColorSlider()

SoQtColorSlider ( QWidget *  parent = NULL,
const char *  name = NULL,
SbBool  buildInsideParent = TRUE,
Type  type = INTENSITY_SLIDER 
)