![]() |
University of Murcia, Spain ![]() |
QVImageRetarderWorker< T, C > Class Template Reference |
Public Member Functions | |
QVImageRetarderWorker (QString name, const int defaultRetardedFrames=5, const int minRetardedFrames=0, const int maxRetardedFrames=255) | |
void | iterate () |
Function to be defined in subclasses with processing code. |
Definition at line 35 of file qvimageretarderworker.h.
void QVImageRetarderWorker< T, C >::iterate | ( | ) | [inline, virtual] |
Function to be defined in subclasses with processing code.
This function should contain the code to process data, that will be executed continuously until worker is finished.
Reimplemented from QVWorker.
Definition at line 51 of file qvimageretarderworker.h.