te::addressgeocoding::ConfigInputAddressDialog Class Reference

#include <ConfigInputAddressDialog.h>

Inheritance diagram for te::addressgeocoding::ConfigInputAddressDialog:

Public Member Functions

 ConfigInputAddressDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
std::string getAddressFileName ()
 
te::da::DataSourcePtr getDataSource ()
 
std::string getStreetName ()
 
std::string getStreetNeighborhood ()
 
std::string getStreetNumber ()
 
std::string getStreetPostalCode ()
 
std::string getStreetTitle ()
 
std::string getStreetType ()
 
void setDataSource (te::da::DataSourcePtr dataSource)
 
void setStreetName (std::string streetName)
 
void setStreetNeighborhood (std::string streetNeighborhood)
 
void setStreetNumber (std::string streetNumber)
 
void setStreetPostalCode (std::string streetPostalCode)
 
void setStreetTitle (std::string streetTitle)
 
void setStreetType (std::string streetType)
 
 ~ConfigInputAddressDialog ()
 

Protected Slots

void onCancelPushButtonClicked ()
 
void onHelpPushButtonClicked ()
 
void onOkPushButtonClicked ()
 

Private Member Functions

void AddAddressConfigItens (std::map< std::string, std::string > addressConfig, QSettings &sett)
 
void AddAddressConfigToSettings (std::map< std::string, std::string > addressConfig)
 
void AddAddressConfigToSettings (std::string filePath, std::string streetType, std::string streetTitle, std::string streetName, std::string number, std::string neighborhood, std::string postalCode)
 
void GetAddressConfigToSettings (std::string &filePath, std::string &streetType, std::string &streetTitle, std::string &streetName, std::string &number, std::string &neighborhood, std::string &postalCode)
 
void RemoveAddressConfigFromSettings (const QString &path, const QString &typeFile)
 

Private Attributes

std::auto_ptr< te::da::DataSetm_dataSet
 
te::da::DataSourcePtr m_dataSource
 
std::vector< te::dt::Property * > m_properties
 Properties related to the selected Layer. More...
 
std::auto_ptr< Ui::ConfigInputAddressDialogForm > m_ui
 

Detailed Description

Definition at line 53 of file ConfigInputAddressDialog.h.

Constructor & Destructor Documentation

te::addressgeocoding::ConfigInputAddressDialog::ConfigInputAddressDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::addressgeocoding::ConfigInputAddressDialog::~ConfigInputAddressDialog ( )

Member Function Documentation

void te::addressgeocoding::ConfigInputAddressDialog::AddAddressConfigItens ( std::map< std::string, std::string >  addressConfig,
QSettings &  sett 
)
private
void te::addressgeocoding::ConfigInputAddressDialog::AddAddressConfigToSettings ( std::map< std::string, std::string >  addressConfig)
private
void te::addressgeocoding::ConfigInputAddressDialog::AddAddressConfigToSettings ( std::string  filePath,
std::string  streetType,
std::string  streetTitle,
std::string  streetName,
std::string  number,
std::string  neighborhood,
std::string  postalCode 
)
private
void te::addressgeocoding::ConfigInputAddressDialog::GetAddressConfigToSettings ( std::string &  filePath,
std::string &  streetType,
std::string &  streetTitle,
std::string &  streetName,
std::string &  number,
std::string &  neighborhood,
std::string &  postalCode 
)
private
std::string te::addressgeocoding::ConfigInputAddressDialog::getAddressFileName ( )
te::da::DataSourcePtr te::addressgeocoding::ConfigInputAddressDialog::getDataSource ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetName ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetNeighborhood ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetNumber ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetPostalCode ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetTitle ( )
std::string te::addressgeocoding::ConfigInputAddressDialog::getStreetType ( )
void te::addressgeocoding::ConfigInputAddressDialog::onCancelPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputAddressDialog::onHelpPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputAddressDialog::onOkPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputAddressDialog::RemoveAddressConfigFromSettings ( const QString &  path,
const QString &  typeFile 
)
private
void te::addressgeocoding::ConfigInputAddressDialog::setDataSource ( te::da::DataSourcePtr  dataSource)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetName ( std::string  streetName)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetNeighborhood ( std::string  streetNeighborhood)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetNumber ( std::string  streetNumber)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetPostalCode ( std::string  streetPostalCode)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetTitle ( std::string  streetTitle)
void te::addressgeocoding::ConfigInputAddressDialog::setStreetType ( std::string  streetType)

Member Data Documentation

std::auto_ptr<te::da::DataSet> te::addressgeocoding::ConfigInputAddressDialog::m_dataSet
private

Definition at line 127 of file ConfigInputAddressDialog.h.

te::da::DataSourcePtr te::addressgeocoding::ConfigInputAddressDialog::m_dataSource
private

Definition at line 126 of file ConfigInputAddressDialog.h.

std::vector<te::dt::Property*> te::addressgeocoding::ConfigInputAddressDialog::m_properties
private

Properties related to the selected Layer.

Definition at line 128 of file ConfigInputAddressDialog.h.

std::auto_ptr<Ui::ConfigInputAddressDialogForm> te::addressgeocoding::ConfigInputAddressDialog::m_ui
private

Definition at line 125 of file ConfigInputAddressDialog.h.


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