Go to the documentation of this file.
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;
91 #endif // __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H
std::string getInitialLeft()
std::vector< te::dt::Property * > m_properties
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
void onCancelPushButtonClicked()
te::map::AbstractLayerPtr m_selectedLayer
void onHelpPushButtonClicked()
te::da::DataSourcePtr m_dataSource
std::unique_ptr< te::da::DataSet > m_dataSet
std::string getFinalRight()
void onOkPushButtonClicked()
std::string getInitialRight()
std::string getFinalLeft()
void setLayer(te::map::AbstractLayerPtr layer)
boost::shared_ptr< DataSource > DataSourcePtr
ConfigNumberDialog(QWidget *parent=0, Qt::WindowFlags f=0)
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::unique_ptr< Ui::ConfigNumberDialogForm > m_ui