kexi
KexiDBConnectionWidget Class Reference
List of all members.Detailed Description
Definition at line 36 of file kexidbconnectionwidget.h.
Signals | |
void | saveChanges () |
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 |
Member Function Documentation
|
Definition at line 118 of file kexidbconnectionwidget.cpp. |
|
emitted when data saving is needed
|
|
Definition at line 188 of file kexidbconnectionwidget.cpp. |
|
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 182 of file kexidbconnectionwidget.cpp. |
|
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 177 of file kexidbconnectionwidget.cpp. |
|
Definition at line 121 of file kexidbconnectionwidget.cpp. |
|
Definition at line 193 of file kexidbconnectionwidget.cpp. |
The documentation for this class was generated from the following files: