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. It hooks to the DtArtPartManager to auto-as...
Definition: uiSensorSensitivityElement.h:24
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:185
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. This data is used by the entity editor to...
Definition: systemParameterData.h:30
std::vector< StandardObject > StandardObjects
Definition: uiSensorSensitivityElement.h:62
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
QLabel * label
Definition: uiSensorSensitivityElement.h:58
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
Base class of the ui element class chain. Properties available through designer for all ui elements a...
Definition: uiElement.h:180
virtual void setFromSystemParameterData(const DtSystemParameterData *data, const DtComponentSystemDefinition *)
Sets data of this UiElement from the specified system parameter data. Sets things like sourceUnits...