S60 3rd Edition API Reference: MColumnListBoxAnimBackgroundDrawer Class Reference
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: