parley
ParleyPrefs Class Reference
#include <parleyprefs.h>

Public Member Functions | |
| ParleyPrefs (KEduVocDocument *doc, QWidget *parent, const QString &name, KConfigSkeleton *config) | |
Protected Slots | |
| void | updateSettings () |
| void | updateWidgets () |
| void | updateWidgetsDefault () |
Protected Member Functions | |
| bool | hasChanged () |
| bool | isDefault () |
Detailed Description
Definition at line 35 of file parleyprefs.h.
Constructor & Destructor Documentation
| ParleyPrefs::ParleyPrefs | ( | KEduVocDocument * | doc, | |
| QWidget * | parent, | |||
| const QString & | name, | |||
| KConfigSkeleton * | config | |||
| ) |
Creates a configuration dialog.
Definition at line 27 of file parleyprefs.cpp.
Member Function Documentation
| bool ParleyPrefs::hasChanged | ( | ) | [protected] |
Returns true if the current state of the dialog is different from the saved settings.
Definition at line 45 of file parleyprefs.cpp.
| bool ParleyPrefs::isDefault | ( | ) | [protected] |
Returns true if the current state of the dialog represents the default settings.
Definition at line 50 of file parleyprefs.cpp.
| void ParleyPrefs::updateSettings | ( | ) | [protected, slot] |
Called when the user clicks Apply or OK.
Definition at line 55 of file parleyprefs.cpp.
| void ParleyPrefs::updateWidgets | ( | ) | [protected, slot] |
Updates dialog widgets.
Here only used after loading a profile. Profiles only store the settings of the last three pages in the dialog.
Definition at line 68 of file parleyprefs.cpp.
| void ParleyPrefs::updateWidgetsDefault | ( | ) | [protected, slot] |
Called when the user clicks Default.
Definition at line 61 of file parleyprefs.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference