29 #include <vdk/vdkobj.h>
43 static int HandleTimerTick(gpointer obj);
58 VDKReadWriteValueProp<VDKTimer, unsigned int>
TimeTick;
79 #ifdef USE_SIGCPLUSPLUS
84 VDKSignal0<void> OnTimerTick;
90 VDKSignal1<void, bool> OnTimerRunning;
void Start()
Definition: timer.cc:79
VDKReadWriteValueProp< VDKTimer, unsigned int > TimeTick
Definition: timer.h:58
VDKTimer(VDKForm *owner, unsigned int tick=1000, bool start=true)
Definition: timer.cc:32
Provides a timer.
Definition: timer.h:40
bool Started()
Definition: timer.h:78
void Stop()
Definition: timer.cc:66
void SetTimeTick(unsigned int t)
Definition: timer.cc:45
virtual ~VDKTimer()
Definition: timer.cc:56