#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::auto_ptr< Ui::PostGis2SHPDialogForm > | m_ui |
Definition at line 49 of file PostGIS2SHPDialog.h.
te::qt::widgets::PostGIS2SHPDialog::PostGIS2SHPDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 50 of file PostGIS2SHPDialog.cpp.
References m_ui, onDirToolButtonClicked(), onHelpPushButtonClicked(), and onOkPushButtonClicked().
te::qt::widgets::PostGIS2SHPDialog::~PostGIS2SHPDialog | ( | ) |
Definition at line 66 of file PostGIS2SHPDialog.cpp.
|
protectedslot |
Definition at line 179 of file PostGIS2SHPDialog.cpp.
Referenced by PostGIS2SHPDialog().
|
protectedslot |
Definition at line 94 of file PostGIS2SHPDialog.cpp.
Referenced by PostGIS2SHPDialog().
|
protectedslot |
Definition at line 99 of file PostGIS2SHPDialog.cpp.
References te::da::CreateAdapter(), te::map::DataSetLayer::getDataSourceId(), te::da::DataSetTypeConverter::getResult(), te::da::LoadProperties(), te::da::DataSourceFactory::make(), and te::dt::Property::setName().
Referenced by PostGIS2SHPDialog().
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 70 of file PostGIS2SHPDialog.cpp.
References te::da::GetDataSource(), and te::map::DataSetLayer::getDataSourceId().
|
private |
Definition at line 76 of file PostGIS2SHPDialog.h.
Referenced by PostGIS2SHPDialog().