6 #ifndef SWIFT_GUI_COMPONENTS_AIRCRAFTCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_AIRCRAFTCOMPONENT_H
10 #include <QScopedPointer>
22 class CAircraftComponent;
32 class CSimulatedAircraft;
37 class CDockWidgetInfoArea;
51 TabAircraftInRange = 0,
62 int countAircraftInView()
const;
71 void setTab(AircraftTab tab);
82 void onInfoAreaTabBarChanged(
int index);
85 void onRowCountChanged(
int count,
bool withFilter);
92 void onSettingsChanged();
97 QScopedPointer<Ui::CAircraftComponent> ui;
99 this, &CAircraftComponent::onSettingsChanged
101 QTimer m_updateTimer;
102 int m_updateCounter = 0;
void requestTextMessageWidget(const swift::misc::aviation::CCallsign &callsign)
Request a text message.
Value object encapsulating information of a callsign.
Value object encapsulating information about a connection status.
Physical unit length (length)
Free functions in swift::misc.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.