MColumnListBoxAnimBackgroundDrawer Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikclbd.h>

Detailed Description

A callback interface for overriding highlight animation input layer preparation in derived classes.

Usually drawing the background under the highlight rect will yield the right kind of result. The size of the render target is equal to item cell size.


Public Member Functions

virtual TBool  DrawHighlightAnimBackground (CFbsBitGc &aGc) const =0
  Draws the background under the current highlight.

Member Function Documentation

virtual TBool MColumnListBoxAnimBackgroundDrawer::DrawHighlightAnimBackground CFbsBitGc &  aGc  )  const [pure virtual]
 

Draws the background under the current highlight.

Should be implemented in the derived class .

Parameters:
aGc  bitmapped graphics context to be drawn.
Returns:
ETrue if Succeeded.

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

Copyright © Nokia Corporation 2001-2008
Back to top