libkdepim
#include <kprefsdialog.h>
Public Member Functions | |
KPrefsWidColor (KConfigSkeleton::ItemColor *item, QWidget *parent=0) | |
~KPrefsWidColor () | |
KColorButton * | button () |
QLabel * | label () |
void | readConfig () |
void | writeConfig () |
Public Member Functions inherited from KPIM::KPrefsWid | |
virtual QList< QWidget * > | widgets () const |
Additional Inherited Members | |
Signals inherited from KPIM::KPrefsWid | |
void | changed () |
Detailed Description
Widgets for color settings in KPrefsDialog.
This class provides a control element for configuring color values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 286 of file kprefsdialog.h.
Constructor & Destructor Documentation
|
explicit |
Create a color value control element consisting of a test field and a button for opening a color dialog.
- Parameters
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget.
Definition at line 197 of file kprefsdialog.cpp.
KPrefsWidColor::~KPrefsWidColor | ( | ) |
Destruct color setting widget.
Definition at line 214 of file kprefsdialog.cpp.
Member Function Documentation
KColorButton * KPrefsWidColor::button | ( | ) |
Return button opening the color dialog.
Definition at line 233 of file kprefsdialog.cpp.
QLabel * KPrefsWidColor::label | ( | ) |
Return QLabel for the button.
Definition at line 228 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 218 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 223 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.