KTextEditor
sessionconfiginterface.h
Go to the documentation of this file.
193 SkipNone = 0,
194 SkipUrl = 1 << 0,
195 SkipMode = 1 << 1,
196 SkipHighlighting = 1 << 2,
197 SkipEncoding = 1 << 3,
199 };
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-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.