26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_POSTGIS2SHPDIALOG_H 
   27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_POSTGIS2SHPDIALOG_H 
   31 #include "../../../maptools/AbstractLayer.h" 
   33 #include "../Config.h" 
   41 namespace Ui { 
class PostGis2SHPDialogForm; }
 
   66           void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   70           void onHelpPushButtonClicked();
 
   72           void onOkPushButtonClicked();
 
   74           void onDirToolButtonClicked();
 
   78           std::auto_ptr<Ui::PostGis2SHPDialogForm> 
m_ui;
 
   84 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_POSTGIS2SHPDIALOG_H 
std::auto_ptr< Ui::PostGis2SHPDialogForm > m_ui