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

Public Member Functions | |
| KateHl2CharDetect (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2, QChar ch1, QChar ch2) | |
| KateHl2CharDetect (int attribute, KateHlContextModification context, signed char regionId, signed char regionId2, const QChar *ch) | |
| 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 () | 
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 135 of file katehighlighthelpers.h.
Constructor & Destructor Documentation
| KateHl2CharDetect::KateHl2CharDetect | ( | int | attribute, | 
| KateHlContextModification | context, | ||
| signed char | regionId, | ||
| signed char | regionId2, | ||
| QChar | ch1, | ||
| QChar | ch2 | ||
| ) | 
Definition at line 117 of file katehighlighthelpers.cpp.
| KateHl2CharDetect::KateHl2CharDetect | ( | int | attribute, | 
| KateHlContextModification | context, | ||
| signed char | regionId, | ||
| signed char | regionId2, | ||
| const QChar * | ch | ||
| ) | 
Definition at line 833 of file katehighlighthelpers.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements KateHlItem.
Definition at line 124 of file katehighlighthelpers.cpp.
      
  | 
  virtual | 
Reimplemented from KateHlItem.
Definition at line 132 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-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 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