#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/document/katehighlight.h>
Inheritance diagram for HlKeyword:


Public Member Functions | |
| HlKeyword (int attribute, int context, bool casesensitive, const QChar *deliminator, uint deliLen) | |
| virtual | ~HlKeyword () |
| virtual void | addWord (const QString &) |
| virtual void | addList (const QStringList &) |
| virtual const QChar * | checkHgl (const QChar *, int len, bool) |
| QStringList | getList () |
| virtual bool | startEnable (QChar c) |
Protected Attributes | |
| QStringList | words |
| QDict< bool > | dict |
| bool | _caseSensitive |
| const QChar * | deliminatorChars |
| uint | deliminatorLen |
|
||||||||||||||||||||||||
|
Definition at line 156 of file katehighlight.cpp. References _caseSensitive, deliminatorChars, and deliminatorLen. |
|
|
Definition at line 164 of file katehighlight.cpp. |
|
|
Definition at line 180 of file katehighlight.cpp. References dict, i, QDict< type >::insert(), trueBool, and words. |
|
|
Definition at line 174 of file katehighlight.cpp. References QValueList< T >::append(), dict, QDict< type >::insert(), trueBool, and words. |
|
||||||||||||||||
|
Implements HlItem. Definition at line 187 of file katehighlight.cpp. References deliminatorChars, deliminatorLen, dict, QDict< type >::find(), and ustrchr(). |
|
|
Definition at line 105 of file katehighlight.h. References words. |
|
|
Reimplemented from HlItem. Definition at line 167 of file katehighlight.cpp. References deliminatorChars, deliminatorLen, and ustrchr(). |
|
|
Definition at line 111 of file katehighlight.h. Referenced by HlKeyword(). |
|
|
Definition at line 112 of file katehighlight.h. Referenced by checkHgl(), HlKeyword(), and startEnable(). |
|
|
Definition at line 113 of file katehighlight.h. Referenced by checkHgl(), HlKeyword(), and startEnable(). |
|
|
Definition at line 110 of file katehighlight.h. Referenced by addList(), addWord(), and checkHgl(). |
|
|
Definition at line 109 of file katehighlight.h. |
1.4.2