Kate
katehighlight.h File Reference
#include "katetextline.h"
#include "kateattribute.h"
#include "../interfaces/document.h"
#include <kconfig.h>
#include <qptrlist.h>
#include <qvaluelist.h>
#include <qvaluevector.h>
#include <qregexp.h>
#include <qdict.h>
#include <qintdict.h>
#include <qmap.h>
#include <qobject.h>
#include <qstringlist.h>
#include <qguardedptr.h>
#include <qdatetime.h>
#include <qpopupmenu.h>
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 | KateHighlighting |
class | KateHlData |
class | KateHlItemData |
class | KateHlManager |
class | KateViewHighlightAction |
Typedefs | |
typedef QValueList< int > | IntList |
typedef QPtrList< KateAttribute > | KateAttributeList |
typedef QMap< QString, KateEmbeddedHlInfo > | KateEmbeddedHlInfos |
typedef QPtrList< KateHlData > | KateHlDataList |
typedef QValueList < KateHlIncludeRule * > | KateHlIncludeRules |
typedef QPtrList< KateHlItemData > | KateHlItemDataList |
typedef QMap< int *, QString > | KateHlUnresolvedCtxRefs |
Typedef Documentation
typedef QValueList<int> IntList |
Definition at line 62 of file katehighlight.h.
typedef QPtrList<KateAttribute> KateAttributeList |
Definition at line 53 of file katehighlight.h.
typedef QMap<QString,KateEmbeddedHlInfo> KateEmbeddedHlInfos |
Definition at line 60 of file katehighlight.h.
typedef QPtrList<KateHlData> KateHlDataList |
Definition at line 59 of file katehighlight.h.
typedef QValueList<KateHlIncludeRule*> KateHlIncludeRules |
Definition at line 57 of file katehighlight.h.
typedef QPtrList<KateHlItemData> KateHlItemDataList |
Definition at line 58 of file katehighlight.h.
typedef QMap<int*,QString> KateHlUnresolvedCtxRefs |
Definition at line 61 of file katehighlight.h.