libkdepim
KPrefsWidString Class Reference
Widgets for string settings in KPrefsDialog. More...
#include <kprefsdialog.h>

Public Member Functions | |
KPrefsWidString (KConfigSkeleton::ItemString *item, TQWidget *parent, TQLineEdit::EchoMode echomode=TQLineEdit::Normal) | |
virtual | ~KPrefsWidString () |
TQLabel * | label () |
TQLineEdit * | lineEdit () |
void | readConfig () |
void | writeConfig () |
TQValueList< TQWidget * > | widgets () const |
Detailed Description
Widgets for string settings in KPrefsDialog.This class provides a control element for configuring string values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 458 of file kprefsdialog.h.
Constructor & Destructor Documentation
KPrefsWidString::KPrefsWidString | ( | KConfigSkeleton::ItemString * | item, | |
TQWidget * | parent, | |||
TQLineEdit::EchoMode | echomode = TQLineEdit::Normal | |||
) |
Create a string value control element consisting of a test label and a line edit.
- Parameters:
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget. echomode Describes how a line edit should display its contents.
Definition at line 478 of file kprefsdialog.cpp.
KPrefsWidString::~KPrefsWidString | ( | ) | [virtual] |
Member Function Documentation
TQLabel * KPrefsWidString::label | ( | ) |
TQLineEdit * KPrefsWidString::lineEdit | ( | ) |
void KPrefsWidString::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 499 of file kprefsdialog.cpp.
void KPrefsWidString::writeConfig | ( | ) | [virtual] |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPrefsWid.
Definition at line 504 of file kprefsdialog.cpp.
TQValueList< TQWidget * > KPrefsWidString::widgets | ( | ) | const [virtual] |
Return a list of widgets used by this control element.
Reimplemented from KPrefsWid.
Definition at line 519 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files: