#include <mw/bmpansrv.h>
class CBitmapAnimDll : public CAnimDll |
Public Member Functions | |
---|---|
CBitmapAnimDll() | |
virtual CAnim * | CreateInstanceL(TInt) |
CBitmapAnimDll class
Reimplemented from CAnimDll::CreateInstanceL(TInt)
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.
Parameter | Description |
---|---|
aType | Identifies 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. |
Returns: Pointer to a CAnim-derived animation class object.