29 virtual void setComboElements(
const std::vector<std::string>&);
static DtUiElement * CreatorFunction(makVrv::DtDe &)
virtual void createControls(QWidget *widget)
If any additional controls or initialization needs to be done, it is done here.
std::vector< std::string > myComboElements
Definition: uiComboBoxElement.h:35
Definition: uiComboBoxElement.h:15
Definition: uiStringElement.h:15
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
#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