26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H    27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    41 namespace Ui { 
class DirectExchangerDialogForm; }
    66           void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    73           void setLastDataSource(std::string dataSource);
    81           void setDataSources();
    83           bool exchangeToFile();
    85           bool exchangeToDatabase();
    89           void onDataSourceTypeActivated(
int index);
    91           void onInputLayerActivated(QString value);
    93           void onDirToolButtonClicked();
    95           void onDataSoruceToolButtonClicked();
    97           void onOkPushButtonClicked();
    99           void setOutputDataSources();
   101           void onOutputLayerSRSTriggered();
   105           std::unique_ptr<Ui::DirectExchangerDialogForm> 
m_ui;
   119 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H