14 #include <QStandardItemModel>
18 class DtObjectListViewItem;
19 struct DtVrlinkSimulatedAggregateState;
21 namespace makVrfGuiObjectInformationQt
23 class DtAggregateEquipmentTab;
24 class DtAggregatePersonnelTab;
41 const DtString& propertyName, std::set<QString>&);
46 const DtString& propertyName, std::set<QString>&);
53 virtual void addCasualtyType(QStandardItemModel* model,
57 virtual void updateCasualtyType(QStandardItemModel* model,
58 const QString& type,
int amount);
Definition: informationDialogPage.h:260
Definition: aggregateEquipmentAndPersonnelPageLogic.h:26
std::set< QString > myWeapons
Definition: aggregateEquipmentAndPersonnelPageLogic.h:62
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:126
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
std::set< QString > myEquipment
Definition: aggregateEquipmentAndPersonnelPageLogic.h:61
This is a general class which will update QStandardItemModels to display resource data in a standard ...
Definition: aggregateResourcesPageLogic.h:26