ConnectionDialog Class Reference

The ConnectionDialog class provides allow the user to connect to a database. More...

#include <connectiondialog.h>

Inheritance diagram for ConnectionDialog:

AbstractSettingsView AbstractDigestDbView AbstractView AbstractView MvcBase MvcBase List of all members.

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 *)

Detailed Description

The ConnectionDialog class provides allow the user to connect to a database.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Mon Jul 30 09:46:51 2007 for Digest by  doxygen 1.5.2