KateHlContext Class Reference
#include <katehighlighthelpers.h>
Public Member Functions | |
| KateHlContext (const QString &_hlId, int attribute, KateHlContextModification _lineEndContext, KateHlContextModification _lineBeginContext, bool _fallthrough, KateHlContextModification _fallthroughContext, bool _dynamic, bool _noIndentationBasedFolding) | |
| virtual | ~KateHlContext () |
| KateHlContext * | clone (const QStringList *args) |
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 72 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 828 of file katehighlighthelpers.cpp.
| KateHlContext::~KateHlContext | ( | ) | [virtual] |
Definition at line 860 of file katehighlighthelpers.cpp.
Member Function Documentation
| KateHlContext * KateHlContext::clone | ( | const QStringList * | args | ) |
Definition at line 844 of file katehighlighthelpers.cpp.
Member Data Documentation
Definition at line 82 of file katehighlighthelpers.h.
Definition at line 93 of file katehighlighthelpers.h.
Definition at line 94 of file katehighlighthelpers.h.
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 90 of file katehighlighthelpers.h.
Definition at line 91 of file katehighlighthelpers.h.
A unique highlight identifier. Used to look up correct properties.
Definition at line 81 of file katehighlighthelpers.h.
| QVector<KateHlItem*> KateHlContext::items |
Definition at line 80 of file katehighlighthelpers.h.
Definition at line 84 of file katehighlighthelpers.h.
Definition at line 83 of file katehighlighthelpers.h.
Definition at line 95 of file katehighlighthelpers.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference