te::qt::widgets::SRSDialog Class Reference

A dialog used to build a SRSDialog element. More...

#include <SRSDialog.h>

Inheritance diagram for te::qt::widgets::SRSDialog:
QDialog

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...
 

Detailed Description

A dialog used to build a SRSDialog element.

Definition at line 56 of file SRSDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::SRSDialog::SRSDialog ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)
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.

Member Function Documentation

std::string te::qt::widgets::SRSDialog::getName ( ) const
std::string te::qt::widgets::SRSDialog::getP4Desc ( ) const
unsigned int te::qt::widgets::SRSDialog::getSRID ( ) const
void te::qt::widgets::SRSDialog::onCancelPushButtonClicked ( )
protectedslot

Definition at line 149 of file SRSDialog.cpp.

Referenced by SRSDialog().

void te::qt::widgets::SRSDialog::onOkPushButtonClicked ( )
protectedslot

Member Data Documentation

bool te::qt::widgets::SRSDialog::m_isUpdate
private

Definition at line 83 of file SRSDialog.h.

Referenced by onOkPushButtonClicked().

Ui::SRSDialogForm* te::qt::widgets::SRSDialog::m_ui
private

Dialog form.

Definition at line 82 of file SRSDialog.h.

Referenced by getName(), getP4Desc(), getSRID(), onOkPushButtonClicked(), SRSDialog(), and ~SRSDialog().


The documentation for this class was generated from the following files: