Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoWinColorSlider.h File Reference

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.
 

Function Documentation

◆ getBaseColor()

const float * getBaseColor ( )

Definition at line 87 of file SoWinColorSlider.h.

◆ getType()

SoWinColorSlider::Type getType ( )

Returns the type of device.

Definition at line 98 of file SoWinColorSlider.h.

◆ isWYSIWYG()

SbBool isWYSIWYG ( )

Definition at line 95 of file SoWinColorSlider.h.

◆ setBaseColor()

void setBaseColor ( const float  rgbOrHsv[3],
SbBool  updateText = TRUE 
)

◆ setWYSIWYG()

void setWYSIWYG ( SbBool  trueOrFalse)

◆ SoWinColorSlider()

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

◆ ~SoWinColorSlider()