26 #ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H
27 #define __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H
30 #include "../../dataaccess/datasource/DataSource.h"
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../datatype/Property.h"
33 #include "../../maptools/AbstractLayer.h"
34 #include "../Config.h"
43 namespace Ui {
class ConfigNumberDialogForm; }
50 namespace addressgeocoding
82 std::unique_ptr<Ui::ConfigNumberDialogForm>
m_ui;
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
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.