API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eikslb.h>
Inherits CEikFormattedCellListBox.
Inherited by AknListBoxLinesTemplate< CEikSettingsListBox >.
Creates listbox view and item drawer classes. This class is used throughout AknListBoxLinesTemplate< T >
class. The CEikSettingsListBox
uses CSettingsListBoxView
as a list box view class and a CSettingsListBoxItemDrawer
as an item drawer.
Public Member Functions |
|
IMPORT_C | CEikSettingsListBox () |
C++ default constructor. |
|
IMPORT_C CSettingsListBoxItemDrawer * | ItemDrawer () const |
Gets an item drawer of CEikSettingListBox which handles drawing of single list box items and manages their properties. |
|
IMPORT_C CListBoxView * | MakeViewClassInstanceL () |
From CEikListBox . |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Protected Member Functions |
|
IMPORT_C void | CreateItemDrawerL () |
Creates an item drawer for CEikSettingsListBox . |
|
CSettingsListBoxView * | View () |
Gets a list box view class as CSettingsListBoxView . |
|
C++ default constructor. |
|
Creates an item drawer for Reimplemented from CEikFormattedCellListBox. |
|
From Handles pointer events.
Reimplemented from CEikFormattedCellListBox. Reimplemented in CAknSettingStyleListBox. |
|
Gets an item drawer of
Reimplemented from CEikFormattedCellListBox. |
|
From
Creates the list box view. The function is called by
Reimplemented from CEikFormattedCellListBox. |
|
Gets a list box view class as
|