Kate::TextLineData::Folding
Kate::TextLineData::Folding Class Reference
#include <katetextline.h>
Public Member Functions | |
Folding (int _offset, int _length, int _foldingValue) | |
Public Attributes | |
int | foldingValue = 0 |
int | length = 0 |
int | offset = 0 |
Detailed Description
Folding storage.
Definition at line 71 of file katetextline.h.
Constructor & Destructor Documentation
◆ Folding()
|
inline |
Construct folding.
- Parameters
-
_offset offset of the folding start _length length of the folding _foldingValue positive ones start foldings, negative ones end them
Definition at line 80 of file katetextline.h.
Member Data Documentation
◆ foldingValue
int Kate::TextLineData::Folding::foldingValue = 0 |
positive ones start foldings, negative ones end them
Definition at line 100 of file katetextline.h.
◆ length
int Kate::TextLineData::Folding::length = 0 |
length
Definition at line 95 of file katetextline.h.
◆ offset
int Kate::TextLineData::Folding::offset = 0 |
offset
Definition at line 90 of file katetextline.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 03:49:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 03:49:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.