45 virtual void sensitivitySliderChanged();
48 virtual void updateSlider();
49 virtual void setFromParameters(
const std::vector<DtReaderWriter*>& parentRw)
override;
50 virtual void updateValues();
DtUiRealElement * mySensitivity
Definition: uiSensorSensitivityElement.h:53
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:190
StandardObjects myStandardObjects
Definition: uiSensorSensitivityElement.h:64
Definition: uiSensorSensitivityElement.h:56
std::set< DtString > myDomains
Definition: uiSensorSensitivityElement.h:66
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:27
std::vector< QLineEdit * > lineEdit
Definition: uiSensorSensitivityElement.h:60
QSlider * mySlider
Definition: uiSensorSensitivityElement.h:54
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:68
DtString standardObject
Definition: uiSensorSensitivityElement.h:58
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:63
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:76
QLabel * label
Definition: uiSensorSensitivityElement.h:59
#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:185
virtual void setFromSystemParameterData(const DtSystemParameterData *data, const DtComponentSystemDefinition *)
Sets data of this UiElement from the specified system parameter data. Sets things like sourceUnits...