KSyntaxHighlighting::HighlightingContextData
#include <highlightingdata_p.hpp>
Public Member Functions | |
void | load (const QString &defName, QXmlStreamReader &reader) |
Public Attributes | |
QString | attribute |
QString | fallthroughContext |
QString | lineEmptyContext |
QString | lineEndContext |
QString | name |
bool | noIndentationBasedFolding = false |
std::vector< Rule > | rules |
bool | stopEmptyLineContextSwitchLoop = false |
Detailed Description
Represents the raw xml data of a context and its rules.
After resolving contexts, members of this class are no longer use and the instance can be freed to recover used memory.
Definition at line 25 of file highlightingdata_p.hpp.
Member Function Documentation
◆ load()
void HighlightingContextData::load | ( | const QString & | defName, |
QXmlStreamReader & | reader ) |
Definition at line 327 of file highlightingdata.cpp.
Member Data Documentation
◆ attribute
QString KSyntaxHighlighting::HighlightingContextData::attribute |
attribute name, to lookup our format
Definition at line 182 of file highlightingdata_p.hpp.
◆ fallthroughContext
QString KSyntaxHighlighting::HighlightingContextData::fallthroughContext |
Definition at line 186 of file highlightingdata_p.hpp.
◆ lineEmptyContext
QString KSyntaxHighlighting::HighlightingContextData::lineEmptyContext |
Definition at line 185 of file highlightingdata_p.hpp.
◆ lineEndContext
QString KSyntaxHighlighting::HighlightingContextData::lineEndContext |
Definition at line 184 of file highlightingdata_p.hpp.
◆ name
QString KSyntaxHighlighting::HighlightingContextData::name |
Definition at line 177 of file highlightingdata_p.hpp.
◆ noIndentationBasedFolding
bool KSyntaxHighlighting::HighlightingContextData::noIndentationBasedFolding = false |
Definition at line 191 of file highlightingdata_p.hpp.
◆ rules
std::vector<Rule> KSyntaxHighlighting::HighlightingContextData::rules |
Definition at line 188 of file highlightingdata_p.hpp.
◆ stopEmptyLineContextSwitchLoop
bool KSyntaxHighlighting::HighlightingContextData::stopEmptyLineContextSwitchLoop = false |
Definition at line 190 of file highlightingdata_p.hpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.