44 virtual void sensitivitySliderChanged();
47 virtual void updateSlider();
49 virtual void updateValues();
DtUiRealElement * mySensitivity
Definition: uiSensorSensitivityElement.h:52
virtual void createControls(QWidget *parent)
If additional widgets or connections need to be made do it here. The parent is the myWidget member...
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
Element for managing an Articulated Part number variable.
Definition: uiSensorSensitivityElement.h:24
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:174
StandardObjects myStandardObjects
Definition: uiSensorSensitivityElement.h:63
Definition: uiSensorSensitivityElement.h:55
std::set< DtString > myDomains
Definition: uiSensorSensitivityElement.h:65
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
std::vector< QLineEdit * > lineEdit
Definition: uiSensorSensitivityElement.h:59
QSlider * mySlider
Definition: uiSensorSensitivityElement.h:53
For validation, add lower_bound and upper_bound and decimals properties to set a lower and upper boun...
Definition: uiRealElement.h:18
QGridLayout * myMainLayout
Definition: uiSensorSensitivityElement.h:67
DtString standardObject
Definition: uiSensorSensitivityElement.h:57
Base class for RW objects that describe a system parameter.
Definition: systemParameterData.h:30
std::vector< StandardObject > StandardObjects
Definition: uiSensorSensitivityElement.h:62
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QLabel * label
Definition: uiSensorSensitivityElement.h:58
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32
Base class of the ui element class chain.
Definition: uiElement.h:169
virtual void setFromSystemParameterData(const DtSystemParameterData *data, const DtComponentSystemDefinition *)
Sets data of this UiElement from the specified system parameter data.