CBitmapAnimDll Class Reference

#include <mw/bmpansrv.h>

class CBitmapAnimDll : public CAnimDll

Inherits from

Detailed Description

CBitmapAnimDll class

Constructor & Destructor Documentation

CBitmapAnimDll ( )

CBitmapAnimDll()

Member Function Documentation

CreateInstanceL ( TInt )

CAnim *CreateInstanceL(TIntaType)[virtual]

Factory function for animation DLLs.

It must be provided in the derived class.

The parameter can be used to differentiate between multiple animation classes contained in the same animation DLL.

Parameters
aTypeIdentifies an animation class to be constructed. This is the same value as the aType argument of the client side animation constructor RAnim::Construct(). It is passed from the client side by the animation framework.
Return Value
Pointer to a CAnim-derived animation class object.