#include <timer.h>
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
void VDKTimer::Stop | ( | ) |
Stop the timer
bool VDKTimer::Started | ( | ) | [inline] |
Answers if timer was started or not
VDKReadWriteValueProp<VDKTimer, unsigned int> VDKTimer::TimeTick |
Set/gets timer tick interval