#include <mw/conarc.h>
class MConverterUiObserver |
Public Member Enumerations | |
---|---|
enum | TAction { ERetain, ERemove, ERepeat } |
enum | TResult { ESuccess, EPartialSuccess, EFailure } |
Public Member Functions | |
---|---|
pure virtual void | MaxSteps(TInt, TInt) |
pure virtual HBufC * | QueryPasswordL(const TDesC &) |
virtual IMPORT_C void | Reserved1_Conv_Obs() |
pure virtual TInt | Result(TInt, TInt) |
Interface implemented by the client of a conversion operation to observe conversion progress.
See also: CConverterBase2
Gets the maximum number of steps that the conversion operation can take.
The conversion may complete in less than this number of steps (for example if an error occurs or the action is cancelled).
Each step is a call to CConverterBase2::DoConvert(), although during synchronous conversions this is transparent to the client code.
Parameter | Description |
---|---|
aMax | Maximum number of conversion steps. |
aObject | Index that identifies an embedded object when one is being converted. |