KDECore
kconfig.h
Go to the documentation of this file.
virtual bool isGroupImmutableImpl(const QByteArray &aGroup) const =0
virtual QStringList groupList() const =0
Returns a list of groups that are known about.
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.
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.
Definition kconfig_p.h:43
KConfig(const QString &file=QString(), OpenFlags mode=FullConfig, const char *resourceType="config")
Creates a KConfig object to manipulate a configuration file for the current application.
Definition kconfig.cpp:211
OpenFlag
Determines how the system-wide and user's global settings will affect the reading of the configuratio...
Definition kconfig.h:92
@ FullConfig
Fully-fledged config, including globals and cascading to system settings.
Definition kconfig.h:99
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.13.2 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.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.