40 class CoordinateConverterEditor;
48 class QCustomTableWidget;
49 class CoordinateProjectionChooser;
69 void setEditable(
bool is_editable);
70 void setProjection(
const UUID& projection);
71 bool event(QEvent* event)
override;
76 std::function<void(
bool show)> m_show_chooser_callback;
78 Ui::CoordinateConverterEditor* ui;
82 bool m_is_dirty =
false;
A dialog that allows the user to set a Coordinate projection for the current project.
Definition CoordinateConverterDialog.h:54
void showAcceptButton(bool show)
QSize minimumSizeHint() const override
void setShowChooserCallback(std::function< void(bool show)> &show_chooser_callback)
void updatedFromUISignal()
virtual void showEvent(QShowEvent *event) override
void showSearch(bool show_search)
void resizeEvent(QResizeEvent *event) override
virtual ~CoordinateConverterDialog()
CoordinateConverterDialog(QWidget *parent=0)
Allows the user to select a coordinate projection from a list of ones available.
Definition CoordinateProjectionChooser.h:17
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Definition UUID.h:60
Definition FontEditor.h:6
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
Definition BaseValues.hpp:233