CColumnListBoxView Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <eikclb.h>

Inherits CListBoxView.

Inherited by CAknColumnListBoxView.


Public Member Functions

IMPORT_C void  Draw (const TRect *aClipRect=NULL) const
  From CListBoxView Draws every visible item into the specified rectangle.
virtual IMPORT_C void  CalcBottomItemIndex ()
  From CListBoxView Recalculates the index of the bottom item in the list from the top item index and the size of the display.

Member Function Documentation

virtual IMPORT_C void CColumnListBoxView::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.

Reimplemented in CAknColumnListBoxView.

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

From CListBoxView Draws every visible item into the specified rectangle.

As implemented in CListBoxView, this function's argument is ignored and the internal viewing rectangle is used. See SetViewRect().

Parameters:
aClipRect  = NULL The rectangle to draw into, this is ignored

Reimplemented from CListBoxView.

Reimplemented in CSingleHeadingStyleView.


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

Copyright © Nokia Corporation 2001-2008
Back to top