6 #ifndef SWIFT_GUI_COMPONENTS_AIRCRAFTMODELVALIDATIONCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_AIRCRAFTMODELVALIDATIONCOMPONENT_H
10 #include <QScopedPointer>
19 class CAircraftModelValidationComponent;
23 class CStatusMessageList;
27 class CAircraftModelList;
54 QScopedPointer<Ui::CAircraftModelValidationComponent> ui;
58 qint64 m_lastResults = -1;
64 void onCheckAtStartupChanged(
bool checked);
67 void onOnlyErrorWarningChanged(
bool checked);
70 void triggerValidation();
73 void requestLastResults();
76 void onTempDisabledButtonClicked();
79 void onRemoveButtonClicked();
Using this class provides a QFrame with the overlay functionality already integrated.
Handle validation result.
Status messages, e.g. from Core -> GUI.
Value object encapsulating a list of aircraft models.
Simple hardcoded info about the corresponding simulator.
High level reusable GUI components.
Free functions in swift::misc.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.