CAknSingleHeadingStyleListBox 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 >< CAknColumnListBox >.


Detailed Description

list_single_heading_pane

list item string format: "Heading\tTextLabel\t0\t1" where 0 and 1 are indexes to icon array


Public Member Functions

IMPORT_C  CAknSingleHeadingStyleListBox ()
IMPORT_C void  SizeChanged ()
  SizeChanged().
IMPORT_C TSize  MinimumSize ()
  MinimumSize().
IMPORT_C void  HandlePointerEventL (const TPointerEvent &aPointerEvent)
  From CCoeControl.

Protected Member Functions

virtual IMPORT_C void  CreateItemDrawerL ()
  CreateItemDrawerL().
virtual IMPORT_C CListBoxView MakeViewClassInstanceL ()
  MakeViewClassInstanceL().

Constructor & Destructor Documentation

IMPORT_C CAknSingleHeadingStyleListBox::CAknSingleHeadingStyleListBox  ) 
 

Member Function Documentation

virtual IMPORT_C void CAknSingleHeadingStyleListBox::CreateItemDrawerL  )  [protected, virtual]
 

CreateItemDrawerL().

Chooses which itemdrawer to use.

IMPORT_C void CAknSingleHeadingStyleListBox::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

Handles pointer events

virtual IMPORT_C CListBoxView* CAknSingleHeadingStyleListBox::MakeViewClassInstanceL  )  [protected, virtual]
 

MakeViewClassInstanceL().

Chooses which listbox view class to use

IMPORT_C TSize CAknSingleHeadingStyleListBox::MinimumSize  ) 
 

MinimumSize().

Determines size of the listbox for use in dialogs.

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