KDECore
kconfigbackend.h
Go to the documentation of this file.
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
Definition kaboutdata.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.