CAknPictographInterface Class Reference

Link against: aknpictograph.lib

Capability Information

Required Capabilities

None


#include <AknPictographInterface.h>

Detailed Description

Pictograph interface.
Dll AknPictograph.lib
Since:
2.6

Public Member Functions

  ~CAknPictographInterface ()
  Destructor.
MAknPictographDrawer Interface () const

Static Public Member Functions

static IMPORT_C CAknPictographInterface NewL (CCoeControl &aParent, MAknPictographAnimatorCallBack &aCallBack)
  Returns a pictograph interface instance if pictograph feature is supported.

Constructor & Destructor Documentation

CAknPictographInterface::~CAknPictographInterface  ) 
 

Destructor.


Member Function Documentation

MAknPictographDrawer * CAknPictographInterface::Interface  )  const [inline]
 
static IMPORT_C CAknPictographInterface* 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:
aParent  Not used at the moment. Reserved for future use.
aCallBack  callback for drawing pictograph animations.

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

Copyright © Nokia Corporation 2001-2007
Back to top