KPrefsWid Class Reference
Base class for widgets used by KPrefsDialog. More...
#include <kprefsdialog.h>
Inheritance diagram for KPrefsWid:

Public Member Functions | |
virtual void | readConfig ()=0 |
This function is called to read value of the setting from the stored configuration and display it in the widget. | |
virtual void | writeConfig ()=0 |
This function is called to write the current setting of the widget to the stored configuration. |
Detailed Description
Base class for widgets used by KPrefsDialog.
- Author:
- Cornelius Schumacher
- See also:
- KPrefsDialog
Definition at line 49 of file kprefsdialog.h.
Member Function Documentation
|
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implemented in KPrefsWidBool, KPrefsWidTime, KPrefsWidColor, KPrefsWidFont, KPrefsWidRadios, and KPrefsWidString. Referenced by KPrefsDialog::readConfig(). |
|
This function is called to write the current setting of the widget to the stored configuration.
Implemented in KPrefsWidBool, KPrefsWidTime, KPrefsWidColor, KPrefsWidFont, KPrefsWidRadios, and KPrefsWidString. Referenced by KPrefsDialog::writeConfig(). |
The documentation for this class was generated from the following file: