39 virtual void existingContainedParameters(
DtReaderWriter* rw, QWidget* parent, QStringList& contained)
const;
42 virtual bool addControlFor(
const QString& container,
DtReaderWriter*);
virtual void createControls(QWidget *parent)
If additional widgets or connections need to be made do it here. The parent is the myWidget member...
Definition: readerWriter.h:85
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:177
std::vector< DtUiElement * > myElements
Definition: uiPropertiesDisplayContainer.h:48
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
QGridLayout * myGridLayout
Definition: uiPropertiesDisplayContainer.h:47
QScrollArea * myScrollArea
Definition: uiPropertiesDisplayContainer.h:45
QWidget * myInsideWidget
Definition: uiPropertiesDisplayContainer.h:46
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: uiPropertiesDisplayContainer.h:18
#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