Kate
KateHlWordDetect Class Reference
#include <katehighlighthelpers.h>
Inheritance diagram for KateHlWordDetect:
Public Member Functions | |
KateHlWordDetect (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2, const QString &, bool inSensitive=false) | |
virtual int | checkHgl (const QString &text, int offset, int len) |
virtual KateHlItem * | clone (const QStringList *args) |
Public Member Functions inherited from KateHlStringDetect | |
KateHlStringDetect (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2, const QString &, bool inSensitive=false) | |
Public Member Functions inherited from KateHlItem | |
KateHlItem (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2) | |
virtual | ~KateHlItem () |
virtual void | capturedTexts (QStringList &) |
virtual bool | lineContinue () |
Additional Inherited Members | |
Static Public Member Functions inherited from KateHlItem | |
static void | dynamicSubstitute (QString &str, const QStringList *args) |
Public Attributes inherited from KateHlItem | |
bool | alwaysStartEnable |
int | attr |
bool | cachingHandled |
int | column |
KateHlContextModification | ctx |
bool | customStartEnable |
bool | dynamic |
bool | dynamicChild |
bool | firstNonSpace |
bool | haveCache |
bool | lookAhead |
bool | onlyConsume |
signed char | region |
signed char | region2 |
QVector< KateHlItem * > | subItems |
Protected Attributes inherited from KateHlStringDetect | |
const bool | _inSensitive |
const QString | str |
const int | strLen |
Detailed Description
Definition at line 163 of file katehighlighthelpers.h.
Constructor & Destructor Documentation
KateHlWordDetect::KateHlWordDetect | ( | int | attribute, |
KateHlContextModification | context, | ||
signed char | regionId, | ||
signed char | regionId2, | ||
const QString & | s, | ||
bool | inSensitive = false |
||
) |
Definition at line 200 of file katehighlighthelpers.cpp.
Member Function Documentation
|
virtual |
Reimplemented from KateHlStringDetect.
Definition at line 213 of file katehighlighthelpers.cpp.
|
virtual |
Reimplemented from KateHlStringDetect.
Definition at line 229 of file katehighlighthelpers.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.