parley
#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 28 of file parleyprefs.cpp.
Member Function Documentation
|
protected |
Returns true if the current state of the dialog is different from the saved settings.
Definition at line 48 of file parleyprefs.cpp.
|
protected |
Returns true if the current state of the dialog represents the default settings.
Definition at line 53 of file parleyprefs.cpp.
|
protectedslot |
Called when the user clicks Apply or OK.
Definition at line 58 of file parleyprefs.cpp.
|
protectedslot |
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 71 of file parleyprefs.cpp.
|
protectedslot |
Called when the user clicks Default.
Definition at line 64 of file parleyprefs.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.