14 #include <QStandardItemModel>
21 namespace makVrfGuiObjectInformationQt
23 class DtAggregateSuppliesTab;
44 virtual QString title();
47 virtual const std::string& pageClassName()
const;
50 static const std::string& thePageClassName();
59 return myHangarCapacity;
67 virtual void setCrewTotal(
int);
68 virtual void setCrewInHangar(
int current,
int needed);
69 virtual void setCrewOnApron(
int current,
int needed);
72 virtual void activate();
73 virtual void deactivate();
75 virtual QWidget* createHangarTab();
76 virtual QWidget* createApronTab();
DtAggregateSuppliesTab * apronArea()
Definition: airBaseReadinessPage.h:62
Definition: informationDialogPage.h:406
QVBoxLayout * myCanvasLayout
Definition: airBaseReadinessPage.h:83
DtAggregateSuppliesTab * myApronArea
Definition: airBaseReadinessPage.h:80
QLabel * myCrewApron
Definition: airBaseReadinessPage.h:91
QLabel * myCrewHangar
Definition: airBaseReadinessPage.h:89
QWidget * myMainCanvas
Definition: airBaseReadinessPage.h:82
DtAggregateSuppliesTab * myHangarCapacity
Definition: airBaseReadinessPage.h:79
Contains makVrv::DtInformationDialogPage class.
QLabel * myCrewTotal
Definition: airBaseReadinessPage.h:87
DtAggregateSuppliesTab * hangarCapacity()
Definition: airBaseReadinessPage.h:57
QLabel * myCrewTotalLabel
Definition: airBaseReadinessPage.h:86
QLabel * myCrewApronLabel
Definition: airBaseReadinessPage.h:90
Definition: informationDialogPage.h:260
Definition: airBaseReadinessPage.h:25
QGridLayout * myCrewLayout
Definition: airBaseReadinessPage.h:85
ShowStatus
Definition: informationDialogPage.h:266
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
QLabel * myCrewHangarLabel
Definition: airBaseReadinessPage.h:88