te::qt::widgets::PostGIS2SHPDialog Class Reference

#include <PostGIS2SHPDialog.h>

Inheritance diagram for te::qt::widgets::PostGIS2SHPDialog:
QDialog

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
 

Detailed Description

Definition at line 51 of file PostGIS2SHPDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::PostGIS2SHPDialog::PostGIS2SHPDialog ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::PostGIS2SHPDialog::~PostGIS2SHPDialog ( )
default

Referenced by Q_DECLARE_METATYPE().

Member Function Documentation

void te::qt::widgets::PostGIS2SHPDialog::onDirToolButtonClicked ( )
protectedslot

Definition at line 164 of file PostGIS2SHPDialog.cpp.

References m_ui.

void te::qt::widgets::PostGIS2SHPDialog::onHelpPushButtonClicked ( )
protectedslot

Definition at line 87 of file PostGIS2SHPDialog.cpp.

void te::qt::widgets::PostGIS2SHPDialog::onOkPushButtonClicked ( )
protectedslot
void te::qt::widgets::PostGIS2SHPDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Definition at line 68 of file PostGIS2SHPDialog.cpp.

References te::da::GetDataSource(), and m_ui.

Member Data Documentation

std::unique_ptr<Ui::PostGis2SHPDialogForm> te::qt::widgets::PostGIS2SHPDialog::m_ui
private

Definition at line 78 of file PostGIS2SHPDialog.h.

Referenced by onDirToolButtonClicked(), onOkPushButtonClicked(), and setLayers().


The documentation for this class was generated from the following files: