KTextEditor
KTextEditor::HighlightInterface::AttributeBlock Struct Reference
#include <highlightinterface.h>
Public Member Functions | |
| AttributeBlock (const int _start, const int _length, const Attribute::Ptr &_attribute) | |
Public Attributes | |
| Attribute::Ptr | attribute |
| int | length |
| int | start |
Detailed Description
An AttributeBlock represents an Attribute with its dimension in a given line.
- See also:
- lineAttributes()
Definition at line 104 of file highlightinterface.h.
Constructor & Destructor Documentation
| KTextEditor::HighlightInterface::AttributeBlock::AttributeBlock | ( | const int | _start, |
| const int | _length, | ||
| const Attribute::Ptr & | _attribute | ||
| ) | [inline] |
Definition at line 105 of file highlightinterface.h.
Member Data Documentation
The attribute for the current range.
Definition at line 114 of file highlightinterface.h.
The number of columns this attribute spans.
Definition at line 112 of file highlightinterface.h.
The column this attribute starts at.
Definition at line 110 of file highlightinterface.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:14:37 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:14:37 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.