Source-highlight Library
|
Event concerning an highlighting operation (e.g., formatting, entering a new state, exiting a state, etc.) More...
#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 | |
Event concerning an highlighting operation (e.g., formatting, entering a new state, exiting a state, etc.)