Eris
1.3.19
|
Public Member Functions | |
unsigned long | tick (bool idle=false) |
Tick all the timed events registered with the service instance. | |
void | registerEvent (TimedEvent *te) |
void | unregisterEvent (TimedEvent *te) |
Static Public Member Functions | |
static TimedEventService * | instance () |
static void | del () |
Public Attributes | |
sigc::signal< void > | Idle |
Signal emitted when tick is idle. |
unsigned long Eris::TimedEventService::tick | ( | bool | idle = false | ) |
Tick all the timed events registered with the service instance.
The period in milliseconds until the next event is due
References Eris::TimedEvent::expired(), and Idle.