#include <ConfigInputAddressDialog.h>
|
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) |
|
Definition at line 53 of file ConfigInputAddressDialog.h.
te::addressgeocoding::ConfigInputAddressDialog::ConfigInputAddressDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
te::addressgeocoding::ConfigInputAddressDialog::~ConfigInputAddressDialog |
( |
| ) |
|
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 |
( |
| ) |
|
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::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 | ) |
|
std::auto_ptr<te::da::DataSet> te::addressgeocoding::ConfigInputAddressDialog::m_dataSet |
|
private |
std::vector<te::dt::Property*> te::addressgeocoding::ConfigInputAddressDialog::m_properties |
|
private |
std::auto_ptr<Ui::ConfigInputAddressDialogForm> te::addressgeocoding::ConfigInputAddressDialog::m_ui |
|
private |
The documentation for this class was generated from the following file: