16 #include <QRadioButton>
18 #include <matrix/vlVector.h>
26 class QDoubleValidator;
42 virtual QWidget* contents(
const std::vector<makVrv::DtSimEntry*>& data);
44 virtual void sendRequest();
50 virtual void onSensorChanged(
int index);
51 virtual void updateSliderFromLineEdit();
52 virtual void updateLineEditFromSlider();
QLabel * myMaxLabel
Definition: setZoomSensorDialog.h:65
QWidget * myCanvas
Definition: setZoomSensorDialog.h:55
Definition: taskSetDialogInterface.h:64
Definition: baseTaskSetDialogInterface.h:33
Definition: setZoomSensorDialog.h:31
QGridLayout * myUpperLayout
Definition: setZoomSensorDialog.h:57
Definition: taskSetDialogInterface.h:83
QComboBox * mySensors
Definition: setZoomSensorDialog.h:60
QLabel * myZoomLabel
Definition: setZoomSensorDialog.h:61
double mySensorMaxZoom
Definition: setZoomSensorDialog.h:68
QLineEdit * myZoomEdit
Definition: setZoomSensorDialog.h:62
QSlider * myZoomSlider
Definition: setZoomSensorDialog.h:66
QDoubleValidator * myZoomValidator
Definition: setZoomSensorDialog.h:63
QLabel * myMinLabel
Definition: setZoomSensorDialog.h:64
class DtSimStatement:
Definition: simStatement.h:35
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: setZoomSensorDialog.h:71
QVBoxLayout * myMainLayout
Definition: setZoomSensorDialog.h:56
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QLabel * mySensorLabel
Definition: setZoomSensorDialog.h:59
QHBoxLayout * mySliderLayout
Definition: setZoomSensorDialog.h:58