S60 3rd Edition API Reference: RAknBitmapAnim Class Reference

RAknBitmapAnim Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknbitmapanimation.h>

Detailed Description

Client class for wserv animations based on bitmaps.

Enables a client to package animation data, and send it to the window server for display. Requires the RAnimDll to be already instantiated. Also provides functionality for sending specific messages to configure the animation.


Public Member Functions

 RAknBitmapAnim (RAnimDll &aAnimDll)
 Constructor.
void StartAndKeepLastFrameL ()
 Starts the animation, and displays the last frame when finished.
TInt Stop ()
 Stops the animation.

Constructor & Destructor Documentation

RAknBitmapAnim::RAknBitmapAnim RAnimDll &  aAnimDll  ) 
 

Constructor.

Parameters:
aAnimDll must be already instantiated.

Member Function Documentation

void RAknBitmapAnim::StartAndKeepLastFrameL  ) 
 

Starts the animation, and displays the last frame when finished.

TInt RAknBitmapAnim::Stop  ) 
 

Stops the animation.

Returns:
the error value returned from wserv

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top