A dialog window for showing the WFS connector widget. More...
#include <WFSConnectorDialog.h>
Public Slots | |
| void | helpPushButtonPressed () |
| void | openPushButtonPressed () |
| void | testPushButtonPressed () |
Public Member Functions | |
| const te::da::DataSourceInfoPtr & | getDataSource () const |
| const te::da::DataSourcePtr & | getDriver () const |
| void | set (const te::da::DataSourceInfoPtr &ds) |
| WFSConnectorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~WFSConnectorDialog () | |
Private Member Functions | |
| const std::string | getConnectionInfo () const |
Private Attributes | |
| te::da::DataSourceInfoPtr | m_datasource |
| te::da::DataSourcePtr | m_driver |
| std::unique_ptr< Ui::WFSConnectorDialogForm > | m_ui |
A dialog window for showing the WFS connector widget.
Definition at line 56 of file WFSConnectorDialog.h.
| te::qt::plugins::wfs::WFSConnectorDialog::WFSConnectorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 45 of file WFSConnectorDialog.cpp.
References helpPushButtonPressed(), m_ui, openPushButtonPressed(), testPushButtonPressed(), and ~WFSConnectorDialog().
|
default |
Referenced by WFSConnectorDialog().
|
private |
Definition at line 196 of file WFSConnectorDialog.cpp.
Referenced by openPushButtonPressed(), and testPushButtonPressed().
| const te::da::DataSourceInfoPtr & te::qt::plugins::wfs::WFSConnectorDialog::getDataSource | ( | ) | const |
Definition at line 60 of file WFSConnectorDialog.cpp.
References m_datasource.
| const te::da::DataSourcePtr & te::qt::plugins::wfs::WFSConnectorDialog::getDriver | ( | ) | const |
Definition at line 65 of file WFSConnectorDialog.cpp.
References m_driver.
|
slot |
Definition at line 189 of file WFSConnectorDialog.cpp.
Referenced by WFSConnectorDialog().
|
slot |
Definition at line 87 of file WFSConnectorDialog.cpp.
References ds, te::da::DataSourceFactory::find(), getConnectionInfo(), m_datasource, m_driver, m_ui, te::da::DataSourceFactory::make(), and TE_TR.
Referenced by WFSConnectorDialog().
| void te::qt::plugins::wfs::WFSConnectorDialog::set | ( | const te::da::DataSourceInfoPtr & | ds | ) |
Definition at line 70 of file WFSConnectorDialog.cpp.
References ds, m_datasource, m_ui, and te::core::URI::uri().
|
slot |
Definition at line 153 of file WFSConnectorDialog.cpp.
References ds, te::da::DataSourceFactory::find(), getConnectionInfo(), te::da::DataSourceFactory::make(), and TE_TR.
Referenced by WFSConnectorDialog().
|
private |
Definition at line 87 of file WFSConnectorDialog.h.
Referenced by getDataSource(), openPushButtonPressed(), and set().
|
private |
Definition at line 88 of file WFSConnectorDialog.h.
Referenced by getDriver(), and openPushButtonPressed().
|
private |
Definition at line 86 of file WFSConnectorDialog.h.
Referenced by getConnectionInfo(), openPushButtonPressed(), set(), and WFSConnectorDialog().