libkdepim Library API Documentation

KPrefsWidBool Class Reference

Widgets for bool settings in KPrefsDialog. More...

#include <kprefsdialog.h>

Inheritance diagram for KPrefsWidBool:

Inheritance graph
[legend]
Collaboration diagram for KPrefsWidBool:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KPrefsWidBool (KConfigSkeleton::ItemBool *item, QWidget *parent)
QCheckBoxcheckBox ()
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 82 of file kprefsdialog.h.


Constructor & Destructor Documentation

KPrefsWidBool::KPrefsWidBool KConfigSkeleton::ItemBool *  item,
QWidget parent
 

Create a bool value control element consisting of a QCheckbox.

Parameters:
item The KConfigSkeletonItem representing the preferences entry.
parent Parent widget.

Definition at line 97 of file kprefsdialog.cpp.

References KPrefsWid::changed().


Member Function Documentation

QCheckBox * KPrefsWidBool::checkBox  ) 
 

Return the QCheckbox used by this control element.

Definition at line 117 of file kprefsdialog.cpp.

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 KPrefsWid.

Definition at line 107 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 KPrefsWid.

Definition at line 112 of file kprefsdialog.cpp.

QValueList< QWidget * > KPrefsWidBool::widgets  )  const [virtual]
 

Return a list of widgets used by this control element.

Reimplemented from KPrefsWid.

Definition at line 122 of file kprefsdialog.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for libkdepim Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 2 09:53:39 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003