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