KTextEditor
KTextEditor::HighlightInterface::AttributeBlock Struct Reference
An AttributeBlock represents an Attribute with its dimension in a given line. More...
#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:
KDE 4.6 API Reference