KDEUI
KConfigSkeleton::ItemFont Class Reference
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemFont:
Public Member Functions | |
ItemFont (const QString &_group, const QString &_key, QFont &reference, const QFont &defaultValue=QFont()) | |
bool | isEqual (const QVariant &p) const |
QVariant | property () const |
void | readConfig (KConfig *config) |
void | setProperty (const QVariant &p) |
Public Member Functions inherited from KConfigSkeletonGenericItem< QFont > | |
KConfigSkeletonGenericItem (const QString &_group, const QString &_key, QFont &reference, QFontdefaultValue) | |
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 QFont &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 QFont &v) |
void | setWhatsThis (const QString &w) |
void | swapDefault () |
QString | toolTip () const |
const QFont & | value () const |
QFont & | value () |
QString | whatsThis () const |
virtual void | writeConfig (KConfig *config) |
Additional Inherited Members | |
Public Types inherited from KConfigSkeletonGenericItem< QFont > | |
typedef QHash< QString, KConfigSkeletonItem * > | Dict |
typedef QHash< QString, KConfigSkeletonItem * > ::Iterator | DictIterator |
typedef QList < KConfigSkeletonItem * > | List |
Protected Member Functions inherited from KConfigSkeletonGenericItem< QFont > | |
void | readImmutability (const KConfigGroup &group) |
Protected Attributes inherited from KConfigSkeletonGenericItem< QFont > | |
QFont | mDefault |
QString | mGroup |
QString | mKey |
QFont | mLoadedValue |
QString | mName |
QFont & | mReference |
Detailed Description
Class for handling a font preferences item.
Definition at line 72 of file kconfigskeleton.h.
Constructor & Destructor Documentation
KConfigSkeleton::ItemFont::ItemFont | ( | const QString & | _group, |
const QString & | _key, | ||
QFont & | reference, | ||
const QFont & | defaultValue = QFont() |
||
) |
Definition at line 69 of file kconfigskeleton.cpp.
Member Function Documentation
Implements KConfigSkeletonGenericItem< QFont >.
Definition at line 90 of file kconfigskeleton.cpp.
|
virtual |
Implements KConfigSkeletonGenericItem< QFont >.
Definition at line 95 of file kconfigskeleton.cpp.
|
virtual |
Implements KConfigSkeletonGenericItem< QFont >.
Definition at line 76 of file kconfigskeleton.cpp.
|
virtual |
Implements KConfigSkeletonGenericItem< QFont >.
Definition at line 85 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.