CAknPictographInterface Class Reference

API published in: S60 2nd Ed FP 2

Link against: aknpictograph.lib

Capability Information

Required Capabilities

None


#include <aknpictographinterface.h>

Detailed Description

Pictograph interface.

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.

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 file:

Copyright © Nokia Corporation 2001-2008
Back to top