CAknSettingStyleListBox 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< CEikSettingsListBox >.


Detailed Description

list_setting_pane and list_big_single_setting_pane

list item string format: "\tFirstLabel\t\tValueText" list item string format: "\tFirstLabel\t0\t" list item string format: "\tFirstLabel\t\tValueText\t*" list item string format: "\tFirstLabel\t\t\t\tSecondLabel" where 0 is an index to icon array


Public Member Functions

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

Constructor & Destructor Documentation

IMPORT_C CAknSettingStyleListBox::CAknSettingStyleListBox  ) 
 

Member Function Documentation

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

From CCoeControl.

Handles pointer events

Reimplemented from CEikSettingsListBox.

IMPORT_C TSize CAknSettingStyleListBox::MinimumSize  )  [virtual]
 

MinimumSize().

Determines size of the listbox for use in dialogs.

Reimplemented from CEikListBox.

IMPORT_C void CAknSettingStyleListBox::SizeChanged  )  [virtual]
 

SizeChanged().

Determines layout of the listbox

Reimplemented from AknListBoxLinesTemplate< CEikSettingsListBox >.


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

Copyright © Nokia Corporation 2001-2008
Back to top