CAknFormGraphicStyleListBox 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 AknPopupListEmpty< CEikFormattedCellListBox >.

Inherited by CAknFormGraphicWideStyleListBox.


Detailed Description

list_form_graphic_pane Form popup field should use this

list item string format: "1\tShortLabel" list item string format: "\t\tLongLabel"


Public Member Functions

IMPORT_C void  ConstructWithWindowL (const CCoeControl *aParent, TInt aFlags)
IMPORT_C void  SizeChanged ()
  SizeChanged().
IMPORT_C TSize  MinimumSize ()
  MinimumSize().
virtual IMPORT_C void  CreateItemDrawerL ()
  CreateItemDrawerL().
virtual IMPORT_C TInt  AdjustRectHeightToWholeNumberOfItems (TRect &aRect) const
  Listbox rectangle calculation.
IMPORT_C void  HandlePointerEventL (const TPointerEvent &aPointerEvent)
  From CCoeControl Handles pointerevents of popupfield's list.

Member Function Documentation

virtual IMPORT_C TInt CAknFormGraphicStyleListBox::AdjustRectHeightToWholeNumberOfItems TRect &  aRect  )  const [virtual]
 

Listbox rectangle calculation.

Reimplemented from CEikFormattedCellListBox.

IMPORT_C void CAknFormGraphicStyleListBox::ConstructWithWindowL const CCoeControl *  aParent,
TInt  aFlags
 
virtual IMPORT_C void CAknFormGraphicStyleListBox::CreateItemDrawerL  )  [virtual]
 

CreateItemDrawerL().

Chooses which itemdrawer to use.

Reimplemented from CEikFormattedCellListBox.

IMPORT_C void CAknFormGraphicStyleListBox::HandlePointerEventL const TPointerEvent &  aPointerEvent  )  [virtual]
 

From CCoeControl Handles pointerevents of popupfield's list.

Parameters:
aPointerEvent  pointerevent to be handled

Reimplemented from CEikFormattedCellListBox.

Reimplemented in CAknFormGraphicWideStyleListBox.

IMPORT_C TSize CAknFormGraphicStyleListBox::MinimumSize  )  [virtual]
 

MinimumSize().

Determines size of the grid for use in dialogs.

Reimplemented from CEikListBox.

Reimplemented in CAknFormGraphicWideStyleListBox.

IMPORT_C void CAknFormGraphicStyleListBox::SizeChanged  )  [virtual]
 

SizeChanged().

Determines layout of the listbox

Reimplemented from CEikListBox.

Reimplemented in CAknFormGraphicWideStyleListBox.


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

Copyright © Nokia Corporation 2001-2008
Back to top