libkdepim Library API Documentation

KPrefsWidInt Class Reference

Widgets for int settings in KPrefsDialog. More...

#include <kprefsdialog.h>

Inheritance diagram for KPrefsWidInt:

KPrefsWid QObject List of all members.

Public Member Functions

 KPrefsWidInt (KConfigSkeleton::ItemInt *item, QWidget *parent)
QLabellabel ()
QSpinBoxspinBox ()
void readConfig ()
void writeConfig ()
QValueList< QWidget * > widgets () const

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 116 of file kprefsdialog.h.


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 130 of file kprefsdialog.cpp.

References KPrefsWid::changed(), and KPrefsWidInt().

Referenced by KPrefsWidInt().


Member Function Documentation

QLabel * KPrefsWidInt::label  ) 
 

Return QLabel used by this control element.

Definition at line 161 of file kprefsdialog.cpp.

QSpinBox * KPrefsWidInt::spinBox  ) 
 

Return the QSpinBox used by this control element.

Definition at line 166 of file kprefsdialog.cpp.

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 151 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 156 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 171 of file kprefsdialog.cpp.

References widgets().

Referenced by widgets().


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.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:29 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003