ImageProcessor::Plugin::MProgressInfo Class Reference

class ImageProcessor::Plugin::MProgressInfo

This class provides functions to read progress information.

The TProgressInfo gets access to a plugin implementation based on this interface class. Once this has been constructed, calls to method functions of TProgressInfo are passed verbatim to this interface. For further description of required functionality, see TProgressInfo.

TProgressInfo

Public Member Functions
TInt CurrentIterationL()
TAny *Extension(TUid)
TInt NumberOfIterationsL()
Private Attributes
TInt iReserved

Member Functions Documentation

CurrentIterationL()

TInt CurrentIterationL()const [pure virtual]

Extension(TUid)

TAny *Extension(TUidaExtension)const [pure virtual]

Parameters

TUid aExtension

NumberOfIterationsL()

TInt NumberOfIterationsL()const [pure virtual]

Member Data Documentation

TInt iReserved

TInt iReserved[private]