KateHighlighting::Folding

Search for usage in LXR

KateHighlighting::Folding Class Reference

#include <katehighlight.h>

Public Member Functions

 Folding (int _offset, int _length, KSyntaxHighlighting::FoldingRegion _foldingRegion)
 

Public Attributes

KSyntaxHighlighting::FoldingRegion foldingRegion
 
int length = 0
 
int offset = 0
 

Detailed Description

Folding storage.

Definition at line 49 of file katehighlight.h.

Constructor & Destructor Documentation

◆ Folding()

KateHighlighting::Folding::Folding ( int _offset,
int _length,
KSyntaxHighlighting::FoldingRegion _foldingRegion )
inline

Construct folding.

Parameters
_offsetoffset of the folding start
_lengthlength of the folding
_foldingRegionfolding region, includes if we start or end a region and the id

Definition at line 58 of file katehighlight.h.

Member Data Documentation

◆ foldingRegion

KSyntaxHighlighting::FoldingRegion KateHighlighting::Folding::foldingRegion

folding region, includes if we start or end a region and the id

Definition at line 78 of file katehighlight.h.

◆ length

int KateHighlighting::Folding::length = 0

length

Definition at line 73 of file katehighlight.h.

◆ offset

int KateHighlighting::Folding::offset = 0

offset

Definition at line 68 of file katehighlight.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:46:29 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.