26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2POSTGISDIALOG_H
27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2POSTGISDIALOG_H
31 #include "../../../maptools/AbstractLayer.h"
33 #include "../Config.h"
41 namespace Ui {
class SHP2PostGisDialogForm; }
66 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
81 std::unique_ptr<Ui::SHP2PostGisDialogForm>
m_ui;
void onHelpPushButtonClicked()
void setDataSources()
Set the list of data sources that can be used.
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
SHP2PostGISDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onOkPushButtonClicked()
std::unique_ptr< Ui::SHP2PostGisDialogForm > m_ui