Kate
KateHlContext Class Reference
#include <katehighlighthelpers.h>
Public Member Functions | |
KateHlContext * | clone (const QStringList *args) |
KateHlContext (const QString &_hlId, int attribute, KateHlContextModification _lineEndContext, KateHlContextModification _lineBeginContext, bool _fallthrough, KateHlContextModification _fallthroughContext, bool _dynamic, bool _noIndentationBasedFolding) | |
virtual | ~KateHlContext () |
Public Attributes | |
int | attr |
bool | dynamic |
bool | dynamicChild |
bool | fallthrough |
KateHlContextModification | ftctx |
QString | hlId |
QVector< KateHlItem * > | items |
KateHlContextModification | lineBeginContext |
KateHlContextModification | lineEndContext |
bool | noIndentationBasedFolding |
Detailed Description
Definition at line 65 of file katehighlighthelpers.h.
Constructor & Destructor Documentation
KateHlContext::KateHlContext | ( | const QString & | _hlId, | |
int | attribute, | |||
KateHlContextModification | _lineEndContext, | |||
KateHlContextModification | _lineBeginContext, | |||
bool | _fallthrough, | |||
KateHlContextModification | _fallthroughContext, | |||
bool | _dynamic, | |||
bool | _noIndentationBasedFolding | |||
) |
Definition at line 758 of file katehighlighthelpers.cpp.
KateHlContext::~KateHlContext | ( | ) | [virtual] |
Definition at line 790 of file katehighlighthelpers.cpp.
Member Function Documentation
KateHlContext * KateHlContext::clone | ( | const QStringList * | args | ) |
Definition at line 774 of file katehighlighthelpers.cpp.
Member Data Documentation
Definition at line 75 of file katehighlighthelpers.h.
Definition at line 86 of file katehighlighthelpers.h.
Definition at line 87 of file katehighlighthelpers.h.
For internal use only.
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 83 of file katehighlighthelpers.h.
Definition at line 84 of file katehighlighthelpers.h.
A unique highlight identifier. Used to look up correct properties.
Definition at line 74 of file katehighlighthelpers.h.
Definition at line 73 of file katehighlighthelpers.h.
Definition at line 77 of file katehighlighthelpers.h.
Definition at line 76 of file katehighlighthelpers.h.
Definition at line 88 of file katehighlighthelpers.h.
The documentation for this class was generated from the following files: