Kate
katehighlight.h File Reference
#include "katetextline.h"#include "kateextendedattribute.h"#include "katesyntaxmanager.h"#include <kconfig.h>#include <kactionmenu.h>#include <QtCore/QVector>#include <QtCore/QList>#include <QtCore/QHash>#include <QtCore/QMap>#include <QtCore/QRegExp>#include <QtCore/QObject>#include <QtCore/QStringList>#include <QtCore/QPointer>#include <QtCore/QDate>#include <QtCore/QLinkedList>Go to the source code of this file.
Classes | |
| class | KateEmbeddedHlInfo |
| class | KateHighlighting |
| class | KateHlContextModification |
| describe a modification of the context stack More... | |
Defines | |
| #define | KATE_DYNAMIC_CONTEXTS_RESET_DELAY (30 * 1000) |
| #define | KATE_HL_HOWMANY 1024 |
Typedefs | |
| typedef QMap< QString, KateEmbeddedHlInfo > | KateEmbeddedHlInfos |
| typedef QList < KateHlIncludeRule * > | KateHlIncludeRules |
| typedef QMap < KateHlContextModification *, QString > | KateHlUnresolvedCtxRefs |
Define Documentation
| #define KATE_DYNAMIC_CONTEXTS_RESET_DELAY (30 * 1000) |
Definition at line 54 of file katehighlight.h.
| #define KATE_HL_HOWMANY 1024 |
Definition at line 51 of file katehighlight.h.
Typedef Documentation
| typedef QMap<QString,KateEmbeddedHlInfo> KateEmbeddedHlInfos |
Definition at line 115 of file katehighlight.h.
| typedef QList<KateHlIncludeRule*> KateHlIncludeRules |
Definition at line 114 of file katehighlight.h.
Definition at line 116 of file katehighlight.h.
KDE 4.3 API Reference