CFormattedCellListBoxView Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikfrlb.h>

Inherits CListBoxView.

Inherited by CAknSetStyleListBoxView, and CSettingsListBoxView.


Detailed Description

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.

Member Function Documentation

virtual IMPORT_C void CFormattedCellListBoxView::CalcBottomItemIndex  )  [virtual]
 

From CListBoxView.

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.

IMPORT_C void CFormattedCellListBoxView::Draw const TRect *  aClipRect = NULL  )  const [virtual]
 

From CListBoxView.

Draws every visible item into the specified rectangle.

Parameters:
aClipRect  The rectangle to draw into. This is not used.

Reimplemented from CListBoxView.

Reimplemented in CSettingsListBoxView.

virtual IMPORT_C void CFormattedCellListBoxView::DrawEmptyList const TRect &  aClientRect  )  const [virtual]
 

From CListBoxView.

Draws empty list.

Parameters:
aClientRect  The rectangle to draw into.

Reimplemented from CListBoxView.

Reimplemented in CAknSetStyleListBoxView.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top