libkdepim
#include <kprefsdialog.h>
Public Member Functions | |
KPrefsWidCombo (KConfigSkeleton::ItemEnum *item, QWidget *parent) | |
virtual | ~KPrefsWidCombo () |
KComboBox * | comboBox () |
void | readConfig () |
QList< QWidget * > | widgets () const |
void | writeConfig () |
Additional Inherited Members | |
Signals inherited from KPIM::KPrefsWid | |
void | changed () |
Detailed Description
Widgets for settings represented by a combo box in KPrefsDialog.
This class provides a control element for configuring selections. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
The setting is interpreted as an int value, corresponding to the index in the combo box.
Definition at line 441 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
explicit |
Create a control element for selection of an option.
It consists of a combo box.
- Parameters
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget.
Definition at line 488 of file kprefsdialog.cpp.
|
virtual |
Definition at line 497 of file kprefsdialog.cpp.
Member Function Documentation
KComboBox * KPrefsWidCombo::comboBox | ( | ) |
Definition at line 518 of file kprefsdialog.cpp.
|
virtual |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPIM::KPrefsWid.
Definition at line 501 of file kprefsdialog.cpp.
Return a list of widgets used by this control element.
Reimplemented from KPIM::KPrefsWid.
Definition at line 511 of file kprefsdialog.cpp.
|
virtual |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 506 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.