#include <mw/AknPictographInterface.h>
class CAknPictographInterface : public CBase |
Public Member Functions | |
---|---|
~CAknPictographInterface() | |
MAknPictographDrawer * | Interface() |
IMPORT_C CAknPictographInterface * | NewL(CCoeControl &, MAknPictographAnimatorCallBack &) |
Pictograph interface.
IMPORT_C CAknPictographInterface * | NewL | ( | CCoeControl & | aParent, |
MAknPictographAnimatorCallBack & | aCallBack | |||
) | [static] |
Returns a pictograph interface instance if pictograph feature is supported.
If pictograph feature is not supported, this method returns NULL.
Parameter | Description |
---|---|
aParent | Not used at the moment. Reserved for future use. |
aCallBack | callback for drawing pictograph animations. |