#include <highlightevent.h>
Public Types | |
enum | HighlightEventType { FORMAT = 0, FORMATDEFAULT, ENTERSTATE, EXITSTATE } |
the type of the event More... | |
Public Member Functions | |
HighlightEvent (const HighlightToken &_token, HighlightEventType _type=FORMAT) | |
Public Attributes | |
const HighlightToken & | token |
the token corresponding to the event | |
HighlightEventType | type |
the type of event |
)