MBitmapRotatorPlugin Class Reference
class MBitmapRotatorPlugin |
Plugin API for the BitmapTransforms Library bitmap rotation. The CBitmapRotator implementation loads a plugin based on this interface class. Once this has been constructed, calls to method functions of CBitmapRotator are passed verbatim to this interface. For further description of required functionality, see CBitmapRotator.
CBitmapRotator
Constructor & Destructor Documentation
~MBitmapRotatorPlugin()
~MBitmapRotatorPlugin | ( | ) | [inline, virtual] |
Member Functions Documentation
Cancel()
void | Cancel | ( | ) | [pure virtual] |
CustomCommand(TUid, TAny *)
Rotate(TRequestStatus *, CFbsBitmap &, CFbsBitmap &, TRotationAngle)
Parameters
TRequestStatus * aRequestStatus | A pointer to the completion status of the asynchronous operation. |
CFbsBitmap & aSrcBitmap | This bitmap should have been created and be of type EColor16M. |
CFbsBitmap & aTgtBitmap | This bitmap should have been created and be of type EColor16M. |
TRotationAngle aAngle | A member of the enumeration TRotationAngle that specifies the rotation mirror operation. |
Rotate(TRequestStatus *, CFbsBitmap &, TRotationAngle)
Parameters
TRequestStatus * aRequestStatus | A pointer to the completion status of the asynchronous operation. |
CFbsBitmap & aBitmap | A reference to a CFbsBitmap. This bitmap should have been created and is also an output. |
TRotationAngle aAngle | A member of the enumeration TRotationAngle that specifies the rotation mirror operation. |
Member Type Definitions Documentation
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.