#include <connectiondialog.h>
Inheritance diagram for ConnectionDialog:

Signals | |
| void | dbReconnectRequested () |
Public Member Functions | |
| ConnectionDialog (AbstractController *settingsController=0, AbstractController *digestDbController=0, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| QString | password () const |
Protected Member Functions | |
| void | customEvent (QEvent *) |
| void | settingsResetEvent (VEvent *) |
| void | digestDbResetEvent (VEvent *) |
| ConnectionDialog::ConnectionDialog | ( | AbstractController * | settingsController = 0, |
|
| AbstractController * | digestDbController = 0, |
|||
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructs a database connection dialog with the given parent and flags and attaches itself to the controller.
| QString ConnectionDialog::password | ( | ) | const |
| void ConnectionDialog::dbReconnectRequested | ( | ) | [signal] |
| void ConnectionDialog::customEvent | ( | QEvent * | e | ) | [protected] |
Calls either AbstractSettingsView::dispatchEvent() or AbstractDigestDbView::dispatchEvent(), depending on the event sender's module ID.
| void ConnectionDialog::settingsResetEvent | ( | VEvent * | ) | [protected, virtual] |
Resets the settings dialog and resynchronises it with the settings model.
Reimplemented from AbstractSettingsView.
| void ConnectionDialog::digestDbResetEvent | ( | VEvent * | ) | [protected, virtual] |
Resets widgets that use data from the Digest Database.
Reimplemented from AbstractDigestDbView.
1.5.2