Kate
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) | 
  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 () | 
Protected Attributes | |
| const bool | _inSensitive | 
| const QString | str | 
| const int | strLen | 
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 | 
Detailed Description
Definition at line 149 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
      
  | 
  virtual | 
Implements KateHlItem.
Reimplemented in KateHlWordDetect.
Definition at line 158 of file katehighlighthelpers.cpp.
      
  | 
  virtual | 
Reimplemented from KateHlItem.
Reimplemented in KateHlWordDetect.
Definition at line 183 of file katehighlighthelpers.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 160 of file katehighlighthelpers.h.
      
  | 
  protected | 
Definition at line 158 of file katehighlighthelpers.h.
      
  | 
  protected | 
Definition at line 159 of file katehighlighthelpers.h.
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.
    KDE API Reference
 Public Member Functions inherited from