MListBoxAnimBackgroundDrawer Class Reference

class MListBoxAnimBackgroundDrawer

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]

Parameters

CFbsBitGc & aGcBitmapped graphical context to draw to.