KexiDBConnectionDialog Class Reference
#include <kexidbconnectionwidget.h>
Inheritance diagram for KexiDBConnectionDialog:

Signals | |
| void | saveChanges () |
| emitted when data saving is needed | |
| void | testConnection () |
| emitted when test connection is needed | |
| void | loadDBList () |
Public Member Functions | |
| KexiDBConnectionDialog (const KexiProjectData &data, const QString &shortcutFileName=QString::null, const KGuiItem &acceptButtonGuiItem=KGuiItem("")) | |
| KexiDBConnectionDialog (const KexiDB::ConnectionData &data, const QString &shortcutFileName=QString::null, const KGuiItem &acceptButtonGuiItem=KGuiItem("")) | |
| ~KexiDBConnectionDialog () | |
| KexiProjectData | currentProjectData () |
| bool | savePasswordOptionSelected () const |
| KexiDBConnectionWidget * | mainWidget () const |
| KexiDBConnectionWidgetDetailsBase * | detailsWidget () const |
Protected Attributes | |
| KexiDBConnectionTabWidget * | tabWidget |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Creates a new connection dialog for project data data. Not only connection data is visible but also database name and and title. shortcutFileName is only used to check if the shortcut file is writable (if no, "save changes" button will be disabled). The shortcut file is in .KEXIS format. Connect to saveChanges() signal to react on saving changes. If shortcutFileName is empty, the button will be hidden. acceptButtonGuiItem allows to override default "Open" button's appearance. Definition at line 339 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::setData(), and tabWidget. |
|
||||||||||||||||
|
Creates a new connection dialog for connection data data. Only connection data is visible: database name and and title fields are hidden. shortcutFileName is only used to check if the shortcut file is writable (if no, "save changes" button will be disabled). The shortcut file is in .KEXIC format. See above constructor for more details. Definition at line 354 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::setData(), and tabWidget. |
|
|
Definition at line 369 of file kexidbconnectionwidget.cpp. |
Member Function Documentation
|
|
Definition at line 394 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::currentProjectData(), and tabWidget. Referenced by KexiConnSelectorWidget::slotRemoteAddBtnClicked(), and KexiConnSelectorWidget::slotRemoteEditBtnClicked(). |
|
|
Definition at line 403 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::detailsWidget, and tabWidget. |
|
|
|
|
|
Definition at line 400 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::mainWidget, and tabWidget. |
|
|
emitted when data saving is needed
|
|
|
Definition at line 397 of file kexidbconnectionwidget.cpp. References KexiDBConnectionTabWidget::savePasswordOptionSelected(), and tabWidget. |
|
|
emitted when test connection is needed
|
Member Data Documentation
|
|
Definition at line 173 of file kexidbconnectionwidget.h. Referenced by currentProjectData(), detailsWidget(), KexiDBConnectionDialog(), mainWidget(), and savePasswordOptionSelected(). |
The documentation for this class was generated from the following files:
