#include <eventdispatcher.h>
Definition at line 32 of file eventdispatcher.h.
◆ addEvent()
EventPtr EventDispatcher::addEvent |
( |
const std::function< void()> & |
callback, |
|
|
bool |
pushFront = false |
|
) |
| |
◆ cycleEvent()
ScheduledEventPtr EventDispatcher::cycleEvent |
( |
const std::function< void()> & |
callback, |
|
|
int |
delay |
|
) |
| |
◆ poll()
void EventDispatcher::poll |
( |
| ) |
|
◆ scheduleEvent()
ScheduledEventPtr EventDispatcher::scheduleEvent |
( |
const std::function< void()> & |
callback, |
|
|
int |
delay |
|
) |
| |
◆ shutdown()
void EventDispatcher::shutdown |
( |
| ) |
|
The documentation for this class was generated from the following files: