6 #ifndef SWIFT_GUI_EDITORS_COORDINATEFORM_H
7 #define SWIFT_GUI_EDITORS_COORDINATEFORM_H
16 class CCoordinateForm;
18 namespace swift::gui::editors
42 virtual void setReadOnly(
bool readonly)
override;
47 void showSetButton(
bool visible);
50 void showElevation(
bool show);
57 QScopedPointer<Ui::CCoordinateForm> ui;
59 void locationEntered();
61 void latCombinedEntered();
63 void lngCombinedEntered();
65 void presetOwnAircraftPosition();
Status messages, e.g. from Core -> GUI.
Geodetic coordinate, a position in 3D space relative to the reference geoid.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.