6 #ifndef SWIFT_GUI_COMPONENTS_AIRCRAFTPARTSCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_AIRCRAFTPARTSCOMPONENT_H
10 #include <QScopedPointer>
16 class CAircraftPartsComponent;
41 void sendAircraftParts();
44 void setCurrentParts();
47 void requestPartsFromNetwork();
50 void displayOwnParts();
53 void displayLogInSimulator();
56 void onCallsignChanged();
58 QScopedPointer<Ui::CAircraftPartsComponent> ui;
Allows to display and manipulate parts.
CAircraftPartsComponent(QWidget *parent=nullptr)
Ctor.
virtual ~CAircraftPartsComponent()
Dtor.
void setCallsign(const swift::misc::aviation::CCallsign &callsign)
Set selected callsign.
void callsignChanged(const swift::misc::aviation::CCallsign &callsign)
Currently used callsign.
Value object encapsulating information of a callsign.
High level reusable GUI components.