A dialog window for showing the GDAL connector widget. More...
#include <GDALConnectorDialog.h>
Public Slots | |
| void | openPushButtonPressed () |
| void | searchDatasetToolButtonPressed () |
| void | testPushButtonPressed () |
Public Member Functions | |
| GDALConnectorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const te::da::DataSourceInfoPtr & | getDataSource () const |
| const te::da::DataSourcePtr & | getDriver () const |
| void | set (const te::da::DataSourceInfoPtr &ds) |
| ~GDALConnectorDialog () | |
Protected Member Functions | |
| const std::string | getConnectionInfo () const |
| void | setConnectionInfo (const std::string &connInfo) |
Private Attributes | |
| te::da::DataSourceInfoPtr | m_datasource |
| te::da::DataSourcePtr | m_driver |
| std::unique_ptr< Ui::GDALConnectorDialogForm > | m_ui |
A dialog window for showing the GDAL connector widget.
Definition at line 56 of file GDALConnectorDialog.h.
| te::qt::plugins::gdal::GDALConnectorDialog::GDALConnectorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 55 of file GDALConnectorDialog.cpp.
References m_ui, openPushButtonPressed(), searchDatasetToolButtonPressed(), testPushButtonPressed(), and ~GDALConnectorDialog().
|
default |
Referenced by GDALConnectorDialog().
|
protected |
Definition at line 234 of file GDALConnectorDialog.cpp.
Referenced by openPushButtonPressed(), and testPushButtonPressed().
| const te::da::DataSourceInfoPtr & te::qt::plugins::gdal::GDALConnectorDialog::getDataSource | ( | ) | const |
Definition at line 73 of file GDALConnectorDialog.cpp.
References m_datasource.
| const te::da::DataSourcePtr & te::qt::plugins::gdal::GDALConnectorDialog::getDriver | ( | ) | const |
Definition at line 78 of file GDALConnectorDialog.cpp.
References m_driver.
|
slot |
Definition at line 97 of file GDALConnectorDialog.cpp.
References ds, te::da::DataSourceFactory::find(), getConnectionInfo(), m_datasource, m_driver, m_ui, te::da::DataSourceFactory::make(), and TE_TR.
Referenced by GDALConnectorDialog().
|
slot |
Definition at line 198 of file GDALConnectorDialog.cpp.
References te::qt::widgets::AddFilePathToSettings(), te::qt::widgets::GetFilePathFromSettings(), and m_ui.
Referenced by GDALConnectorDialog().
| void te::qt::plugins::gdal::GDALConnectorDialog::set | ( | const te::da::DataSourceInfoPtr & | ds | ) |
Definition at line 83 of file GDALConnectorDialog.cpp.
References ds, m_datasource, m_ui, and setConnectionInfo().
|
protected |
Definition at line 250 of file GDALConnectorDialog.cpp.
References te::core::URI::host(), te::core::FileSystem::isDirectory(), te::core::FileSystem::isRegularFile(), m_ui, te::core::URI::path(), and te::core::URIDecode().
Referenced by set().
|
slot |
Definition at line 165 of file GDALConnectorDialog.cpp.
References ds, te::da::DataSourceFactory::find(), getConnectionInfo(), te::da::DataSourceFactory::make(), and TE_TR.
Referenced by GDALConnectorDialog().
|
private |
Definition at line 89 of file GDALConnectorDialog.h.
Referenced by getDataSource(), openPushButtonPressed(), and set().
|
private |
Definition at line 90 of file GDALConnectorDialog.h.
Referenced by getDriver(), and openPushButtonPressed().
|
private |
Definition at line 88 of file GDALConnectorDialog.h.
Referenced by GDALConnectorDialog(), getConnectionInfo(), openPushButtonPressed(), searchDatasetToolButtonPressed(), set(), and setConnectionInfo().