A dialog used to build a SRSDialog element. More...
#include <SRSDialog.h>
Public Member Functions | |
| std::string | getName () const |
| std::string | getP4Desc () const |
| unsigned int | getSRID () const |
| SRSDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| SRSDialog (QWidget *parent, Qt::WindowFlags f, unsigned int srid, const std::string &name, const std::string &p4desc) | |
| ~SRSDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| bool | m_isUpdate |
| Ui::SRSDialogForm * | m_ui |
| Dialog form. More... | |
A dialog used to build a SRSDialog element.
Definition at line 56 of file SRSDialog.h.
| te::qt::widgets::SRSDialog::SRSDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file SRSDialog.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), m_ui, onCancelPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::SRSDialog::SRSDialog | ( | QWidget * | parent, |
| Qt::WindowFlags | f, | ||
| unsigned int | srid, | ||
| const std::string & | name, | ||
| const std::string & | p4desc | ||
| ) |
Definition at line 57 of file SRSDialog.cpp.
References m_ui, onCancelPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::SRSDialog::~SRSDialog | ( | ) |
Definition at line 81 of file SRSDialog.cpp.
References m_ui.
| std::string te::qt::widgets::SRSDialog::getName | ( | ) | const |
Definition at line 160 of file SRSDialog.cpp.
References m_ui.
Referenced by te::qt::widgets::SRSManagerDialog::onAddSRSPushButtonClicked(), and te::qt::widgets::SRSManagerDialog::onEditSRSPushButtonClicked().
| std::string te::qt::widgets::SRSDialog::getP4Desc | ( | ) | const |
Definition at line 165 of file SRSDialog.cpp.
References m_ui.
Referenced by te::qt::widgets::SRSManagerDialog::onAddSRSPushButtonClicked(), and te::qt::widgets::SRSManagerDialog::onEditSRSPushButtonClicked().
| unsigned int te::qt::widgets::SRSDialog::getSRID | ( | ) | const |
Definition at line 154 of file SRSDialog.cpp.
References m_ui.
Referenced by te::qt::widgets::SRSManagerDialog::onAddSRSPushButtonClicked(), and te::qt::widgets::SRSManagerDialog::onEditSRSPushButtonClicked().
|
protectedslot |
Definition at line 149 of file SRSDialog.cpp.
Referenced by SRSDialog().
|
protectedslot |
Definition at line 86 of file SRSDialog.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), m_isUpdate, and m_ui.
Referenced by SRSDialog().
|
private |
Definition at line 83 of file SRSDialog.h.
Referenced by onOkPushButtonClicked().
|
private |
Dialog form.
Definition at line 82 of file SRSDialog.h.
Referenced by getName(), getP4Desc(), getSRID(), onOkPushButtonClicked(), SRSDialog(), and ~SRSDialog().