Component with Motif sliders for editing SoLight nodes. More...
#include <Inventor/Xt/SoXtLightSliderSet.h>
Public Member Functions | |
SoXtLightSliderSet (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, SoNode *newEditNode=NULL) | |
~SoXtLightSliderSet () |
Component with Motif sliders for editing SoLight nodes.
This class is used to manipulate the intensity and color of an SoLight node using an arrangement of Motif sliders and buttons.
!!------------------------------------------------ !! Light Slider Set !!------------------------------------------------ *IvLightSliderColor.labelString: COLOR *IvLightSliderRed.labelString: Red *IvLightSliderGreen.labelString: Green *IvLightSliderBlue.labelString: Blue *IvLightSliderIntensity1.labelString: INTENSITY *IvLightSliderIntensity2.labelString: Intensity
SoXtSliderSet, SoXtSliderSetBase, SoXtComponent, SoLight, SoNode
SoXtLightSliderSet::SoXtLightSliderSet | ( | SoWidget | parent = NULL , |
|
const char * | name = NULL , |
|||
SbBool | buildInsideParent = TRUE , |
|||
SoNode * | newEditNode = NULL | |||
) |
Constructor.
At construction time the light node to edit can be supplied.
SoXtLightSliderSet::~SoXtLightSliderSet | ( | ) |
Destructor.