katearbitraryhighlight.h
37 KateArbitraryHighlightRange(KateSuperCursor* start, KateSuperCursor* end, TQObject* parent = 0L, const char* name = 0L);
38 KateArbitraryHighlightRange(KateDocument* doc, const KateRange& range, TQObject* parent = 0L, const char* name = 0L);
39 KateArbitraryHighlightRange(KateDocument* doc, const KateTextCursor& start, const KateTextCursor& end, TQObject* parent = 0L, const char* name = 0L);
An arbitrary highlighting interface for Kate.
Definition: katearbitraryhighlight.h:61
The Attribute class incorporates all text decorations supported by Kate.
Definition: kateattribute.h:33
Represents a range of text, from the start() to the end().
Definition: katesupercursor.h:169