ImageProcessor::TProgressInfo Class Reference

#include <imageprocessor/imageprocessorprogressinfo.h>

Link against: imageprocessor.lib

class ImageProcessor::TProgressInfo
Public Member Functions
IMPORT_C TIntCurrentIterationL()
IMPORT_C TAny *Extension(TUid)
IMPORT_C TIntNumberOfIterationsL()

Detailed Description

This class provides functions to read progress information.

Member Function Documentation

CurrentIterationL ( )

IMPORT_C TIntCurrentIterationL()const

Gets the current iteration count.

Return Value
the current iteration value.

Extension ( TUid )

IMPORT_C TAny *Extension(TUidaExtension)const

Gets access to custom extension.

NumberOfIterationsL ( )

IMPORT_C TIntNumberOfIterationsL()const

Gets the total number of iterations expected to complete the task.

Return Value
the total number of expected iterations.