21 #include <qgroupbox.h>
33 floatLineEdit(
float minValue,
float maxValue,
float value,
int digits, QWidget *parent,
const char *name,
int width,
int height );
36 QWidget* get_widget() {
return gle->get_widget();}
39 void set_value(
float value);
40 float get_value()
const {
return value_cache;}
43 void setfloatLineEditValue(
float value);
49 void floatLineEditValueChanged(
float value);
70 floatSlider(
float minValue,
float maxValue,
float step,
float value, QWidget *parent,
const char *name );
73 QWidget* get_widget();
76 void setfloatSliderValue(
float value);
79 void emitSignal(
int discrete_value);
82 void floatSliderValueChanged(
float newvalue);
104 floatLineBox(
float value,
int digits, QWidget *parent,
const char *name);
108 void setfloatLineBoxValue(
float value );
112 void emitSignal(
float value );
116 void floatLineBoxValueChanged(
float value );
134 floatScientSlider(
float minValue,
float maxValue,
float Step,
float value,
int digits, QWidget *parent,
const char *name);
138 void setfloatScientSliderValue(
float value );
141 void emitSignal(
float value );
144 void floatScientSliderValueChanged(
float value );
165 floatLineBox3D(
float xval,
float yval,
float zval,
int digits, QWidget *parent,
const char *name);
169 void setfloatLineBox3DValue(
float xval,
float yval,
float zval );
172 void emitSignal_x(
float newval );
173 void emitSignal_y(
float newval );
174 void emitSignal_z(
float newval );
177 void floatLineBox3DValueChanged(
float xval,
float yval,
float zval );
178 void SignalToChild_x(
float );
179 void SignalToChild_y(
float );
180 void SignalToChild_z(
float );