libkdepim
KPrefsWidInt Class Reference
#include <kprefsdialog.h>
Inheritance diagram for KPrefsWidInt:

Detailed Description
Widgets for int settings in KPrefsDialog.This class provides a control element for configuring integer values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 124 of file kprefsdialog.h.
Public Member Functions | |
KPrefsWidInt (KConfigSkeleton::ItemInt *item, QWidget *parent) | |
QLabel * | label () |
QSpinBox * | spinBox () |
void | readConfig () |
void | writeConfig () |
QValueList< QWidget * > | widgets () const |
Constructor & Destructor Documentation
KPrefsWidInt::KPrefsWidInt | ( | KConfigSkeleton::ItemInt * | item, | |
QWidget * | parent | |||
) |
Create a integer value control element consisting of a label and a spinbox.
- Parameters:
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget.
Definition at line 135 of file kprefsdialog.cpp.
Member Function Documentation
QLabel * KPrefsWidInt::label | ( | ) |
QSpinBox * KPrefsWidInt::spinBox | ( | ) |
void KPrefsWidInt::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 156 of file kprefsdialog.cpp.
void KPrefsWidInt::writeConfig | ( | ) | [virtual] |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid.
Definition at line 161 of file kprefsdialog.cpp.
QValueList< QWidget * > KPrefsWidInt::widgets | ( | ) | const [virtual] |
Return a list of widgets used by this control element.
Reimplemented from KPrefsWid.
Definition at line 176 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files: