#include <PostGISCreatorDialog.h>
Public Slots | |
| void | onAdvancedCreationOptionsCheckBoxToggled (bool t) |
| void | onApplyPushButtonPressed () |
| void | onClosePushButtonPressed () |
| void | onLineEditEditingFinished () |
Public Member Functions | |
| const te::da::DataSourceInfoPtr & | getDataSource () const |
| const te::da::DataSourcePtr & | getDriver () const |
| PostGISCreatorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~PostGISCreatorDialog () | |
Protected Member Functions | |
| const std::string | getConnectionInfo (bool getPrivateKeys) const |
Private Attributes | |
| te::da::DataSourceInfoPtr | m_datasource |
| te::da::DataSourcePtr | m_driver |
| std::unique_ptr< Ui::PostGISCreatorDialogForm > | m_ui |
Definition at line 56 of file PostGISCreatorDialog.h.
| te::qt::plugins::pgis::PostGISCreatorDialog::PostGISCreatorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 48 of file PostGISCreatorDialog.cpp.
References m_ui, onAdvancedCreationOptionsCheckBoxToggled(), onApplyPushButtonPressed(), onClosePushButtonPressed(), onLineEditEditingFinished(), and ~PostGISCreatorDialog().
|
default |
Referenced by PostGISCreatorDialog().
|
protected |
Definition at line 181 of file PostGISCreatorDialog.cpp.
References te::core::CharEncoding::getEncodingName(), m_ui, and te::core::UTF8.
Referenced by onApplyPushButtonPressed(), and onLineEditEditingFinished().
| const te::da::DataSourceInfoPtr & te::qt::plugins::pgis::PostGISCreatorDialog::getDataSource | ( | ) | const |
Definition at line 282 of file PostGISCreatorDialog.cpp.
References m_datasource.
| const te::da::DataSourcePtr & te::qt::plugins::pgis::PostGISCreatorDialog::getDriver | ( | ) | const |
Definition at line 287 of file PostGISCreatorDialog.cpp.
References m_driver.
|
slot |
Definition at line 176 of file PostGISCreatorDialog.cpp.
References m_ui.
Referenced by PostGISCreatorDialog().
|
slot |
Definition at line 75 of file PostGISCreatorDialog.cpp.
References te::da::DataSource::create(), ds, te::core::Expand(), te::da::DataSourceFactory::find(), getConnectionInfo(), te::core::CharEncoding::getEncodingName(), te::core::URI::host(), m_datasource, m_driver, m_ui, te::da::DataSourceFactory::make(), te::core::URI::password(), te::core::URI::port(), te::core::URI::query(), TE_TR, te::core::URI::user(), and te::core::UTF8.
Referenced by PostGISCreatorDialog().
|
slot |
Definition at line 171 of file PostGISCreatorDialog.cpp.
Referenced by PostGISCreatorDialog().
|
slot |
Definition at line 292 of file PostGISCreatorDialog.cpp.
References getConnectionInfo(), te::da::DataSource::getDataSourceNames(), m_ui, and te::da::DataSourceFactory::make().
Referenced by PostGISCreatorDialog().
|
private |
Definition at line 87 of file PostGISCreatorDialog.h.
Referenced by getDataSource(), and onApplyPushButtonPressed().
|
private |
Definition at line 88 of file PostGISCreatorDialog.h.
Referenced by getDriver(), and onApplyPushButtonPressed().
|
private |
Definition at line 86 of file PostGISCreatorDialog.h.
Referenced by getConnectionInfo(), onAdvancedCreationOptionsCheckBoxToggled(), onApplyPushButtonPressed(), onLineEditEditingFinished(), and PostGISCreatorDialog().