#include <mw/conarc.h>
Link against: conarc.lib
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
Describes the result of a conversion operation.
Enumerator | Value | Description |
---|---|---|
ESuccess |
Conversion succeeded. | |
EPartialSuccess |
Conversion partially succeeded. | |
EFailure |
Conversion failed. |
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.
Parameters | |
---|---|
aMax | Maximum number of conversion steps. |
aObject | Index that identifies an embedded object when one is being converted. |
IMPORT_C void | Reserved1_Conv_Obs | ( | ) | [virtual] |