MSAnimObserver Class Reference

class MSAnimObserver

Observer interface for start-up animation events.

None
Since
S60 3.2
Public Member Functions
voidUpdateScreen(const CFbsBitmap &, const CFbsBitmap &)
voidUpdateScreen(const CFbsBitmap &)

Member Functions Documentation

UpdateScreen(const CFbsBitmap &, const CFbsBitmap &)

voidUpdateScreen(const CFbsBitmap &aFrame,
const CFbsBitmap &aMask
)[pure virtual]

Draw an animation frame on the screen with a mask.

Since
S60 3.2

Parameters

const CFbsBitmap & aFrameContains the animation frame to draw on the screen.
const CFbsBitmap & aMaskContains mask for the animation frame to draw on the screen.

UpdateScreen(const CFbsBitmap &)

voidUpdateScreen(const CFbsBitmap &aFrame)[pure virtual]

Draw an animation frame on the screen without a mask.

Since
S60 3.2

Parameters

const CFbsBitmap & aFrameContains the animation frame to draw on the screen.