Kate
#include "katetextline.h"
#include "kateextendedattribute.h"
#include "katesyntaxmanager.h"
#include "spellcheck/prefixstore.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>
Include dependency graph for katehighlight.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KateEmbeddedHlInfo |
class | KateHighlighting |
class | KateHlContextModification |
Macros | |
#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 |
Macro Definition Documentation
#define KATE_DYNAMIC_CONTEXTS_RESET_DELAY (30 * 1000) |
Definition at line 55 of file katehighlight.h.
#define KATE_HL_HOWMANY 1024 |
Definition at line 52 of file katehighlight.h.
Typedef Documentation
typedef QMap<QString,KateEmbeddedHlInfo> KateEmbeddedHlInfos |
Definition at line 116 of file katehighlight.h.
typedef QList<KateHlIncludeRule*> KateHlIncludeRules |
Definition at line 115 of file katehighlight.h.
Definition at line 117 of file katehighlight.h.
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.