CAknPictographInterface Class Reference

#include <mw/AknPictographInterface.h>

Link against: AknPictograph.lib

class CAknPictographInterface : public CBase

Inherits from

  • CAknPictographInterface

    Detailed Description

    Pictograph interface.

    Since
    2.6

    Constructor & Destructor Documentation

    ~CAknPictographInterface ( )

    ~CAknPictographInterface()

    Destructor.

    Member Function Documentation

    Interface ( )

    MAknPictographDrawer *Interface()const [inline]

    NewL ( CCoeControl &, MAknPictographAnimatorCallBack & )

    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.

    Since
    2.6
    ParameterDescription
    aParentNot used at the moment. Reserved for future use.
    aCallBackcallback for drawing pictograph animations.