![]() |
NDEVR
API Documentation
|
A dialog that allows the user to select a vertical datum (geoid model) for elevation reference. More...
Public Member Functions | |
| VerticalDatumChooser (QWidget *parent=nullptr) | |
| Constructs a VerticalDatumChooser widget. | |
| ~VerticalDatumChooser () | |
| Destructor. | |
| void | acceptedSignal (uint04 authority_number) |
| Emitted when the user accepts a vertical datum selection. | |
| void | canceledSignal () |
| Emitted when the user cancels the selection. | |
| void | setVerticalDatum (uint04 authority_number) |
| Sets the currently selected vertical datum. | |
A dialog that allows the user to select a vertical datum (geoid model) for elevation reference.
Definition at line 45 of file VerticalDatumChooser.h.
| VerticalDatumChooser::VerticalDatumChooser | ( | QWidget * | parent = nullptr | ) |
Constructs a VerticalDatumChooser widget.
| [in] | parent | The parent widget. |
| void VerticalDatumChooser::acceptedSignal | ( | uint04 | authority_number | ) |
Emitted when the user accepts a vertical datum selection.
| [in] | authority_number | The authority number of the accepted datum. |
| void VerticalDatumChooser::setVerticalDatum | ( | uint04 | authority_number | ) |
Sets the currently selected vertical datum.
| [in] | authority_number | The authority number of the datum to select. |