KateHlStringDetect Class Reference
#include <katehighlighthelpers.h>
Inheritance diagram for KateHlStringDetect:

Public Member Functions | |
| KateHlStringDetect (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) |
Protected Attributes | |
| const bool | _inSensitive |
| const QString | str |
| const int | strLen |
Detailed Description
Definition at line 145 of file katehighlighthelpers.h.
Constructor & Destructor Documentation
| KateHlStringDetect::KateHlStringDetect | ( | int | attribute, |
| KateHlContextModification | context, | ||
| signed char | regionId, | ||
| signed char | regionId2, | ||
| const QString & | s, | ||
| bool | inSensitive = false |
||
| ) |
Definition at line 150 of file katehighlighthelpers.cpp.
Member Function Documentation
| int KateHlStringDetect::checkHgl | ( | const QString & | text, |
| int | offset, | ||
| int | len | ||
| ) | [virtual] |
Implements KateHlItem.
Reimplemented in KateHlWordDetect.
Definition at line 158 of file katehighlighthelpers.cpp.
| KateHlItem * KateHlStringDetect::clone | ( | const QStringList * | args | ) | [virtual] |
Reimplemented from KateHlItem.
Reimplemented in KateHlWordDetect.
Definition at line 183 of file katehighlighthelpers.cpp.
Member Data Documentation
const bool KateHlStringDetect::_inSensitive [protected] |
Definition at line 156 of file katehighlighthelpers.h.
const QString KateHlStringDetect::str [protected] |
Definition at line 154 of file katehighlighthelpers.h.
const int KateHlStringDetect::strLen [protected] |
Definition at line 155 of file katehighlighthelpers.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference