KDEUI
KConfigSkeleton::ItemColor Class Reference
  #include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemColor:

Public Member Functions | |
| ItemColor (const QString &_group, const QString &_key, QColor &reference, const QColor &defaultValue=QColor(128, 128, 128)) | |
| bool | isEqual (const QVariant &p) const | 
| QVariant | property () const | 
| void | readConfig (KConfig *config) | 
| void | setProperty (const QVariant &p) | 
  Public Member Functions inherited from KConfigSkeletonGenericItem< QColor > | |
| KConfigSkeletonGenericItem (const QString &_group, const QString &_key, QColor &reference, QColordefaultValue) | |
| virtual | ~KConfigSkeletonItem () | 
| QString | group () const | 
| bool | isImmutable () const | 
| KConfigSkeletonItem (const QString &_group, const QString &_key) | |
| QString | key () const | 
| QString | label () const | 
| virtual QVariant | maxValue () const | 
| virtual QVariant | minValue () const | 
| QString | name () const | 
| void | readDefault (KConfig *config) | 
| virtual void | setDefault () | 
| virtual void | setDefaultValue (const QColor &v) | 
| void | setGroup (const QString &_group) | 
| void | setKey (const QString &_key) | 
| void | setLabel (const QString &l) | 
| void | setName (const QString &_name) | 
| void | setToolTip (const QString &t) | 
| void | setValue (const QColor &v) | 
| void | setWhatsThis (const QString &w) | 
| void | swapDefault () | 
| QString | toolTip () const | 
| const QColor & | value () const | 
| QColor & | value () | 
| QString | whatsThis () const | 
| virtual void | writeConfig (KConfig *config) | 
Additional Inherited Members | |
  Public Types inherited from KConfigSkeletonGenericItem< QColor > | |
| typedef QHash< QString,  KConfigSkeletonItem * >  | Dict | 
| typedef QHash< QString,  KConfigSkeletonItem * > ::Iterator  | DictIterator | 
| typedef QList < KConfigSkeletonItem * >  | List | 
  Protected Member Functions inherited from KConfigSkeletonGenericItem< QColor > | |
| void | readImmutability (const KConfigGroup &group) | 
  Protected Attributes inherited from KConfigSkeletonGenericItem< QColor > | |
| QColor | mDefault | 
| QString | mGroup | 
| QString | mKey | 
| QColor | mLoadedValue | 
| QString | mName | 
| QColor & | mReference | 
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
Implements KConfigSkeletonGenericItem< QColor >.
Definition at line 58 of file kconfigskeleton.cpp.
      
  | 
  virtual | 
Implements KConfigSkeletonGenericItem< QColor >.
Definition at line 63 of file kconfigskeleton.cpp.
      
  | 
  virtual | 
Implements KConfigSkeletonGenericItem< QColor >.
Definition at line 44 of file kconfigskeleton.cpp.
      
  | 
  virtual | 
Implements KConfigSkeletonGenericItem< QColor >.
Definition at line 53 of file kconfigskeleton.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from