Kate
Kate::TextLineData::Attribute Class Reference
#include <katetextline.h>
Public Member Functions | |
Attribute (int _offset=0, int _length=0, short _attributeValue=0, short _foldingValue=0) | |
Public Attributes | |
short | attributeValue |
short | foldingValue |
int | length |
int | offset |
Detailed Description
Attribute storage.
Definition at line 52 of file katetextline.h.
Constructor & Destructor Documentation
|
inline |
Attribute constructor.
- Parameters
-
_offset offset _length length _attributeValue attribute value _foldingValue folding value
Definition at line 61 of file katetextline.h.
Member Data Documentation
short Kate::TextLineData::Attribute::attributeValue |
attribute value (to encode type of this range)
Definition at line 82 of file katetextline.h.
short Kate::TextLineData::Attribute::foldingValue |
folding value (begin/end type)
Definition at line 87 of file katetextline.h.
int Kate::TextLineData::Attribute::length |
length
Definition at line 77 of file katetextline.h.
int Kate::TextLineData::Attribute::offset |
offset
Definition at line 72 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.