7 #ifndef HIGHLIGHTEVENT_H_
8 #define HIGHLIGHTEVENT_H_
12 struct HighlightToken;
HighlightEventType type
the type of event
Definition: highlightevent.h:31
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
@ ENTERSTATE
entering a new formatting state
Definition: highlightevent.h:23
@ FORMAT
a standard formatting event
Definition: highlightevent.h:21
const HighlightToken & token
the token corresponding to the event
Definition: highlightevent.h:28
HighlightEventType
the type of the event
Definition: highlightevent.h:20
@ FORMATDEFAULT
formatting something as normal
Definition: highlightevent.h:22
Token containing information for performing the highlight.
Definition: highlighttoken.h:33
@ EXITSTATE
exiting a formatting state
Definition: highlightevent.h:24
Event concerning an highlighting operation (e.g., formatting, entering a new state,...
Definition: highlightevent.h:18