.... More...
#include <ADOCreatorDialog.h>
Public Slots | |
| void | applyPushButtonPressed () |
| void | helpPushButtonPressed () |
| void | searchDatabaseToolButtonPressed () |
Public Member Functions | |
| ADOCreatorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const te::da::DataSourceInfoPtr & | getDataSource () const |
| const te::da::DataSourcePtr & | getDriver () const |
| ~ADOCreatorDialog () | |
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::ADOCreatorDialogForm > | m_ui |
....
Definition at line 56 of file ADOCreatorDialog.h.
| te::qt::plugins::ado::ADOCreatorDialog::ADOCreatorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 47 of file ADOCreatorDialog.cpp.
References applyPushButtonPressed(), m_ui, and searchDatabaseToolButtonPressed().
| te::qt::plugins::ado::ADOCreatorDialog::~ADOCreatorDialog | ( | ) |
Definition at line 71 of file ADOCreatorDialog.cpp.
|
slot |
Definition at line 85 of file ADOCreatorDialog.cpp.
References te::da::DataSource::create(), ds, te::da::DataSourceFactory::find(), getConnectionInfo(), m_datasource, m_driver, m_ui, te::da::DataSourceFactory::make(), and TE_TR.
Referenced by ADOCreatorDialog().
|
protected |
Definition at line 178 of file ADOCreatorDialog.cpp.
References m_ui.
Referenced by applyPushButtonPressed().
| const te::da::DataSourceInfoPtr & te::qt::plugins::ado::ADOCreatorDialog::getDataSource | ( | ) | const |
Definition at line 75 of file ADOCreatorDialog.cpp.
References m_datasource.
| const te::da::DataSourcePtr & te::qt::plugins::ado::ADOCreatorDialog::getDriver | ( | ) | const |
Definition at line 80 of file ADOCreatorDialog.cpp.
References m_driver.
|
slot |
Definition at line 157 of file ADOCreatorDialog.cpp.
|
slot |
Definition at line 164 of file ADOCreatorDialog.cpp.
References te::qt::widgets::AddFilePathToSettings(), te::qt::widgets::GetFilePathFromSettings(), and m_ui.
Referenced by ADOCreatorDialog().
|
private |
Definition at line 85 of file ADOCreatorDialog.h.
Referenced by applyPushButtonPressed(), and getDataSource().
|
private |
Definition at line 86 of file ADOCreatorDialog.h.
Referenced by applyPushButtonPressed(), and getDriver().
|
private |
Definition at line 84 of file ADOCreatorDialog.h.
Referenced by ADOCreatorDialog(), applyPushButtonPressed(), getConnectionInfo(), and searchDatabaseToolButtonPressed().