Kate
#include <katehighlighthelpers.h>
Public Member Functions | |
| KateHlContext (const QString &_hlId, int attribute, KateHlContextModification _lineEndContext, bool _fallthrough, KateHlContextModification _fallthroughContext, bool _dynamic, bool _noIndentationBasedFolding, bool _emptyLineContex, KateHlContextModification _emptyLineContextModification) | |
| virtual | ~KateHlContext () |
| KateHlContext * | clone (const QStringList *args) |
Public Attributes | |
| int | attr |
| bool | dynamic |
| bool | dynamicChild |
| bool | emptyLineContext |
| KateHlContextModification | emptyLineContextModification |
| bool | fallthrough |
| KateHlContextModification | ftctx |
| QString | hlId |
| QVector< KateHlItem * > | items |
| KateHlContextModification | lineEndContext |
| bool | noIndentationBasedFolding |
Detailed Description
Definition at line 72 of file katehighlighthelpers.h.
Constructor & Destructor Documentation
| KateHlContext::KateHlContext | ( | const QString & | _hlId, |
| int | attribute, | ||
| KateHlContextModification | _lineEndContext, | ||
| bool | _fallthrough, | ||
| KateHlContextModification | _fallthroughContext, | ||
| bool | _dynamic, | ||
| bool | _noIndentationBasedFolding, | ||
| bool | _emptyLineContex, | ||
| KateHlContextModification | _emptyLineContextModification | ||
| ) |
Definition at line 841 of file katehighlighthelpers.cpp.
|
virtual |
Definition at line 877 of file katehighlighthelpers.cpp.
Member Function Documentation
| KateHlContext * KateHlContext::clone | ( | const QStringList * | args | ) |
Definition at line 859 of file katehighlighthelpers.cpp.
Member Data Documentation
| int KateHlContext::attr |
Definition at line 84 of file katehighlighthelpers.h.
| bool KateHlContext::dynamic |
Definition at line 94 of file katehighlighthelpers.h.
| bool KateHlContext::dynamicChild |
Definition at line 95 of file katehighlighthelpers.h.
| bool KateHlContext::emptyLineContext |
Definition at line 98 of file katehighlighthelpers.h.
| KateHlContextModification KateHlContext::emptyLineContextModification |
Definition at line 99 of file katehighlighthelpers.h.
| bool KateHlContext::fallthrough |
anders: possible escape if no rules matches. false unless 'fallthrough="1|true"' (insensitive) if true, go to ftcxt w/o eating of string. ftctx is "fallthroughContext" in xml files, valid values are int or #pop[..] see in KateHighlighting::doHighlight
Definition at line 91 of file katehighlighthelpers.h.
| KateHlContextModification KateHlContext::ftctx |
Definition at line 92 of file katehighlighthelpers.h.
| QString KateHlContext::hlId |
A unique highlight identifier. Used to look up correct properties.
Definition at line 83 of file katehighlighthelpers.h.
| QVector<KateHlItem*> KateHlContext::items |
Definition at line 82 of file katehighlighthelpers.h.
| KateHlContextModification KateHlContext::lineEndContext |
Definition at line 85 of file katehighlighthelpers.h.
| bool KateHlContext::noIndentationBasedFolding |
Definition at line 96 of file katehighlighthelpers.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference