A dialog that allows the user to set a Coordinate projection for the current project.
More...
|
| | CoordinateConverterDialog (QWidget *parent=0) |
| | Constructs a CoordinateConverterDialog widget.
|
|
virtual | ~CoordinateConverterDialog () |
| | Destructor.
|
|
void | acceptedSignal () |
| | Emitted when the user accepts the coordinate projection settings.
|
| QWidget * | chooser () |
| | Gets the coordinate projection chooser widget.
|
| QSize | minimumSizeHint () const override |
| | Gets the minimum size hint for the dialog.
|
| void | resizeEvent (QResizeEvent *event) override |
| | Handles resize events to adjust layout.
|
| void | setShowChooserCallback (std::function< void(bool show)> &show_chooser_callback) |
| | Sets the callback for showing/hiding the projection chooser.
|
|
void | setupAsPrimary () |
| | Configures this dialog as the primary coordinate projection editor.
|
| void | showAcceptButton (bool show) |
| | Shows or hides the accept button.
|
| void | showSearch (bool show_search) |
| | Shows or hides the projection search panel.
|
| void | showVerticalDatumSearch (bool show) |
| | Shows or hides the vertical datum search panel.
|
|
void | updatedFromUISignal () |
| | Emitted when the projection settings are updated from the UI.
|
| QWidget * | verticalDatumChooser () |
| | Gets the vertical datum chooser widget.
|
|
| virtual void | showEvent (QShowEvent *event) override |
| | Handles the show event to refresh data when the widget becomes visible.
|
|
| bool | event (QEvent *event) override |
| | Handles general events for the dialog.
|
A dialog that allows the user to set a Coordinate projection for the current project.
Definition at line 55 of file CoordinateConverterDialog.h.
◆ CoordinateConverterDialog()
| CoordinateConverterDialog::CoordinateConverterDialog |
( |
QWidget * | parent = 0 | ) |
|
◆ chooser()
| QWidget * CoordinateConverterDialog::chooser |
( |
| ) |
|
Gets the coordinate projection chooser widget.
- Returns
- A pointer to the chooser widget.
◆ event()
| bool CoordinateConverterDialog::event |
( |
QEvent * | event | ) |
|
|
overrideprivate |
◆ minimumSizeHint()
| QSize CoordinateConverterDialog::minimumSizeHint |
( |
| ) |
const |
|
override |
Gets the minimum size hint for the dialog.
- Returns
- The minimum recommended size.
◆ resizeEvent()
| void CoordinateConverterDialog::resizeEvent |
( |
QResizeEvent * | event | ) |
|
|
override |
Handles resize events to adjust layout.
- Parameters
-
| [in] | event | The resize event. |
References event().
◆ setShowChooserCallback()
| void CoordinateConverterDialog::setShowChooserCallback |
( |
std::function< void(bool show)> & | show_chooser_callback | ) |
|
Sets the callback for showing/hiding the projection chooser.
- Parameters
-
| [in] | show_chooser_callback | The callback function. |
◆ showAcceptButton()
| void CoordinateConverterDialog::showAcceptButton |
( |
bool | show | ) |
|
Shows or hides the accept button.
- Parameters
-
| [in] | show | True to show the button. |
◆ showEvent()
| virtual void CoordinateConverterDialog::showEvent |
( |
QShowEvent * | event | ) |
|
|
overrideprotectedvirtual |
Handles the show event to refresh data when the widget becomes visible.
- Parameters
-
References event().
◆ showSearch()
| void CoordinateConverterDialog::showSearch |
( |
bool | show_search | ) |
|
Shows or hides the projection search panel.
- Parameters
-
| [in] | show_search | True to show the search panel. |
◆ showVerticalDatumSearch()
| void CoordinateConverterDialog::showVerticalDatumSearch |
( |
bool | show | ) |
|
Shows or hides the vertical datum search panel.
- Parameters
-
| [in] | show | True to show the search panel. |
◆ verticalDatumChooser()
| QWidget * CoordinateConverterDialog::verticalDatumChooser |
( |
| ) |
|
Gets the vertical datum chooser widget.
- Returns
- A pointer to the vertical datum chooser widget.
The documentation for this class was generated from the following file: