26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H 
   27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   39 namespace Ui { 
class DirectExchangerDialogForm; }
 
   64           void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   72           void setDataSources();
 
   74           bool exchangeToFile();
 
   76           bool exchangeToDatabase();
 
   80           void onDataSourceTypeActivated(
int index);
 
   82           void onInputLayerActivated(QString value);
 
   84           void onDirToolButtonClicked();
 
   86           void onDataSoruceToolButtonClicked();
 
   88           void onOkPushButtonClicked();
 
   90           void setOutputDataSources();
 
   94           std::auto_ptr<Ui::DirectExchangerDialogForm> 
m_ui;
 
  106 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_outputDataSourceType
 
std::list< te::map::AbstractLayerPtr > m_layers
 
std::auto_ptr< Ui::DirectExchangerDialogForm > m_ui