MMdaImageUtilObserver Class Reference

class MMdaImageUtilObserver

7.0s - Replaced by Image Conversion library - no direct equivalent

This class has been deprecated in 7.0s.

An interface to a set of image conversion utility callback functions.

The class is a mixin and is intended to be inherited by the client classes which observe the image conversion operations. The functions encapsulated by this class are called when the open, create and conversion operations complete.The interface is also used by the bitmap image rotator and the bitmap image re-scaler. A reference to this object is passed as a parameter when constructing image conversion utility, image rotator and image re-scaler objects.

Since
5.0

Member Functions Documentation

MiuoConvertComplete(TInt)

void MiuoConvertComplete ( TInt aError ) [pure virtual]

Defines required client behaviour when a conversion, image rotation or image re-scaling operation has completed.

Parameters

TInt aError A value identifying the status of the operation. KErrNone or one of the system wide error codes.

MiuoCreateComplete(TInt)

void MiuoCreateComplete ( TInt aError ) [pure virtual]

Defines required client behaviour when a create operation has completed.

Parameters

TInt aError A value identifying the status of the create operation. KErrNone or one of the system wide error codes.

MiuoOpenComplete(TInt)

void MiuoOpenComplete ( TInt aError ) [pure virtual]

Defines required client behaviour when an open operation has completed.

Parameters

TInt aError A value identifying the status of the create operation. KErrNone or one of the system wide error codes.