26 #ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_IMPORTTABLEDIALOG_H 
   27 #define __TERRALIB_ADDRESSGEOCODING_INTERNAL_IMPORTTABLEDIALOG_H 
   30 #include "../../dataaccess/dataset/DataSetTypeConverter.h" 
   31 #include "../../dataaccess/datasource/DataSource.h" 
   32 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   33 #include "../../memory/DataSet.h" 
   34 #include "../../datatype/Property.h" 
   35 #include "../../maptools/AbstractLayer.h" 
   36 #include "../../qt/widgets/table/DataSetTableView.h" 
   37 #include "../Config.h" 
   47 namespace Ui { 
class ImportTableDialogForm; }
 
   54   namespace addressgeocoding
 
   68         std::auto_ptr<te::da::DataSet> getDataSet();
 
   72         void onInputDataToolButtonTriggered();
 
   74         void onHelpPushButtonClicked();
 
   76         void onOkPushButtonClicked();
 
   78         void onCancelPushButtonClicked();
 
   82         std::auto_ptr<Ui::ImportTableDialogForm>  
m_ui;
 
   83         std::auto_ptr<te::qt::widgets::DataSetTableView>  
m_tblView;
 
   92 #endif  // __TERRALIB_ADDRESSGEOCODING_INTERNAL_IMPORTTABLEDIALOG_H 
std::auto_ptr< Ui::ImportTableDialogForm > m_ui
 
boost::shared_ptr< DataSource > DataSourcePtr
 
std::auto_ptr< te::da::DataSet > m_dataSet
 
std::auto_ptr< te::da::DataSetTypeConverter > m_dsConverter
 
std::auto_ptr< te::da::DataSetType > m_dataType
 
std::auto_ptr< te::qt::widgets::DataSetTableView > m_tblView
 
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourcePtr m_dataSource