45 virtual void intializeListBox(
const DtString& type);
46 virtual int findIndexFromString(
const QString & name);
49 virtual void setDiGuyString(
int index);
53 virtual void updateDiguyBox();
DtDiGuyDescriptionComboBox * myDiGuyBox
Definition: uiDiGuyElement.h:58
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.
QLabel * myBoxLabel
Definition: uiDiGuyElement.h:62
DtUiStringElement * myDiGuySelection
Whatever user selects from the combo box goes here.
Definition: uiDiGuyElement.h:57
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:174
std::vector< AlternateNamesPair > AlternateNamesList
Definition: diGuyCharacterData.h:26
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
QGridLayout * myMainLayout
Definition: uiDiGuyElement.h:63
Base class for RW objects that describe a system parameter.
Definition: systemParameterData.h:30
Definition: uiStringElement.h:15
DtDiGuyInformation myDiGuyinfo
Populate the comboBox with appropriate diguy info.
Definition: uiDiGuyElement.h:60
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
AlternateNamesList myDiGuyList
Definition: uiDiGuyElement.h:61
Element for managing an Articulated Part number variable.
Definition: uiDiGuyElement.h:27
Definition: diGuyDescriptionComboBox.h:16
#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
virtual void setFromSystemParameterData(const DtSystemParameterData *data, const DtComponentSystemDefinition *)
Sets data of this UiElement from the specified system parameter data.