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.
Public Member Functions | |
---|---|
void | MiuoConvertComplete ( TInt ) |
void | MiuoCreateComplete ( TInt ) |
void | MiuoOpenComplete ( TInt ) |
void | MiuoConvertComplete | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when a conversion, image rotation or image re-scaling operation has completed.
TInt aError | A value identifying the status of the operation. KErrNone or one of the system wide error codes. |
void | MiuoCreateComplete | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when a create operation has completed.
TInt aError | A value identifying the status of the create operation. KErrNone or one of the system wide error codes. |
void | MiuoOpenComplete | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when an open operation has completed.
TInt aError | A value identifying the status of the create operation. KErrNone or one of the system wide error codes. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.