#include <digestprefsdialog.h>
Inheritance diagram for DigestPrefsDialog:

Public Member Functions | |
| DigestPrefsDialog (AbstractController *settingsController, AbstractController *digestDbController, QWidget *parent=0, Qt::WindowFlags flags=0) | |
Protected Member Functions | |
| void | customEvent (QEvent *) |
| void | settingsResetEvent (VEvent *) |
| void | digestDbResetEvent (VEvent *) |
| void | trainedRecogsEvent (VTrainedRecogsEvent *) |
It was designed for non-modal use, where all changes come in to effect immediately. Hence there is a "Close" push button (not shown on the Mac OS X version, as to suit Apple HIG) and no "Ok" or "Cancel" push buttons.
| DigestPrefsDialog::DigestPrefsDialog | ( | AbstractController * | settingsController, | |
| AbstractController * | digestDbController, | |||
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructs a preferences dialog with the given parent and flags and attaches itself to the settingsController and digestDbController.
The settingsController and digestDbController pointers may be null, as they'll just be ignored.
| void DigestPrefsDialog::customEvent | ( | QEvent * | e | ) | [protected] |
Calls either AbstractSettingsView::dispatchEvent() or AbstractDigestDbView::dispatchEvent(), depending on the event sender's module ID.
| void DigestPrefsDialog::settingsResetEvent | ( | VEvent * | ) | [protected, virtual] |
Resets the settings dialog and resynchronises it with the settings model.
Reimplemented from AbstractSettingsView.
| void DigestPrefsDialog::digestDbResetEvent | ( | VEvent * | ) | [protected, virtual] |
Resets widgets that use data from the Digest Database.
Calls refreshRecogComboBox().
Reimplemented from AbstractDigestDbView.
| void DigestPrefsDialog::trainedRecogsEvent | ( | VTrainedRecogsEvent * | ) | [protected, virtual] |
Reimplemented from AbstractDigestDbView.
1.5.2