6 #ifndef SWIFT_GUI_COMPONENTS_DBAUTOSIMULATORSTASHINGCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_DBAUTOSIMULATORSTASHINGCOMPONENT_H
10 #include <QScopedPointer>
12 #include "core/progress.h"
21 class CDbAutoSimulatorStashingComponent;
56 virtual void updateProgressIndicator(
int percent)
override;
60 virtual void accept()
override;
63 virtual int exec()
override;
85 QScopedPointer<Ui::CDbAutoSimulatorStashingComponent> ui;
Implementing class features a progress bar or something similar.
Allows to automatically update models if found in own model set, but already existing for a sibling s...
State
Current state of this component.
bool isCompleted() const
At least run once and completed.
Allows subcomponents to gain access to model component.
Streamable status message, e.g.
Status messages, e.g. from Core -> GUI.
Aircraft model (used by another pilot, my models on disk)
Value object encapsulating a list of aircraft models.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.