Plasma
configloader.h
Go to the documentation of this file.
KConfigSkeletonItem * findItemByName(const QString &name)
Finds an item by its name.
Definition configloader.cpp:406
void usrWriteConfig()
Hack used to force writing when no default exists in config file.
Definition configloader.cpp:432
ConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent=0)
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
Definition configloader.cpp:366
bool hasGroup(const QString &group) const
Check to see if a group exists.
Definition configloader.cpp:422
KConfigSkeletonItem * findItem(const QString &group, const QString &key)
Finds the item for the given group and key.
Definition configloader.cpp:401
QVariant property(const QString &name)
Returns the property (variantized value) of the named item.
Definition configloader.cpp:411
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.