| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <EventRouter.h>
Definition at line 124 of file EventRouter.h.
Public Member Functions | |
| TimerEntry (unsigned int nxt) | |
| constructors an entry using the given value for next - useful for with TimerEntryPtrCmp | |
| TimerEntry (EventListener *e, unsigned int s, unsigned int d, bool r) | |
| constructs with the given values, sets next field automatically next | |
| TimerEntry (const TimerEntry &t) | |
| just does the default, i'm just being explicit since there's a pointer (no deep copy!) | |
| TimerEntry | operator= (const TimerEntry &t) |
| just does the default, i'm just being explicit since there's a pointer (no deep copy!) | |
| void | Set (unsigned int d, bool r) |
| will reset timer | |
Public Attributes | |
| EventListener * | el |
| the listener to fire at | |
| unsigned int | sid |
| the source id to fire with | |
| unsigned int | delay |
| the delay until firing | |
| unsigned int | next |
| the time at which this timer will go off next | |
| bool | repeat |
| if true, will reset after firing, else will be deleted | |
|
|
constructors an entry using the given value for next - useful for with TimerEntryPtrCmp
Definition at line 126 of file EventRouter.h. |
|
||||||||||||||||||||
|
constructs with the given values, sets next field automatically next
Definition at line 128 of file EventRouter.h. |
Here is the call graph for this function:

|
|
just does the default, i'm just being explicit since there's a pointer (no deep copy!)
Definition at line 130 of file EventRouter.h. |
|
|
just does the default, i'm just being explicit since there's a pointer (no deep copy!)
Definition at line 132 of file EventRouter.h. |
|
||||||||||||
|
will reset timer
Definition at line 136 of file EventRouter.h. References delay, get_time(), next, and repeat. |
Here is the call graph for this function:

|
|
the delay until firing
Definition at line 139 of file EventRouter.h. |
|
|
the listener to fire at
Definition at line 137 of file EventRouter.h. |
|
|
the time at which this timer will go off next
Definition at line 140 of file EventRouter.h. |
|
|
if true, will reset after firing, else will be deleted
Definition at line 141 of file EventRouter.h. |
|
|
the source id to fire with
Definition at line 138 of file EventRouter.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:55:58 2003 by Doxygen 1.3.4 |