KTextEditor
sessionconfiginterface.h
Go to the documentation of this file.
236Q_DECLARE_INTERFACE(KTextEditor::SessionConfigInterface, "org.kde.KTextEditor.SessionConfigInterface")
237Q_DECLARE_INTERFACE(KTextEditor::ParameterizedSessionConfigInterface, "org.kde.KTextEditor.ParameterizedSessionConfigInterface")
Parameterized session config interface extension for the Document.
Definition sessionconfiginterface.h:177
virtual void readParameterizedSessionConfig(const KConfigGroup &config, unsigned long parameters)=0
Read session settings from the given config excluding the settings specified in parameters.
virtual void writeParameterizedSessionConfig(KConfigGroup &config, unsigned long parameters)=0
Write session settings to the config excluding the settings specified in parameters.
Session config interface extension for the Document, View and Plugin.
Definition sessionconfiginterface.h:83
virtual void readSessionConfig(const KConfigGroup &config)=0
Read session settings from the given config.
virtual void writeSessionConfig(KConfigGroup &config)=0
Write session settings to the config.
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.