KDECore
kconfigbackend.h
Go to the documentation of this file.
94 ParseGlobal = 1,
95 ParseDefaults = 2,
97 };
104 };
113 };
Provides the implementation for accessing configuration sources.
Definition: kconfigbackend.h:56
virtual bool writeConfig(const QByteArray &locale, KEntryMap &entryMap, WriteOptions options, const KComponentData &data)=0
Write the dirty entries to permanent storage.
virtual bool isWritable() const =0
If isWritable() returns false, writeConfig() will always fail.
virtual KConfigBase::AccessMode accessMode() const =0
virtual ParseInfo parseConfig(const QByteArray &locale, KEntryMap &pWriteBackMap, ParseOptions options=ParseOptions())=0
Read persistent storage.
virtual QString nonWritableErrorMessage() const =0
When isWritable() returns false, return an error message to explain to the user why saving configurat...
virtual void createEnclosing()=0
Create the enclosing object of the configuration object.
virtual bool isLocked() const =0
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.