KConfig
kconfigskeleton.h
38 ItemColor(const QString &_group, const QString &_key, QColor &reference, const QColor &defaultValue = QColor(128, 128, 128));
60 ItemFont(const QString &_group, const QString &_key, QFont &reference, const QFont &defaultValue = QFont());
102 ItemColor *addItemColor(const QString &name, QColor &reference, const QColor &defaultValue = QColor(128, 128, 128), const QString &key = QString());
Class for handling preferences settings for an application.
Definition: kconfigskeleton.h:27
Class for handling preferences settings for an application.
Definition: kcoreconfigskeleton.h:548
Class for handling a font preferences item.
Definition: kconfigskeleton.h:56
virtual void readConfig(KConfig *)=0
This function is called by KCoreConfigSkeleton to read the value for this setting from a config file.
Base class for storing a preferences setting of type T.
Definition: kcoreconfigskeleton.h:325
Class for handling a color preferences item.
Definition: kconfigskeleton.h:34
virtual bool isEqual(const QVariant &p) const =0
Check whether the item is equal to p.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed May 25 2022 04:10:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed May 25 2022 04:10:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.