KDEUI
KConfigSkeleton::ItemColor Class Reference
Class for handling a color preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemColor:
Public Member Functions | |
| bool | isEqual (const QVariant &p) const |
| ItemColor (const QString &_group, const QString &_key, QColor &reference, const QColor &defaultValue=QColor(128, 128, 128)) | |
| QVariant | property () const |
| void | readConfig (KConfig *config) |
| void | setProperty (const QVariant &p) |
Detailed Description
Class for handling a color preferences item.
Definition at line 47 of file kconfigskeleton.h.
Constructor & Destructor Documentation
| KConfigSkeleton::ItemColor::ItemColor | ( | const QString & | _group, | |
| const QString & | _key, | |||
| QColor & | reference, | |||
| const QColor & | defaultValue = QColor(128, 128, 128) | |||
| ) |
Definition at line 37 of file kconfigskeleton.cpp.
Member Function Documentation
| QVariant KConfigSkeleton::ItemColor::property | ( | ) | const [virtual] |
| void KConfigSkeleton::ItemColor::readConfig | ( | KConfig * | config | ) | [virtual] |
| void KConfigSkeleton::ItemColor::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.3 API Reference