MAknPictographAnimatorCallBack Class Reference

API published in: S60 2nd Ed FP 2

Link against: aknpictograph.lib

Capability Information

Required Capabilities

None


#include <aknpictographdrawerinterface.h>

Inherited by CEikEdwin::CEikEdwinExtension::TAknEdwinPictographDrawer.


Public Member Functions

virtual void  DrawPictographArea ()=0
  This function is called when a redraw is needed for drawing new frames of animated pictographs.

Member Function Documentation

virtual void MAknPictographAnimatorCallBack::DrawPictographArea  )  [pure virtual]
 

This function is called when a redraw is needed for drawing new frames of animated pictographs.

It should

1) Draw or clear the background of pictographs 2) If the pictographs are amongst text, draw the text 3) Draw the pictographs using MAknPictographDrawer interface

In many cases, it is sufficient to implement this simply by calling CCoeControl::DrawNow for the appropriate control.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top