CAnimationFrame Class Reference

class CAnimationFrame : public CBase

Data format for individual bitmap format animation frames.

Animators and data providers which use the "bitmap" data type use objects of this type to transfer data.

You do not need to instantiate an object of this type unless you are writing a new data provider.

CBitmapAnimator CICLAnimationDataProvider

Inherits from

Nested Classes and Structures

Constructor & Destructor Documentation

CAnimationFrame()

CAnimationFrame ( ) [private, inline]

CAnimationFrame(const CAnimationFrame &)

CAnimationFrame ( const CAnimationFrame & ) [private]

Parameters

const CAnimationFrame &

~CAnimationFrame()

~CAnimationFrame ( ) [virtual]

Destructor.

Member Functions Documentation

Bitmap()

CFbsBitmap * Bitmap ( ) [inline]

Returns the bitmap image for the changed area for this frame

Bitmap()

const CFbsBitmap * Bitmap ( ) const [inline]

Returns the bitmap image for the changed area for this frame

CAnimationFrame_Reserved1()

IMPORT_C void CAnimationFrame_Reserved1 ( ) [protected, virtual]

Reserved for future use

CAnimationFrame_Reserved2()

IMPORT_C void CAnimationFrame_Reserved2 ( ) [protected, virtual]

Reserved for future use

ConstructL()

void ConstructL ( ) [private]

CreateL(const TFrameInfo &)

IMPORT_C void CreateL ( const TFrameInfo & aFrameInfo )

Parameters

const TFrameInfo & aFrameInfo

FrameInfo()

TFrameInfo & FrameInfo ( ) [inline]

Returns information about the frame.

FrameInfo()

const TFrameInfo & FrameInfo ( ) const [inline]

Returns information about the frame.

Mask()

CFbsBitmap * Mask ( ) [inline]

Returns the bitmap mask for the changed area for this frame

Mask()

const CFbsBitmap * Mask ( ) const [inline]

Returns the bitmap mask for the changed area for this frame

NewL()

IMPORT_C CAnimationFrame * NewL ( ) [static]

NewL(const THandles &)

IMPORT_C CAnimationFrame * NewL ( const THandles & aHandles ) [static]

Parameters

const THandles & aHandles

SetHandlesL(const THandles &)

IMPORT_C void SetHandlesL ( const THandles & aHandles )

Sets the contents of the internal bitmaps to those represented by the handles.

GetHandles()

Parameters

const THandles & aHandles A handles object obtained from a call to GetHandles

operator=(const CAnimationFrame &)

CAnimationFrame & operator= ( const CAnimationFrame & ) [private]

Parameters

const CAnimationFrame &

Member Data Documentation

CFbsBitmap * iBitmap

CFbsBitmap * iBitmap [private]

TInt iCAnimationFrame_Reserved

TInt iCAnimationFrame_Reserved [private]

TFrameInfo iFrameInfo

TFrameInfo iFrameInfo [private]

CFbsBitmap * iMask

CFbsBitmap * iMask [private]