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 106 of file highlightinterface.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 107 of file highlightinterface.h.
Member Data Documentation
Attribute::Ptr KTextEditor::HighlightInterface::AttributeBlock::attribute |
The attribute for the current range.
Definition at line 116 of file highlightinterface.h.
int KTextEditor::HighlightInterface::AttributeBlock::length |
The number of columns this attribute spans.
Definition at line 114 of file highlightinterface.h.
int KTextEditor::HighlightInterface::AttributeBlock::start |
The column this attribute starts at.
Definition at line 112 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.