KSyntaxHighlighting::HighlightingContextData

Search for usage in LXR

KSyntaxHighlighting::HighlightingContextData Class Reference

#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 26 of file highlightingdata_p.hpp.

Member Data Documentation

◆ attribute

QString KSyntaxHighlighting::HighlightingContextData::attribute

attribute name, to lookup our format

Definition at line 203 of file highlightingdata_p.hpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:02:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.