csEventTimer Class Reference
This class implements a timer. More...
#include <timer.h>
Inheritance diagram for csEventTimer:

Public Methods | |
virtual void | AddTimerEvent (iTimerEvent *ev, csTicks delay) |
Add a timer event to be scheduled later. | |
virtual void | RemoveTimerEvent (iTimerEvent *ev) |
Remove a timer event. | |
virtual void | RemoveAllTimerEvents () |
Clear all timer events. | |
Static Public Methods | |
csPtr< iEventTimer > | GetStandardTimer (iObjectRegistry *object_reg) |
This is a static method to easily get the standard global timer (name 'crystalspace.timer.standard' in the object registry). |
Detailed Description
This class implements a timer.You can add operations to it and they will be performed at the dedicated time.
Definition at line 37 of file timer.h.
Member Function Documentation
|
Add a timer event to be scheduled later.
Implements iEventTimer. |
|
This is a static method to easily get the standard global timer (name 'crystalspace.timer.standard' in the object registry). If that timer doesn't exist yet it will be created. |
|
Clear all timer events.
Implements iEventTimer. |
|
Remove a timer event.
Implements iEventTimer. |
The documentation for this class was generated from the following file:
- csutil/timer.h
Generated for Crystal Space by doxygen 1.2.18