KPrefsWidBool Class Reference
Widgets for bool settings in KPrefsDialog. More...
#include <kprefsdialog.h>
Inheritance diagram for KPrefsWidBool:

Public Methods | |
KPrefsWidBool (KConfigSkeleton::ItemBool *item, QWidget *parent) | |
QCheckBox * | checkBox () |
void | readConfig () |
void | writeConfig () |
QValueList< QWidget * > | widgets () const |
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 80 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
Create a bool value control element consisting of a QCheckbox.
Definition at line 96 of file kprefsdialog.cpp. References QWhatsThis::add(), KPrefsWid::changed(), QObject::connect(), and QObject::parent(). |
Member Function Documentation
|
Return the QCheckbox used by this control element.
Definition at line 116 of file kprefsdialog.cpp. |
|
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPrefsWid. Definition at line 106 of file kprefsdialog.cpp. References QCheckBox::setChecked(). |
|
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid. Definition at line 111 of file kprefsdialog.cpp. References QCheckBox::isChecked(). |
|
Return a list of widgets used by this control element.
Reimplemented from KPrefsWid. Definition at line 121 of file kprefsdialog.cpp. References QValueList::append(), and widgets(). Referenced by widgets(). |
The documentation for this class was generated from the following files: