28 virtual void setValue(
const QString&);
29 virtual QString value()
const;
std::map< DtString, DtString > DisplayLabelToSourceValueMap
Definition: uiStringElement.h:46
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.
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:174
virtual void elementChanged()
DisplayLabelToSourceValueMap myDisplayToSourceValues
Definition: uiStringElement.h:47
For validation, add lower_bound and upper_bound properties to set a lower and upper bound...
Definition: uiMapAwareElement.h:18
const char * source
Definition: lz4.h:436
Definition: uiStringElement.h:15
bool myIsLineEdit
True if this string element uses a line edit, false if combo box.
Definition: uiStringElement.h:44
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#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