MColumnListBoxAnimBackgroundDrawer Class Reference

class MColumnListBoxAnimBackgroundDrawer

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
Public Member Functions
TBool DrawHighlightAnimBackground(CFbsBitGc &)

Member Functions Documentation

DrawHighlightAnimBackground(CFbsBitGc &)

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

Draws the background under the current highlight.

Should be implemented in the derived class .

Parameters

CFbsBitGc & aGcbitmapped graphics context to be drawn.