Kate::TextLineData::Attribute
Kate::TextLineData::Attribute Class Reference
#include <katetextline.h>
Public Member Functions | |
Attribute (int _offset=0, int _length=0, short _attributeValue=0) | |
Public Attributes | |
short | attributeValue |
int | length |
int | offset |
Detailed Description
Attribute storage.
Definition at line 36 of file katetextline.h.
Constructor & Destructor Documentation
◆ Attribute()
|
inlineexplicit |
Attribute constructor.
- Parameters
-
_offset offset _length length _attributeValue attribute value
Definition at line 45 of file katetextline.h.
Member Data Documentation
◆ attributeValue
short Kate::TextLineData::Attribute::attributeValue |
attribute value (to encode type of this range)
Definition at line 65 of file katetextline.h.
◆ length
int Kate::TextLineData::Attribute::length |
length
Definition at line 60 of file katetextline.h.
◆ offset
int Kate::TextLineData::Attribute::offset |
offset
Definition at line 55 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.