Base class for Motif-only slider components. More...
#include <Inventor/Xt/SoXtSliderSet.h>
Public Member Functions | |
void | updateLayout () |
Base class for Motif-only slider components.
This class is used as a base class for all editors which use sets of Motif sliders to edit fields in an Open Inventor scene graph node. The editor consists of a number of sliders each of which may change a different value in a field. This class is not meant to be instanced by programmers who want to use an editor in a program. It should only be used as a base class when designing new editors.
This class has no public methods. The internal methods deal with managing the layout of the subcomponents.
!!------------------------------------------------ !! For All Sliders !!------------------------------------------------ *IvSlidersMin.labelString: min *IvSlidersMax.labelString: max *IvSlidersStyle.labelString: style
SoXtSliderSetBase, SoXtComponent, SoNode, SoXtLightSliderSet, SoXtMaterialSliderSet, SoXtTransformSliderSet
void SoXtSliderSet::updateLayout | ( | ) |