![]() |
Diana Software
|
Just sets the flag to rerun the sequence some number of times. More...
Public Member Functions | |
| void | Init (Diana::QEvent &ev) |
| Init method gets the number of times to run. More... | |
| void | Do (Diana::QEvent &ev) |
| Do method does nothing. More... | |
| void | Done () |
| Done method checks the iteration count and sets rerun. More... | |
Private Attributes | |
| unsigned int | fTimesToRun |
Just sets the flag to rerun the sequence some number of times.
module RerunSequence verbosity = info enable = true TimesToRun = 3 endmod
Definition at line 29 of file MRerunSequence.hh.
| void MRerunSequence::Do | ( | Diana::QEvent & | ev | ) |
Do method does nothing.
Definition at line 11 of file MRerunSequence.cc.
| void MRerunSequence::Done | ( | ) |
Done method checks the iteration count and sets rerun.
Definition at line 13 of file MRerunSequence.cc.
| void MRerunSequence::Init | ( | Diana::QEvent & | ev | ) |
Init method gets the number of times to run.
Definition at line 7 of file MRerunSequence.cc.
|
private |
Definition at line 43 of file MRerunSequence.hh.