CFormattedCellGridData Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <eikfrlbd.h>

Inherits CFormattedCellListBoxData.


Detailed Description

CPopupFormattedListBoxData draws list items for grids.

Special feature of this class is the rectangular highlight used in grids.


Public Member Functions

virtual IMPORT_C void  Draw (TListItemProperties aProperties, CWindowGc &aGc, const TDesC *aText, const TRect &aRect, TBool aHighlight, const TColors &aColors) const
  From CFormattedCellListBoxData.

Static Public Member Functions

static IMPORT_C CFormattedCellGridData NewL ()
  Symbian two-phase constructor.

Member Function Documentation

virtual IMPORT_C void CFormattedCellGridData::Draw TListItemProperties  aProperties,
CWindowGc &  aGc,
const TDesC *  aText,
const TRect &  aRect,
TBool  aHighlight,
const TColors &  aColors
const [virtual]
 

From CFormattedCellListBoxData.

This is the only method that needs to be implemented in this class and it draws the whole list item.

Parameters:
aProperties  Properties attached to the list item.
aGc  Graphics Context used for drawing the list item.
aText  A text string describing the list item cells.
aRect  The area of the screen for the whole list item.
aHighlight  Whether the list item is selected.
aColors  The colors used for drawing the item.
static IMPORT_C CFormattedCellGridData* CFormattedCellGridData::NewL  )  [static]
 

Symbian two-phase constructor.

Reimplemented from CFormattedCellListBoxData.


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

Copyright © Nokia Corporation 2001-2008
Back to top