11 #if !defined(Q_MOC_RUN)
48 virtual void setModified(QWidget* l,
bool modified);
50 virtual void setStandardObjectSelectionBasedOnSignatures();
55 virtual void standardObjectChanged();
57 virtual void revertButtonClicked();
std::map< DtUiRealElement *, DataElements > SensorSignatures
Definition: uiSensorSignaturesElement.h:62
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.
A RW container class holding signature data for a single sensor domain.
Definition: rwSensorSignature.h:23
std::pair< DtRwReal *, DtRwReal * > DataElements
Definition: uiSensorSignaturesElement.h:61
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:188
DtSensorSignatureInformation myDefaultSensorSignatures
Definition: uiSensorSignaturesElement.h:69
virtual void decorateElement()
Sets element decoration depending on the isModified state of the element. This version changes myLabe...
QGridLayout * myParentLayout
Definition: uiSensorSignaturesElement.h:74
QComboBox * myStandardObjects
Definition: uiSensorSignaturesElement.h:65
DtSensorSignatureInformation mySensorSignatureInformation
Definition: uiSensorSignaturesElement.h:68
For validation, add lower_bound and upper_bound and decimals properties to set a lower and upper boun...
Definition: uiRealElement.h:18
QLabel * myStandardObjectsLabel
Definition: uiSensorSignaturesElement.h:66
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
SensorSignatures mySensorSignatures
Definition: uiSensorSignaturesElement.h:63
DtSensorSignatureInformation myParentSensorSignatureInformation
Definition: uiSensorSignaturesElement.h:72
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:72
bool myHasParent
Definition: uiSensorSignaturesElement.h:71
Sensor signatures element. Define the default-signatures property (string) to define default signatur...
Definition: uiSensorSignaturesElement.h:26
#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:183