Go to the source code of this file.
Enumerator |
---|
HIGHEST |
These events should run very fast!
|
DEFAULT |
Default priority used, e.g. the default timer priority.
|
HIGH_IDLE |
Important idle events to be run before processing drawing events.
|
RESIZE |
Resize runs before repaint, so we won't paint twice.
|
REPAINT |
All repaint events should go in here.
|
POST_PAINT |
Everything running directly after painting.
|
DEFAULT_IDLE |
Default idle priority.
|
LOWEST |
Low, very idle cleanup tasks.
|
Definition at line 27 of file task.hxx.