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,
99 FullConfig = IncludeGlobals|CascadeConfig
virtual void virtual_hook(int id, void *data)
Virtual hook, used to add new "virtual" functions while maintaining binary compatibility.
Definition: kconfigbase.cpp:111
Definition: kconfigdata.h:152
Definition: kmacroexpander_unix.cpp:34
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
virtual bool isGroupImmutableImpl(const QByteArray &aGroup) const =0
Definition: kconfig_p.h:42
virtual KConfigGroup groupImpl(const QByteArray &b)=0
Definition: kconfigbase.h:38
virtual void deleteGroupImpl(const QByteArray &group, WriteConfigFlags flags=Normal)=0
virtual bool hasGroupImpl(const QByteArray &group) const =0
virtual QStringList groupList() const =0
Returns a list of groups that are known about.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 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:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.