libkdepim Library API Documentation

KPrefsWid Class Reference

Base class for widgets used by KPrefsDialog. More...

#include <kprefsdialog.h>

Inheritance diagram for KPrefsWid:

KPrefsWidBool KPrefsWidColor KPrefsWidFont KPrefsWidRadios KPrefsWidString KPrefsWidTime List of all members.

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
This class provides the interface for the preferences widgets used by KPrefsDialog.

Definition at line 49 of file kprefsdialog.h.


Member Function Documentation

virtual void KPrefsWid::readConfig  )  [pure virtual]
 

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().

virtual void KPrefsWid::writeConfig  )  [pure virtual]
 

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:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:00 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001