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

Signals | |
| void | saveChanges () |
| emitted when data saving is needed | |
| void | loadDBList () |
Public Member Functions | |
| KexiDBConnectionWidget (QWidget *parent=0, const char *name=0) | |
| virtual | ~KexiDBConnectionWidget () |
| void | setData (const KexiProjectData &data, const QString &shortcutFileName=QString::null) |
| void | setData (const KexiDB::ConnectionData &data, const QString &shortcutFileName=QString::null) |
| KexiProjectData | data () |
| KPushButton * | saveChangesButton () const |
| KPushButton * | testConnectionButton () const |
| KexiDBDriverComboBox * | driversCombo () const |
| bool | connectionOnly () const |
Protected Slots | |
| void | slotLocationBGrpClicked (int id) |
| void | slotCBToggled (bool on) |
| virtual void | languageChange () |
Protected Member Functions | |
| void | setDataInternal (const KexiProjectData &data, bool connectionOnly, const QString &shortcutFileName) |
Protected Attributes | |
| KexiProjectData | m_data |
| KexiDBDriverComboBox * | m_driversCombo |
| Private * | d |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 68 of file kexidbconnectionwidget.cpp. References d, Kexi::driverManager(), loadDBList(), m_driversCombo, saveChanges(), KexiDBDriverComboBox::ShowServerDrivers, slotCBToggled(), and slotLocationBGrpClicked(). |
|
|
Definition at line 114 of file kexidbconnectionwidget.cpp. References d. |
Member Function Documentation
|
|
Definition at line 119 of file kexidbconnectionwidget.cpp. References d. Referenced by KexiDBConnectionTabWidget::currentProjectData(). |
|
|
Definition at line 199 of file kexidbconnectionwidget.cpp. References m_data. |
|
|
Definition at line 62 of file kexidbconnectionwidget.h. Referenced by KexiDBConnectionTabWidget::currentProjectData(). |
|
|
Definition at line 76 of file kexidbconnectionwidget.h. |
|
|
Referenced by KexiDBConnectionWidget(). |
|
|
emitted when data saving is needed
Referenced by KexiDBConnectionWidget(). |
|
|
Definition at line 189 of file kexidbconnectionwidget.cpp. References d. |
|
||||||||||||
|
Sets connection data data. shortcutFileName is only used to check if the file is writable (if no, "save changes" button will be disabled). Definition at line 183 of file kexidbconnectionwidget.cpp. References setDataInternal(). |
|
||||||||||||
|
Sets project data data. shortcutFileName is only used to check if the file is writable (if no, "save changes" button will be disabled). Definition at line 178 of file kexidbconnectionwidget.cpp. References setDataInternal(). Referenced by KexiDBConnectionTabWidget::setData(). |
|
||||||||||||||||
|
Definition at line 122 of file kexidbconnectionwidget.cpp. References KexiDB::SchemaData::caption(), KexiProjectData::connectionData(), d, KexiProjectData::databaseName(), m_data, m_driversCombo, KexiDBDriverComboBox::setDriverName(), and slotLocationBGrpClicked(). Referenced by setData(). |
|
|
Definition at line 212 of file kexidbconnectionwidget.cpp. Referenced by KexiDBConnectionWidget(). |
|
|
Definition at line 204 of file kexidbconnectionwidget.cpp. Referenced by KexiDBConnectionWidget(), and setDataInternal(). |
|
|
Definition at line 194 of file kexidbconnectionwidget.cpp. References d. |
Member Data Documentation
|
|
Definition at line 85 of file kexidbconnectionwidget.h. Referenced by connectionOnly(), KexiDBConnectionWidget(), saveChangesButton(), setDataInternal(), testConnectionButton(), and ~KexiDBConnectionWidget(). |
|
|
Definition at line 82 of file kexidbconnectionwidget.h. Referenced by data(), and setDataInternal(). |
|
|
Definition at line 83 of file kexidbconnectionwidget.h. Referenced by KexiDBConnectionWidget(), and setDataInternal(). |
The documentation for this class was generated from the following files:
