23#ifndef _SO_DIALOG_INTEGER_SLIDER_
24#define _SO_DIALOG_INTEGER_SLIDER_
26#include <DialogViz/dialog/SoDialogSlider.h>
147 static void initClass();
148 static void exitClass();
149 virtual void changeSliderValue();
150 virtual void setValueFromEdit(
SbBool is2dRender);
151 virtual void updateFromSensor(
SoSensor* sensor);
152 virtual void applyDlgCptAuditor();
157 virtual void changeEditValue();
158 virtual void setValueFromSlider(
float newValue);
159 virtual void setValue();
167 virtual int computeEditZoneWidth();
176 virtual void change3DEditValue();
180 virtual void finish3DEditing();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Dialog IntegerSl...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Dialog integer s...
void removeAuditor(SoDialogIntegerSliderAuditor *auditor)
Removes the specified integerSliderAuditor from the auditor list.
SoSFInt32 max
Maximum value.
SoDialogIntegerSlider()
Constructor.
void addAuditor(SoDialogIntegerSliderAuditor *auditor)
Adds a dialogIntegerSliderAuditor to the current integerSlider component.
SoSFInt32 min
Minimum value.
SoSFInt32 value
Current value.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract class f...
Keyboard key press and release events.
Field containing a int32_t integer.
Abstract base class for Open Inventor sensors.