CBitmapFrameData Class Reference
class CBitmapFrameData : public CBase |
Detailed Description
Encapsulates the information required for one frame of an animation.
Each animation frame includes a bitmap that is displayed in a specified position for a specified length of time. You can optionally include a mask that either hides part of the bitmap, or makes part of the bitmap transparent so that the background can be seen.
You will probably need to define several frames for a complete animation. When you have defined the frames you require, use CBitmapAnimClientData to construct the animation itself.
Constructor & Destructor Documentation
~CBitmapFrameData ( )
IMPORT_C | ~CBitmapFrameData | ( | ) | |
Member Function Documentation
Bitmap ( )
BitmapsOwnedExternally ( )
IMPORT_C TBool | BitmapsOwnedExternally | ( | ) | const |
IntervalInMilliSeconds ( )
IMPORT_C TInt | IntervalInMilliSeconds | ( | ) | const |
Mask ( )
NewL ( )
NewL ( CFbsBitmap *, CFbsBitmap * )
NewL ( CFbsBitmap *, CFbsBitmap *, TInt, TPoint )
Position ( )
IMPORT_C TPoint | Position | ( | ) | const |
SetBitmap ( CFbsBitmap * )
SetBitmapsOwnedExternally ( TBool )
IMPORT_C void | SetBitmapsOwnedExternally | ( | TBool | aOwnedExternally | ) | |
SetInterval ( TInt )
IMPORT_C void | SetInterval | ( | TInt | aIntervalInMilliSeconds | ) | |
SetMask ( CFbsBitmap * )
SetPosition ( TPoint )
IMPORT_C void | SetPosition | ( | TPoint | aPosition | ) | |