KateHighlighting::Folding
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()
|
inline |
Construct folding.
- Parameters
-
_offset offset of the folding start _length length of the folding _foldingRegion folding 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 Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.