libkdepim
KPIM::KPrefsWidBool Class Reference
#include <kprefsdialog.h>

Detailed Description
Widgets for bool settings in KPrefsDialog.This class provides a control element for configuring bool values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 96 of file kprefsdialog.h.
Public Member Functions | |
| QCheckBox * | checkBox () |
| KPrefsWidBool (KConfigSkeleton::ItemBool *item, QWidget *parent=0) | |
| void | readConfig () |
| QList< QWidget * > | widgets () const |
| void | writeConfig () |
Constructor & Destructor Documentation
| KPrefsWidBool::KPrefsWidBool | ( | KConfigSkeleton::ItemBool * | item, | |
| QWidget * | parent = 0 | |||
| ) | [explicit] |
Create a bool value control element consisting of a QCheckbox.
- Parameters:
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget.
Definition at line 105 of file kprefsdialog.cpp.
Member Function Documentation
| QCheckBox * KPrefsWidBool::checkBox | ( | ) |
| void KPrefsWidBool::readConfig | ( | ) | [virtual] |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPIM::KPrefsWid.
Definition at line 116 of file kprefsdialog.cpp.
Return a list of widgets used by this control element.
Reimplemented from KPIM::KPrefsWid.
Definition at line 131 of file kprefsdialog.cpp.
| void KPrefsWidBool::writeConfig | ( | ) | [virtual] |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 121 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference