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) |
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 827 of file katehighlighthelpers.cpp.
|
virtual |
Definition at line 863 of file katehighlighthelpers.cpp.
Member Function Documentation
KateHlContext * KateHlContext::clone | ( | const QStringList * | args | ) |
Definition at line 845 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.