Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iEventTimer Struct Reference
A timer. More...
#include <iutil/timer.h>
Inheritance diagram for iEventTimer:

Public Member Functions | |
virtual void | AddTimerEvent (iTimerEvent *ev, csTicks delay)=0 |
Add a timer event to be scheduled later. | |
virtual size_t | GetEventCount () const =0 |
Query the number of events still in the queue. | |
virtual csTicks | GetTimeLeft (size_t idx) const =0 |
Query the number of ticks before the specified event fires. | |
virtual void | RemoveAllTimerEvents ()=0 |
Clear all timer events. | |
virtual void | RemoveTimerEvent (iTimerEvent *ev)=0 |
Remove a timer event. |
Detailed Description
A timer.You can add operations to it and they will be performed at the dedicated time.
Definition at line 45 of file timer.h.
Member Function Documentation
|
Add a timer event to be scheduled later.
Implemented in csEventTimer. |
|
Query the number of events still in the queue.
Implemented in csEventTimer. |
|
Query the number of ticks before the specified event fires.
Implemented in csEventTimer. |
|
Clear all timer events.
Implemented in csEventTimer. |
|
Remove a timer event.
Implemented in csEventTimer. |
The documentation for this struct was generated from the following file:
- iutil/timer.h
Generated for Crystal Space by doxygen 1.4.4