26#ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H
27#define __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H
43namespace Ui {
class ConfigNumberDialogForm; }
82 std::unique_ptr<Ui::ConfigNumberDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
It models a property definition.
void setLayer(te::map::AbstractLayerPtr layer)
std::vector< te::dt::Property * > m_properties
std::string getInitialRight()
std::string getInitialLeft()
void onCancelPushButtonClicked()
ConfigNumberDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::unique_ptr< te::da::DataSet > m_dataSet
std::string getFinalLeft()
void onOkPushButtonClicked()
std::unique_ptr< Ui::ConfigNumberDialogForm > m_ui
void onHelpPushButtonClicked()
te::da::DataSourcePtr m_dataSource
std::string getFinalRight()
te::map::AbstractLayerPtr m_selectedLayer
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Configuration flags for the Terrralib Address Geocoding module.
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.