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;
43 virtual bool needsPageLogicForWidgetRepresentation()
const;
45 virtual DtFilename pixmapFile()
const;
68 static std::string creatorName();
96 static std::string creatorName();
104 bool myCurrentValue =
false;
124 static std::string creatorName();
152 static std::string creatorName();
153 virtual bool shouldBeHidden()
const override;
178 static std::string creatorName();
203 static std::string creatorName();
205 void setValue(
const std::string& v) { myValue = v; };
217 unsigned char myCurrentValue = 0;
218 bool myIsOnOff =
false;
238 static std::string creatorName();
242 void setValue(
const std::string& v) { myValue = v; };
246 virtual unsigned char runwayValue()
const;
255 unsigned char myCurrentValue = 0;
256 bool myIsOnOff =
false;
276 static std::string creatorName();
279 virtual unsigned char runwayCondition()
const;
288 unsigned char myCurrentValue = 0;
308 static std::string creatorName();
311 virtual unsigned char runwayActive()
const;
320 unsigned char myCurrentValue = 0;
340 static std::string creatorName();
347 virtual bool runwayDamaged()
const;
351 bool myCurrentValue =
false;
Definition: informationDialogPage.h:406
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:72