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:259
Definition: aggregateEquipmentAndPersonnelPageLogic.h:26
std::set< QString > myWeapons
Definition: aggregateEquipmentAndPersonnelPageLogic.h:62
A list of properties.
Definition: rwProperties.h:126
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
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