14 #if !defined(Q_MOC_RUN)
38 virtual void updateAvailableItems();
43 virtual std::string
type()
const {
return "Loadouts"; };
54 virtual void setDefaultLoadout();
virtual void processUiEvent(const DtUiElementEvent &e)
Process ui event. Default does nothing.
virtual void fillInTableFromSelection(DtReaderWriter *rw)
Definition: uiAggregateElements.h:15
virtual bool initForPossibleMultiMap(DtRwPropertiesMap *)
std::map< std::string, LoadoutItem > myLoadoutItems
Definition: uiAggregateLoadoutsElement.h:68
Definition: uiAggregateLoadoutsElement.h:57
QPushButton * mySetDefaultLoadout
Definition: uiAggregateLoadoutsElement.h:70
virtual DtAssembliesReaderWriter::RwRootNode * rootNodeFor(const std::string &keyword) const =0
Definition: uiAggregateLoadoutsElement.h:21
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: assembliesReaderWriter.h:31
std::map< std::string, std::string > mySystemLoadoutItems
Definition: uiAggregateLoadoutsElement.h:67
Definition: rwProperty.h:214
LoadoutItem(const LoadoutItem &orig)
Definition: uiAggregateLoadoutsElement.h:61
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
LoadoutItem()
Definition: uiAggregateLoadoutsElement.h:59
static DtUiElement * CreatorFunction(makVrv::DtDe &)
DtRwString * myModifiedDefaultLoadout
Definition: uiAggregateLoadoutsElement.h:72
virtual std::string type() const
Definition: uiAggregateLoadoutsElement.h:43
Acts as a map for properties.
Definition: rwPropertiesMap.h:41
QIcon myDefaultIcon
Definition: uiAggregateLoadoutsElement.h:73
virtual DtAssembliesReaderWriter::RwRootNode * rollupRootNodeFor(const std::string &keyword) const
LoadoutItem(const DtString &c, const DtString &t)
Definition: uiAggregateLoadoutsElement.h:60
DtString type
Definition: uiAggregateLoadoutsElement.h:64
virtual void setFromParameters(const std::vector< DtReaderWriter * > &parentRw)
The DtUiElement class is the base for which all UI elements are defined.
Definition: uiElement.h:95
virtual void initializeCombo(DtUiTableWidgetComboBox *)=0
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:172