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
 
   64         std::string getInitialLeft();
 
   66         std::string getFinalLeft();
 
   68         std::string getInitialRight();
 
   70         std::string getFinalRight();
 
   74         void onHelpPushButtonClicked();
 
   76         void onOkPushButtonClicked();
 
   78         void onCancelPushButtonClicked();
 
   82         std::auto_ptr<Ui::ConfigNumberDialogForm> 
m_ui;
 
   91 #endif  // __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGNUMBERDIALOG_H 
boost::shared_ptr< DataSource > DataSourcePtr
 
te::map::AbstractLayerPtr m_selectedLayer
 
std::vector< te::dt::Property * > m_properties
 
te::da::DataSourcePtr m_dataSource
 
std::auto_ptr< Ui::ConfigNumberDialogForm > m_ui
 
std::auto_ptr< te::da::DataSet > m_dataSet
 
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr