6 #ifndef SWIFT_GUI_EDITORS_LIVERYFORM_H
7 #define SWIFT_GUI_EDITORS_LIVERYFORM_H
10 #include <QScopedPointer>
26 namespace swift::gui::editors
52 void allowDrop(
bool allowDrop);
55 bool isDropAllowed()
const;
59 virtual void setReadOnly(
bool readonly)
override;
60 virtual void setSelectOnly()
override;
75 virtual void jsonPasted(
const QString &json)
override;
88 void setTemporaryLivery();
91 void searchForColor();
93 QScopedPointer<Ui::CLiveryForm> ui;
Search for best matching color livery.
Status messages, e.g. from Core -> GUI.
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Value object for ICAO classification.
Value object encapsulating information about an airpot.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.