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:185
std::vector< AlternateNamesPair > AlternateNamesList
Definition: diGuyCharacterData.h:29
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
QGridLayout * myMainLayout
Definition: uiDiGuyElement.h:63
Base class for RW objects that describe a system parameter. This data is used by the entity editor to...
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
AlternateNamesList myDiGuyList
Definition: uiDiGuyElement.h:61
Element for managing an Articulated Part number variable. It hooks to the DtArtPartManager to auto-as...
Definition: uiDiGuyElement.h:27
Definition: diGuyDescriptionComboBox.h:16
#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:180
virtual void setFromSystemParameterData(const DtSystemParameterData *data, const DtComponentSystemDefinition *)
Sets data of this UiElement from the specified system parameter data. Sets things like sourceUnits...