26 #ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_MAINWINDOWDIALOG_H
27 #define __TERRALIB_ADDRESSGEOCODING_INTERNAL_MAINWINDOWDIALOG_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"
44 namespace Ui {
class MainWindowDialogForm; }
51 namespace addressgeocoding
68 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
113 std::unique_ptr<Ui::MainWindowDialogForm>
m_ui;
te::map::AbstractLayerPtr m_selectedLayer
List of layers.
void GetAddressDataSource(std::string fileName)
void onOkPushButtonClicked()
void onLayerComboBoxChanged(int index)
void GetAddressFilePathToSettings(std::map< std::string, std::vector< std::string > > &mapFields)
void onTargetFileToolButtonPressed()
std::map< std::string, std::vector< std::string > > m_mapFields
void onConfigureLayerClicked()
std::string m_initialLeft
void onFinalRightComboBoxChanged(int index)
std::vector< std::string > m_associatedProps
std::string m_addressFile
te::map::AbstractLayerPtr m_resultLayer
Generated Layer.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
te::map::AbstractLayerPtr m_newColumnLayer
Layer used for tsVector column.
void onTargetDatasourceToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onEditAddressToolButtonPressed()
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
void onCancelPushButtonClicked()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
MainWindowDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::string m_initialRight
void onInitialRightComboBoxChanged(int index)
void onTargetFileAddressToolButtonPressed()
std::string m_streetNumber
te::da::DataSourcePtr m_addressDataSource
void onRemoveAddressToolButtonPressed()
std::unique_ptr< Ui::MainWindowDialogForm > m_ui
void onFinalLeftComboBoxChanged(int index)
void onAddressComboBoxChanged(int index)
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourcePtr m_layerDataSource
void onInitialLeftComboBoxChanged(int index)
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
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.