10 #include <boost/signals2.hpp>
14 namespace makVrfGuiObjectInformationQt
16 class DtInformationDialogPageLogic;
33 static std::string creatorName();
36 virtual void gotoAerodrome();
39 virtual QWidget* createContainerData()
const override;
41 virtual bool needsPageLogicForWidgetRepresentation()
const override;
43 virtual DtFilename pixmapFile()
const override;
63 static std::string creatorName();
86 static std::string creatorName();
109 static std::string creatorName();
132 static std::string creatorName();
156 static std::string creatorName();
179 static std::string creatorName();
181 void setValue(
const std::string& v) { myValue = v; };
191 bool myIsOnOff =
false;
211 static std::string creatorName();
215 void setValue(
const std::string& v) { myValue = v; };
219 virtual unsigned char runwayValue()
const;
226 bool myIsOnOff =
false;
246 static std::string creatorName();
249 virtual unsigned char runwayCondition()
const;
275 static std::string creatorName();
278 virtual unsigned char runwayActive()
const;
304 static std::string creatorName();
309 virtual bool runwayDamaged()
const;
Definition: informationDialogPage.h:414
Contains makVrv::DtInformationDialogPage class.
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