Home | All Classes | Grouped Classes | Index | Search
Timer signal emitter. More...
Derived from:
CL_KeepAlive
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Construction:
Constructs and registers the timer as a keep alive listener. |
Attributes:
Returns the current time interval. | |
Returns true if the timer is enabled, false otherwise. |
Operations:
Sets a new interval for the timer. | |
Call this function to enable the timer. | |
Call this function to disable the timer. |
Signals:
Signal emitted everytime the interval has elapsed. |
Detailed description:
!group=Core/System! !header=core.h!Use this class to emit a signal as a timer event.