kcachegrind
ConfigGroup Class Reference
#include <config.h>
Inheritance diagram for ConfigGroup:

Public Member Functions | |
virtual | ~ConfigGroup () |
virtual void | setValue (const QString &key, const QVariant &value, const QVariant &defaultValue=QVariant()) |
virtual QVariant | value (const QString &key, const QVariant &defaultValue) const |
template<typename T > | |
T | value (const QString &key, const QVariant &defaultValue=QVariant()) const |
Protected Member Functions | |
ConfigGroup () | |
Detailed Description
A group of configuration settings.
Actual implementation for the backends is done in derived classes.
Constructor & Destructor Documentation
|
virtual |
Definition at line 54 of file config.cpp.
|
protected |
Definition at line 51 of file config.cpp.
Member Function Documentation
|
virtual |
Reimplemented in KDEConfigGroup, and QCGConfigGroup.
Definition at line 57 of file config.cpp.
Reimplemented in KDEConfigGroup, and QCGConfigGroup.
Definition at line 60 of file config.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.