#include <imageprocessor/imageprocessorprogressinfo.h>
| class ImageProcessor::TProgressInfo |
| Public Member Functions | |
|---|---|
| IMPORT_C TInt | CurrentIterationL() |
| IMPORT_C TAny * | Extension(TUid) |
| IMPORT_C TInt | NumberOfIterationsL() |
This class provides functions to read progress information.
| IMPORT_C TInt | CurrentIterationL | ( | ) | const |
Gets the current iteration count.
Returns: the current iteration value.
| IMPORT_C TInt | NumberOfIterationsL | ( | ) | const |
Gets the total number of iterations expected to complete the task.
Returns: the total number of expected iterations.