CAknPictographInterface Class Reference

class CAknPictographInterface : public CBase

Pictograph interface.

AknPictograph.lib
Since
2.6

Inherits from

Constructor & Destructor Documentation

CAknPictographInterface()

CAknPictographInterface ( ) [private]

C++ default constructor.

~CAknPictographInterface()

~CAknPictographInterface ( )

Destructor.

Member Functions Documentation

ConstructL(MAknPictographAnimatorCallBack &)

void ConstructL ( MAknPictographAnimatorCallBack & aCallBack ) [private]

2nd phase constructor.

Parameters

MAknPictographAnimatorCallBack & aCallBack

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

Parameters

CCoeControl & aParent Not used at the moment. Reserved for future use.
MAknPictographAnimatorCallBack & aCallBack callback for drawing pictograph animations.

Member Data Documentation

MAknPictographDrawer * iInterface

MAknPictographDrawer * iInterface [private]

Pictograph interface instance. Owned.

RLibrary iLib

RLibrary iLib [private]

Handle to the polymorphic pictograph DLL.