KTextEditor
attribute.h
338 ActivateMouseIn = 0,
340 ActivateCaretIn
DefaultStyle
The following lists all valid default styles that are used for the syntax highlighting files in the i...
Definition: attribute.h:26
A class which provides customized text decorations.
Definition: attribute.h:142
AttributeBlock(int _start, int _length, const Attribute::Ptr &_attribute)
Constructor of AttributeBlock.
Definition: attribute.h:404
Used for attributes that do not match any of the other default styles.
Definition: attribute.h:105
Used for region markers, typically defined by BEGIN/END.
Definition: attribute.h:93
QExplicitlySharedDataPointer< Attribute > Ptr
Shared data pointer for Attribute.
Definition: attribute.h:148
Used for comments that reflect API documentation.
Definition: attribute.h:87
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition: katetextblock.h:21
Used for control flow highlighting, e.g., if, then, else, return, continue.
Definition: attribute.h:39
Used for comment specials TODO and WARNING in comments.
Definition: attribute.h:99
Used for special strings such as regular expressions or LaTeX math mode.
Definition: attribute.h:63
ActivationType
Several automatic activation mechanisms exist for associated attributes.
Definition: attribute.h:336
Used for verbatim strings such as HERE docs.
Definition: attribute.h:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 03:31:31 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 03:31:31 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.