#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::auto_ptr< Ui::SHP2ADODialogForm > | m_ui |
Definition at line 49 of file SHP2ADODialog.h.
te::qt::widgets::SHP2ADODialog::SHP2ADODialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 44 of file SHP2ADODialog.cpp.
References m_ui, onHelpPushButtonClicked(), onOkPushButtonClicked(), and setDataSources().
te::qt::widgets::SHP2ADODialog::~SHP2ADODialog | ( | ) |
Definition at line 62 of file SHP2ADODialog.cpp.
|
protectedslot |
Definition at line 118 of file SHP2ADODialog.cpp.
Referenced by SHP2ADODialog().
|
protectedslot |
Definition at line 123 of file SHP2ADODialog.cpp.
References te::da::CreateAdapter(), te::map::DataSetLayer::getDataSourceId(), te::common::Singleton< DataSourceManager >::getInstance(), te::da::DataSetTypeConverter::getResult(), te::da::LoadProperties(), and te::dt::Property::setName().
Referenced by SHP2ADODialog().
void te::qt::widgets::SHP2ADODialog::setDataSources | ( | ) |
Set the list of data sources that can be used.
Definition at line 97 of file SHP2ADODialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance().
Referenced by SHP2ADODialog().
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 66 of file SHP2ADODialog.cpp.
References te::da::GetDataSource(), and te::map::DataSetLayer::getDataSourceId().
|
private |
Definition at line 79 of file SHP2ADODialog.h.
Referenced by SHP2ADODialog().