8 fTimesToRun = GetInt(
"TimesToRun",2,
false);
14 if(GetIteration() < fTimesToRun) SetRunAgain(
true);
#define REGISTER_MODULE(clazz)
Just sets the flag to rerun the sequence some number of times.
void Init(Diana::QEvent &ev)
Init method gets the number of times to run.
void Do(Diana::QEvent &ev)
Do method does nothing.
void Done()
Done method checks the iteration count and sets rerun.
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...