CAknDoubleLargeStyleListBox 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_double_large_pane

list item string format: "1\tFirstLabel\tSecondLabel\t0\t0"

where 0 is an index of small (13x13) icon in icon array and 1 is an index of a thumbnail image

Good thumbnail image sizes for this list are: 30x40, 36x44, 40x30, 40x48, 44x36.


Public Member Functions

IMPORT_C  CAknDoubleLargeStyleListBox ()
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 CAknDoubleLargeStyleListBox::CAknDoubleLargeStyleListBox  ) 
 

Member Function Documentation

virtual IMPORT_C void CAknDoubleLargeStyleListBox::CreateItemDrawerL  )  [virtual]
 

CreateItemDrawerL().

Chooses which itemdrawer to use.

IMPORT_C void CAknDoubleLargeStyleListBox::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

Handles pointer events

IMPORT_C TSize CAknDoubleLargeStyleListBox::MinimumSize  ) 
 

MinimumSize().

Determines size of the listbox for use in dialogs.

IMPORT_C void CAknDoubleLargeStyleListBox::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