23#ifndef _SO_DIALOG_REAL_SLIDER_
24#define _SO_DIALOG_REAL_SLIDER_
147 static void initClass();
148 static void exitClass();
149 virtual void setValueFromEdit(
SbBool is2dRender);
150 virtual void changeSliderValue();
151 virtual void updateFromSensor(
SoSensor* sensor);
152 virtual void applyDlgCptAuditor();
157 virtual void changeEditValue();
158 virtual void setValueFromSlider(
float newValue);
159 virtual void setValue();
165 virtual int computeEditZoneWidth();
173 virtual void change3DEditValue();
177 virtual void finish3DEditing();
#define SO_DG_HEADER(className)
#define FIELD_SENSOR(field)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Dialog RealSlide...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Dialog real slid...
void addAuditor(SoDialogRealSliderAuditor *auditor)
Adds a dialogRealSliderAuditor to the current slider component.
SoDialogRealSlider()
Constructor.
SoSFFloat max
Maximum value.
SoSFFloat value
Current value.
void removeAuditor(SoDialogRealSliderAuditor *auditor)
Removes the specified realSliderAuditor from the auditor list.
SoSFFloat min
Minimum 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 floating-point value.
Abstract base class for Open Inventor sensors.