Kate
KateHlItem Class Reference
#include <katehighlighthelpers.h>

Detailed Description
Definition at line 26 of file katehighlighthelpers.h.
Public Member Functions | |
virtual QStringList * | capturedTexts () |
virtual int | checkHgl (const QString &text, int offset, int len)=0 |
virtual KateHlItem * | clone (const QStringList *) |
KateHlItem (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2) | |
virtual bool | lineContinue () |
virtual | ~KateHlItem () |
Static Public Member Functions | |
static void | dynamicSubstitute (QString &str, const QStringList *args) |
Public Attributes | |
bool | alwaysStartEnable |
int | attr |
int | column |
KateHlContextModification | ctx |
bool | customStartEnable |
bool | dynamic |
bool | dynamicChild |
bool | firstNonSpace |
bool | lookAhead |
bool | onlyConsume |
signed char | region |
signed char | region2 |
QVector< KateHlItem * > | subItems |
Constructor & Destructor Documentation
KateHlItem::KateHlItem | ( | int | attribute, | |
KateHlContextModification | context, | |||
signed char | regionId, | |||
signed char | regionId2 | |||
) |
Definition at line 39 of file katehighlighthelpers.cpp.
KateHlItem::~KateHlItem | ( | ) | [virtual] |
Definition at line 55 of file katehighlighthelpers.cpp.
Member Function Documentation
virtual QStringList* KateHlItem::capturedTexts | ( | ) | [inline, virtual] |
virtual int KateHlItem::checkHgl | ( | const QString & | text, | |
int | offset, | |||
int | len | |||
) | [pure virtual] |
virtual KateHlItem* KateHlItem::clone | ( | const QStringList * | ) | [inline, virtual] |
Reimplemented in KateHlCharDetect, KateHl2CharDetect, KateHlStringDetect, and KateHlRegExpr.
Definition at line 41 of file katehighlighthelpers.h.
void KateHlItem::dynamicSubstitute | ( | QString & | str, | |
const QStringList * | args | |||
) | [static] |
Definition at line 62 of file katehighlighthelpers.cpp.
virtual bool KateHlItem::lineContinue | ( | ) | [inline, virtual] |
Member Data Documentation
Definition at line 61 of file katehighlighthelpers.h.
int KateHlItem::attr |
Definition at line 46 of file katehighlighthelpers.h.
Definition at line 57 of file katehighlighthelpers.h.
Definition at line 47 of file katehighlighthelpers.h.
Definition at line 62 of file katehighlighthelpers.h.
Definition at line 53 of file katehighlighthelpers.h.
Definition at line 54 of file katehighlighthelpers.h.
Definition at line 55 of file katehighlighthelpers.h.
Definition at line 51 of file katehighlighthelpers.h.
Definition at line 56 of file katehighlighthelpers.h.
signed char KateHlItem::region |
Definition at line 48 of file katehighlighthelpers.h.
signed char KateHlItem::region2 |
Definition at line 49 of file katehighlighthelpers.h.
Definition at line 45 of file katehighlighthelpers.h.
The documentation for this class was generated from the following files: