libtdepim

KPrefsWidInt Class Reference

#include <kprefsdialog.h>

Inheritance diagram for KPrefsWidInt:
KPrefsWid

Public Member Functions

 KPrefsWidInt (TDEConfigSkeleton::ItemInt *item, TQWidget *parent)
 
TQLabel * label ()
 
TQSpinBox * spinBox ()
 
void readConfig ()
 
void writeConfig ()
 
TQValueList< TQWidget * > widgets () const
 

Additional Inherited Members

- Signals inherited from KPrefsWid
void changed ()
 

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

Constructor & Destructor Documentation

◆ KPrefsWidInt()

KPrefsWidInt::KPrefsWidInt ( TDEConfigSkeleton::ItemInt *  item,
TQWidget *  parent 
)

Create a integer value control element consisting of a label and a spinbox.

Parameters
itemThe TDEConfigSkeletonItem representing the preferences entry.
parentParent widget.

Definition at line 135 of file kprefsdialog.cpp.

Member Function Documentation

◆ label()

TQLabel * KPrefsWidInt::label ( )

Return TQLabel used by this control element.

Definition at line 166 of file kprefsdialog.cpp.

◆ readConfig()

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.

◆ spinBox()

TQSpinBox * KPrefsWidInt::spinBox ( )

Return the TQSpinBox used by this control element.

Definition at line 171 of file kprefsdialog.cpp.

◆ widgets()

TQValueList< TQWidget * > 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.

◆ writeConfig()

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.


The documentation for this class was generated from the following files: