Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoXtColorSlider.h File Reference
#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.
 

Macro Definition Documentation

◆ _SO_XT_COLOR_SLIDER_

#define _SO_XT_COLOR_SLIDER_

Definition at line 31 of file SoXtColorSlider.h.

Function Documentation

◆ getBaseColor()

const float * getBaseColor ( )

Definition at line 89 of file SoXtColorSlider.h.

◆ getType()

SoXtColorSlider::Type getType ( )

Returns the type of device.

Definition at line 100 of file SoXtColorSlider.h.

◆ isWYSIWYG()

SbBool isWYSIWYG ( )

Definition at line 97 of file SoXtColorSlider.h.

◆ setBaseColor()

void setBaseColor ( const float  rgbOrHsv[3])

◆ setWYSIWYG()

void setWYSIWYG ( SbBool  trueOrFalse)

◆ SoXtColorSlider()

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

◆ ~SoXtColorSlider()