KDECore
kconfig.h
Go to the documentation of this file.
93 IncludeGlobals = 0x01,
94 CascadeConfig = 0x02,
96 SimpleConfig = 0x00,
97 NoCascade = IncludeGlobals,
98 NoGlobals = CascadeConfig,
100 };
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.
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
OpenFlag
Determines how the system-wide and user's global settings will affect the reading of the configuratio...
Definition: kconfig.h:92
void setLocale(KLocale *, CopyCatalogs copy=DoCopyCatalogs)
Definition: kglobal.cpp:256
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.