#include <mw/bmpansrv.h>
| class CBitmapAnimDll : public CAnimDll |
| Public Member Functions | |
|---|---|
| CBitmapAnimDll() | |
| virtual CAnim * | CreateInstanceL(TInt) |
CBitmapAnimDll class
| CBitmapAnimDll | ( | ) |
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.
| Parameters | |
|---|---|
| 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. |