11 #include <QStandardItemModel>
19 namespace makVrfGuiObjectInformationQt
34 virtual QIcon icon()
override;
41 virtual QString title()
override;
44 virtual const std::string& pageClassName()
const override;
47 static const std::string& thePageClassName();
53 return mySuppliesAndPersonnel;
60 virtual void activate()
override;
61 virtual void deactivate()
override;
62 virtual QWidget* createPageContents(ShowStatus&)
override;
64 virtual QWidget* createSuppliesAndPersonnelTab();
Definition: informationDialogPage.h:414
Definition: informationDialogPage.h:258
DtAggregateSuppliesTab * suppliesAndPersonnel()
Definition: airBaseSuppliesAndPersonnelPage.h:51
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
Definition: airBaseSuppliesAndPersonnelPage.h:21
DtAggregateSuppliesTab * mySuppliesAndPersonnel
Definition: airBaseSuppliesAndPersonnelPage.h:67