CBitmapAnimDll Class Reference

class CBitmapAnimDll : public CAnimDll

Inherits from

Constructor & Destructor Documentation

CBitmapAnimDll()

CBitmapAnimDll()

Member Functions 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

TInt 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.