MColumnListBoxAnimBackgroundDrawer Class Reference

#include <mw/eikclbd.h>

class MColumnListBoxAnimBackgroundDrawer
Public Member Functions
pure virtual TBool DrawHighlightAnimBackground(CFbsBitGc &)

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.

Since
3.0

Member Function Documentation

DrawHighlightAnimBackground ( CFbsBitGc & )

TBool DrawHighlightAnimBackground(CFbsBitGc &aGc)const [pure virtual]

Draws the background under the current highlight.

Should be implemented in the derived class .

ParameterDescription
aGcbitmapped graphics context to be drawn.

Returns: ETrue if Succeeded.