#include <SHP2ADODialog.h>
Public Member Functions | |
| void | setDataSources () |
| Set the list of data sources that can be used. More... | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| SHP2ADODialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SHP2ADODialog () | |
Protected Slots | |
| void | onHelpPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| std::unique_ptr< Ui::SHP2ADODialogForm > | m_ui |
Definition at line 51 of file SHP2ADODialog.h.
| te::qt::widgets::SHP2ADODialog::SHP2ADODialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
|
default |
Referenced by Q_DECLARE_METATYPE().
|
protectedslot |
Definition at line 111 of file SHP2ADODialog.cpp.
|
protectedslot |
Definition at line 116 of file SHP2ADODialog.cpp.
References te::da::CreateAdapter(), te::common::Singleton< DataSourceManager >::getInstance(), te::da::DataSetTypeConverter::getResult(), te::da::LoadProperties(), m_ui, and te::dt::Property::setName().
| void te::qt::widgets::SHP2ADODialog::setDataSources | ( | ) |
Set the list of data sources that can be used.
Definition at line 90 of file SHP2ADODialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance(), and m_ui.
| void te::qt::widgets::SHP2ADODialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 64 of file SHP2ADODialog.cpp.
References te::da::GetDataSource(), and m_ui.
|
private |
Definition at line 81 of file SHP2ADODialog.h.
Referenced by onOkPushButtonClicked(), setDataSources(), and setLayers().