6 #ifndef SWIFT_GUI_COMPONENTS_MODELBROWSERCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_MODELBROWSERCOMPONENT_H
10 #include <QScopedPointer>
18 class CModelBrowserComponent;
38 void onSetRelativePosition();
39 void onSetAbsolutePosition();
49 bool hasContexts()
const;
50 void onCGChecked(
bool checked);
51 void updatePartsAndPBH(
bool setPbh,
bool setParts);
52 void fetchSimulatorValues();
54 QScopedPointer<Ui::CModelBrowserComponent> ui;
Allow to browse thru the model set.
void close()
Browser has been closed.
CModelBrowserComponent(QWidget *parent=nullptr)
Constructor.
virtual ~CModelBrowserComponent()
Destructor.
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Value object encapsulating information of aircraft's parts.
Value object encapsulating information of an aircraft's situation.
Comprehensive information of an aircraft.
High level reusable GUI components.