API Documentation
|
Allows the user to select a coordinate projection from a list of ones available. More...
#include <CoordinateProjectionChooser.h>
Signals | |
void | acceptedSignal (const UUID id) |
void | canceledSignal () |
Public Member Functions | |
CoordinateProjectionChooser (QWidget *parent=nullptr) | |
void | setProjection (UUID projection_id) |
Protected Slots | |
void | coordinateProjectionTableSelected (int row, int column) |
void | tabChangedSlot () |
Protected Member Functions | |
INIFactory | getINIFactory () |
void | init () |
void | readINI () |
void | saveINI () |
void | setupTable (QTableWidget *widget, const Buffer< UUID > &projections) |
virtual void | showEvent (QShowEvent *event) override |
void | updateSearch (bool finished, bool allow_download=true) |
void | updateTables () |
Protected Attributes | |
bool | m_has_loaded_authorities = false |
UUID | m_projection |
Ui::CoordinateProjectionChooserUI * | ui |
Allows the user to select a coordinate projection from a list of ones available.
CoordinateProjectionChooser | ( | QWidget * | parent = nullptr | ) |
|
signal |
|
signal |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
void setProjection | ( | UUID | projection_id | ) |
|
overrideprotectedvirtual |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |