CAknDouble2GraphicLargeGraphicStyleListBox Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <aknlists.h>

Inherits AknListBoxLinesTemplate< T >< CEikFormattedCellListBox >.


Detailed Description

list_double2_graphic_large_graphic_pane

This is similar but not identical to java list CAknDouble2GraphicLargeStyleListBox

list item string format: "0\t1\tFirstLabel\tSecondLabel\t2\t3"

where 0 (mandatory), 2 and 3 (optional) are an index of small icon in icon array and 1 (mandatory) is an index of a thumbnail image


Public Member Functions

IMPORT_C  CAknDouble2GraphicLargeGraphicStyleListBox ()
IMPORT_C void  SizeChanged ()
  SizeChanged().
IMPORT_C TSize  MinimumSize ()
  MinimumSize().
virtual IMPORT_C void  CreateItemDrawerL ()
  CreateItemDrawerL().
IMPORT_C void  HandlePointerEventL (const TPointerEvent &aPointerEvent)
  From CCoeControl.

Constructor & Destructor Documentation

IMPORT_C CAknDouble2GraphicLargeGraphicStyleListBox::CAknDouble2GraphicLargeGraphicStyleListBox  ) 
 

Member Function Documentation

virtual IMPORT_C void CAknDouble2GraphicLargeGraphicStyleListBox::CreateItemDrawerL  )  [virtual]
 

CreateItemDrawerL().

Chooses which itemdrawer to use.

IMPORT_C void CAknDouble2GraphicLargeGraphicStyleListBox::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

Handles pointer events

IMPORT_C TSize CAknDouble2GraphicLargeGraphicStyleListBox::MinimumSize  ) 
 

MinimumSize().

Determines size of the listbox for use in dialogs.

IMPORT_C void CAknDouble2GraphicLargeGraphicStyleListBox::SizeChanged  ) 
 

SizeChanged().

Determines layout of the listbox

Reimplemented from AknListBoxLinesTemplate< T >.


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

Copyright © Nokia Corporation 2001-2008
Back to top