Abstract class for the slider nodes. More...
#include <DialogViz/dialog/SoDialogSlider.h>
Public Member Functions | |
SoDialogSlider () | |
Public Attributes | |
SoSFBool | valueVisible |
SoSFString | format |
SoSFBool | continuousTrigger |
SoSFBool | toggleVisible |
SoSFBool | fixedLimits |
SoMFColor | colors |
SoSFBool | shadedColors |
This node defines the properties for slider components. From left to right, it consists of:
SoDialogIntegerSlider, SoDialogRealSlider
SoDialogSlider::SoDialogSlider | ( | ) |
Constructor.
Contains an array of colors.
These colors are rendered in the slider from left to right according to the shadedColors field. If no colors are specified, the default color of the slider is gray. Default array is empty.
If this field is set to FALSE, the associated interface is called when the mouse button is released.
If set to TRUE, the associated interface is called each time the slider cursor is moved. Default is FALSE.
Allows user to enter a value outside the min/max range.
If such a value is entered, the min/max range is automatically extended. Default is FALSE.
Specify the string format of the slider value edit zone.
This string is C formated..
Indicates is the set of colors defined in the field colors is rendered in shaded mode or not.
Default is TRUE.
Specifies whether the toggle button that manages continuous triggering is visible or not.
Default is TRUE.
Specifies whether the edit zone value is visible or not.
Default is TRUE.