|
||
class MAnimationDataProviderObserver;
Interface from a data provider to an animation
An animation which has a data provider receives information from it via this interface.
You do not need to derive an implementation from this class unless you are writing a new animation type.
Defined in MAnimationDataProviderObserver
:
DataProviderEventL(TInt,TAny *,TInt)
Receives an event from a data provider. MAnimationDataProviderObserver_Reserved1()
Reserved for future use MAnimationDataProviderObserver_Reserved2()
Reserved for future use CAnimationDataProvider
Pure virtual base class for data providers.CAnimation
Pure virtual base class for animations.CAnimator
Pure virtual base class for animators.virtual void DataProviderEventL(TInt aEvent, TAny *aData, TInt aDataSize)=0;
Receives an event from a data provider.
|
protected: IMPORT_C virtual void MAnimationDataProviderObserver_Reserved1();
Reserved for future use
protected: IMPORT_C virtual void MAnimationDataProviderObserver_Reserved2();
Reserved for future use