#include <PostGIS2SHPDialog.h>
Public Member Functions | |
| PostGIS2SHPDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| ~PostGIS2SHPDialog () | |
Protected Slots | |
| void | onDirToolButtonClicked () |
| void | onHelpPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| std::unique_ptr< Ui::PostGis2SHPDialogForm > | m_ui |
Definition at line 51 of file PostGIS2SHPDialog.h.
| te::qt::widgets::PostGIS2SHPDialog::PostGIS2SHPDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
|
default |
Referenced by Q_DECLARE_METATYPE().
|
protectedslot |
Definition at line 164 of file PostGIS2SHPDialog.cpp.
References m_ui.
|
protectedslot |
Definition at line 87 of file PostGIS2SHPDialog.cpp.
|
protectedslot |
Definition at line 92 of file PostGIS2SHPDialog.cpp.
References te::da::CreateAdapter(), te::da::DataSetTypeConverter::getResult(), te::da::LoadProperties(), m_ui, te::da::DataSourceFactory::make(), and te::dt::Property::setName().
| void te::qt::widgets::PostGIS2SHPDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 68 of file PostGIS2SHPDialog.cpp.
References te::da::GetDataSource(), and m_ui.
|
private |
Definition at line 78 of file PostGIS2SHPDialog.h.
Referenced by onDirToolButtonClicked(), onOkPushButtonClicked(), and setLayers().