Public Member Functions | |
| TimedEvent (uint32 reltime, bool immediate=false, bool realtime=true) | |
| virtual void | timed (uint32 evtime) |
| void | queue () |
| void | dequeue () |
| void | set_time () |
| void | stop_timer () |
Protected Member Functions | |
| void | stop () |
| void | repeat (uint32 count=1) |
Protected Attributes | |
| TimeQueue * | tq |
| uint32 | delay |
| uint32 | time |
| sint8 | repeat_count |
| bool | ignore_pause |
| bool | real_time |
| bool | tq_can_delete |
| bool | defunct |