KDECore
kconfigbase.h
Go to the documentation of this file.
Definition kconfigbase_p.h:28
Definition kconfigbase.h:39
virtual bool isGroupImmutableImpl(const QByteArray &aGroup) const =0
virtual QStringList groupList() const =0
Returns a list of groups that are known about.
void deleteGroup(const QByteArray &group, WriteConfigFlags flags=Normal)
Delete aGroup.
Definition kconfigbase.cpp:74
virtual void deleteGroupImpl(const QByteArray &group, WriteConfigFlags flags=Normal)=0
virtual void markAsClean()=0
Reset the dirty flags of all entries in the entry map, so the values will not be written to disk on a...
virtual void virtual_hook(int id, void *data)
Virtual hook, used to add new "virtual" functions while maintaining binary compatibility.
Definition kconfigbase.cpp:111
virtual bool isImmutable() const =0
Checks whether this configuration object can be modified.
@ Global
Save the entry to the global KDE config file instead of the application specific config file.
Definition kconfigbase.h:50
@ Normal
Save the entry to the application specific config file without a locale tag.
Definition kconfigbase.h:59
virtual bool hasGroupImpl(const QByteArray &group) const =0
virtual KConfigGroup groupImpl(const QByteArray &b)=0
virtual AccessMode accessMode() const =0
Returns the access mode of the app-config object.
virtual const KConfigGroup groupImpl(const QByteArray &b) const =0
bool hasGroup(const QString &group) const
Returns true if the specified group is known about.
Definition kconfigbase.cpp:29
bool isGroupImmutable(const QByteArray &aGroup) const
Can changes be made to the entries in aGroup?
Definition kconfigbase.cpp:89
KConfigGroup group(const QByteArray &group)
Returns an object for the named subgroup.
Definition kconfigbase.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.