6 #ifndef SWIFT_GUI_EDITORS_COCKPITCOMFORM_H
7 #define SWIFT_GUI_EDITORS_COCKPITCOMFORM_H
10 #include <QScopedPointer>
19 class CCockpitComForm;
21 namespace swift::gui::editors
45 void setTransponderModeStateIdent();
58 virtual void setReadOnly(
bool readonly)
override;
59 virtual void setSelectOnly()
override;
86 bool m_integratedWithSim =
false;
95 void onGuiChangedCockpitValues();
98 void onSelcalChanged();
101 void alignUiElementsHeight();
104 void updateActiveCOMUnitLEDs(
bool integratedWithSim,
bool com1T,
bool com1R,
bool com2T,
bool com2R);
107 void updateIntegratedFlagFromSimulatorContext();
110 static bool isFrequenceEqual(
double f1,
double f2);
112 QScopedPointer<Ui::CCockpitComForm> ui;
Status messages, e.g. from Core -> GUI.
TransponderMode
Transponder codes.
Comprehensive information of an aircraft.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.