6 #ifndef SWIFT_MISC_COCKPITTRANSPONDERMODELEDSCOMPONENT_H
7 #define SWIFT_MISC_COCKPITTRANSPONDERMODELEDSCOMPONENT_H
11 #include <QScopedPointer>
35 static constexpr
int LedWidth = 14;
45 void init(
bool horizontal);
54 QScopedPointer<swift::gui::CLedWidget> m_ledStandby;
55 QScopedPointer<swift::gui::CLedWidget> m_ledModes;
56 QScopedPointer<swift::gui::CLedWidget> m_ledIdent;
LEDs representing transponder mode state.
Base class with a member CIdentifier to be inherited by a class which has an identity in the environm...
Value object encapsulating information identifying a component of a modular distributed swift process...
TransponderMode
Transponder codes.
@ StateStandby
not a real mode, more a state
Comprehensive information of an aircraft.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.