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()
TODO: KDE5 mark as movable
Definition at line 114 of file highlightinterface.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 115 of file highlightinterface.h.
Member Data Documentation
Attribute::Ptr KTextEditor::HighlightInterface::AttributeBlock::attribute |
The attribute for the current range.
Definition at line 124 of file highlightinterface.h.
int KTextEditor::HighlightInterface::AttributeBlock::length |
The number of columns this attribute spans.
Definition at line 122 of file highlightinterface.h.
int KTextEditor::HighlightInterface::AttributeBlock::start |
The column this attribute starts at.
Definition at line 120 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.