|
vdk 2.4.0
|
Provides a timer. More...
#include <timer.h>
Provides a timer.
| VDKTimer::VDKTimer | ( | VDKForm * | owner, |
| unsigned int | tick = 1000, |
||
| bool | start = true |
||
| ) |
Constructor
| owner | |
| tick | timer interval |
| start | if true starts at creation |
| VDKTimer::~VDKTimer | ( | ) | [virtual] |
Destructor
| void VDKTimer::SetTimeTick | ( | unsigned int | t | ) |
Set/gets timer tick interval
| void VDKTimer::Start | ( | ) |
Explicitely starts the timer
| bool VDKTimer::Started | ( | ) | [inline] |
Answers if timer was started or not
| void VDKTimer::Stop | ( | ) |
Stop the timer
| VDKReadWriteValueProp<VDKTimer, unsigned int> VDKTimer::TimeTick |
Set/gets timer tick interval
1.7.6.1