SqlListAction Class Reference
#include <sqlactions.h>
Inheritance diagram for SqlListAction:


Public Member Functions | |
SqlListAction (SQLSupportPart *part, const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, KActionCollection *parent, const char *name) | |
void | setCurrentConnectionName (const QString &name) |
QString | currentConnectionName () const |
void | refresh () |
Private Slots | |
void | activated (int) |
Private Attributes | |
SQLSupportPart * | m_part |
KComboBox * | m_combo |
Constructor & Destructor Documentation
|
Definition at line 28 of file sqlactions.cpp. References KAction::activated(), m_combo, refresh(), KComboBox::setAutoCompletion(), KDevCompat::KWidgetAction::setAutoSized(), KAction::setShortcutConfigurable(), and text(). |
Member Function Documentation
|
Definition at line 69 of file sqlactions.cpp. References SQLSupportPart::connections(), m_combo, and m_part. |
|
Definition at line 62 of file sqlactions.cpp. References SQLSupportPart::connections(), m_combo, and m_part. Referenced by SQLSupportPart::slotRun(), and SQLSupportPart::updateCatalog(). |
|
Definition at line 78 of file sqlactions.cpp. References SQLSupportPart::connections(), kdDebug(), m_combo, and m_part. Referenced by SQLSupportPart::clearConfig(), SQLSupportPart::loadConfig(), and SqlListAction(). |
|
Definition at line 52 of file sqlactions.cpp. References SQLSupportPart::connections(), m_combo, m_part, and KComboBox::setCurrentItem(). |
Member Data Documentation
|
Definition at line 43 of file sqlactions.h. Referenced by activated(), currentConnectionName(), refresh(), setCurrentConnectionName(), and SqlListAction(). |
|
Definition at line 42 of file sqlactions.h. Referenced by activated(), currentConnectionName(), refresh(), and setCurrentConnectionName(). |
The documentation for this class was generated from the following files:
- languages/sql/sqlactions.h
- languages/sql/sqlactions.cpp