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"
39 namespace Ui {
class DirectExchangerDialogForm; }
64 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
71 void setLastDataSource(std::string dataSource);
79 void setDataSources();
81 bool exchangeToFile();
83 bool exchangeToDatabase();
87 void onDataSourceTypeActivated(
int index);
89 void onInputLayerActivated(QString value);
91 void onDirToolButtonClicked();
93 void onDataSoruceToolButtonClicked();
95 void onOkPushButtonClicked();
97 void setOutputDataSources();
99 void onOutputLayerSRSTriggered();
103 std::auto_ptr<Ui::DirectExchangerDialogForm>
m_ui;
117 #endif // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DIRECTEXCHANGERDIALOG_H