libkdepim
#include <kprefsdialog.h>
Signals | |
void | changed () |
Public Member Functions | |
virtual void | readConfig ()=0 |
virtual QList< QWidget * > | widgets () const |
virtual void | writeConfig ()=0 |
Detailed Description
Base class for GUI control elements used by KPrefsDialog.
- See also
- KPrefsDialog
This class provides the interface for the GUI control elements used by KPrefsDialog. The control element consists of a set of widgets for handling a certain type of configuration information.
Definition at line 63 of file kprefsdialog.h.
Member Function Documentation
|
signal |
Emitted when widget value has changed.
|
pure virtual |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implemented in KPIM::KPrefsWidPath, KPIM::KPrefsWidString, KPIM::KPrefsWidCombo, KPIM::KPrefsWidRadios, KPIM::KPrefsWidFont, KPIM::KPrefsWidColor, KPIM::KPrefsWidDate, KPIM::KPrefsWidDuration, KPIM::KPrefsWidTime, KPIM::KPrefsWidInt, and KPIM::KPrefsWidBool.
Return a list of widgets used by this control element.
Reimplemented in KPIM::KPrefsWidPath, KPIM::KPrefsWidString, KPIM::KPrefsWidCombo, KPIM::KPrefsWidRadios, KPIM::KPrefsWidInt, and KPIM::KPrefsWidBool.
Definition at line 102 of file kprefsdialog.cpp.
|
pure virtual |
This function is called to write the current setting of the widget to the stored configuration.
Implemented in KPIM::KPrefsWidPath, KPIM::KPrefsWidString, KPIM::KPrefsWidCombo, KPIM::KPrefsWidRadios, KPIM::KPrefsWidFont, KPIM::KPrefsWidColor, KPIM::KPrefsWidDate, KPIM::KPrefsWidDuration, KPIM::KPrefsWidTime, KPIM::KPrefsWidInt, and KPIM::KPrefsWidBool.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.