| class ImageProcessor::TProgressInfo |
This class provides functions to read progress information.
| Public Member Functions | |
|---|---|
| IMPORT_C TInt | CurrentIterationL() |
| IMPORT_C TAny * | Extension(TUid) |
| IMPORT_C TInt | NumberOfIterationsL() |
| Private Member Functions | |
|---|---|
| TProgressInfo(Plugin::MProgressInfo &, CImageProcessorImpl &) | |
| Private Attributes | |
|---|---|
| CImageProcessorImpl & | iImageProcessorImpl |
| Plugin::MProgressInfo & | iProgressInfoImpl |
| TInt | iReserved |
| TProgressInfo | ( | Plugin::MProgressInfo & | aProgressInfoImpl, |
| CImageProcessorImpl & | aImageProcessorImpl | ||
| ) | [private] | ||
| Plugin::MProgressInfo & aProgressInfoImpl | |
| CImageProcessorImpl & aImageProcessorImpl |
| IMPORT_C TInt | CurrentIterationL | ( | ) | const |
Gets the current iteration count.
the current iteration value.
| IMPORT_C TAny * | Extension | ( | TUid | aExtension | ) | const |
Gets access to custom extension.
| TUid aExtension |
| IMPORT_C TInt | NumberOfIterationsL | ( | ) | const |
Gets the total number of iterations expected to complete the task.
the total number of expected iterations.