11 #if !defined(Q_MOC_RUN)
47 virtual void setModified(QWidget* l,
bool modified);
49 virtual void setStandardObjectSelectionBasedOnSignatures();
54 virtual void standardObjectChanged();
56 virtual void revertButtonClicked();
std::map< DtUiRealElement *, DataElements > SensorSignatures
Definition: uiSensorSignaturesElement.h:61
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:60
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:177
DtSensorSignatureInformation myDefaultSensorSignatures
Definition: uiSensorSignaturesElement.h:68
virtual void decorateElement()
Sets element decoration depending on the isModified state of the element.
QGridLayout * myParentLayout
Definition: uiSensorSignaturesElement.h:73
QComboBox * myStandardObjects
Definition: uiSensorSignaturesElement.h:64
DtSensorSignatureInformation mySensorSignatureInformation
Definition: uiSensorSignaturesElement.h:67
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:65
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:62
DtSensorSignatureInformation myParentSensorSignatureInformation
Definition: uiSensorSignaturesElement.h:71
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myHasParent
Definition: uiSensorSignaturesElement.h:70
Sensor signatures element. Define the default-signatures property (string) to define default signatur...
Definition: uiSensorSignaturesElement.h:25
#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:172