|
0.45.0
|
#include <iaEvent.h>
Public Member Functions | |
| void | execute () |
| void | registerEvent (const iaEventPoolDelegate &delegate) |
| void | unregisterEvent (const iaEventPoolDelegate &delegate) |
Static Public Member Functions | |
| static iaEventPool & | getInstance () |
pool of events that need to be triggered in main thread
|
inline |
execute all events in pool
|
inlinestatic |
|
inline |
registers event to pool
| delegate | the delegate representing event and function |
|
inline |
unregisters event from pool
| delegate | the delegate representing event and function |