API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eikfrlb.h>
Inherits CListBoxView.
Inherited by CAknSetStyleListBoxView, and CSettingsListBoxView.
CFormattedCellListBoxView
draws all the list items and manages the area of the screen allocated for list itself.
In particular, this class does not handle margins of the whole list.
Public Member Functions |
|
IMPORT_C void | Draw (const TRect *aClipRect=NULL) const |
From CListBoxView . |
|
virtual IMPORT_C void | DrawEmptyList (const TRect &aClientRect) const |
From CListBoxView . |
|
virtual IMPORT_C void | CalcBottomItemIndex () |
From CListBoxView . |
|
From Recalculates the index of the bottom item in the list from the top item index and the size of the display. This function is called by the owning list box control when either the size of the list box or the number of items in its model changes. Reimplemented from CListBoxView. |
|
From Draws every visible item into the specified rectangle.
Reimplemented from CListBoxView. Reimplemented in CSettingsListBoxView. |
|
From Draws empty list.
Reimplemented from CListBoxView. Reimplemented in CAknSetStyleListBoxView. |