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);
 
   79         void onLayerComboBoxChanged(
int index);
 
   81         void onInitialLeftComboBoxChanged(
int index);
 
   83         void onFinalLeftComboBoxChanged(
int index);
 
   85         void onInitialRightComboBoxChanged(
int index);
 
   87         void onFinalRightComboBoxChanged(
int index);
 
   89         void onConfigureLayerClicked();
 
   91         void onAddressComboBoxChanged(
int index);
 
   93         void onTargetFileAddressToolButtonPressed();
 
   95         void onEditAddressToolButtonPressed();
 
   97         void onRemoveAddressToolButtonPressed();
 
   99         void onTargetDatasourceToolButtonPressed();
 
  101         void onTargetFileToolButtonPressed();
 
  103         void onOkPushButtonClicked();
 
  105         void onCancelPushButtonClicked();
 
  109         void GetAddressFilePathToSettings(std::map<std::string, std::vector<std::string> >& mapFields);
 
  111         void GetAddressDataSource(std::string fileName);
 
  113         std::auto_ptr<Ui::MainWindowDialogForm> 
m_ui;
 
  139 #endif  // __TERRALIB_ADDRESSGEOCODING_INTERNAL_MAINWINDOWDIALOG_H 
std::string m_addressFile
 
boost::shared_ptr< DataSource > DataSourcePtr
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
std::string m_initialLeft
 
std::vector< std::string > m_associatedProps
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
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. 
 
std::string m_streetNumber
 
std::auto_ptr< Ui::MainWindowDialogForm > m_ui
 
std::map< std::string, std::vector< std::string > > m_mapFields
 
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
te::da::DataSourcePtr m_layerDataSource
 
std::string m_initialRight
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
te::da::DataSourcePtr m_addressDataSource
 
te::map::AbstractLayerPtr m_selectedLayer
List of layers.