#include <mw/eikslb.h>
class CEikSettingsListBox : public CEikFormattedCellListBox |
Public Member Functions | |
---|---|
CEikSettingsListBox() | |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C CSettingsListBoxItemDrawer * | ItemDrawer() |
virtual IMPORT_C CListBoxView * | MakeViewClassInstanceL() |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | CreateItemDrawerL() |
CSettingsListBoxView * | View() |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikListBox:@131 | |
CEikListBox:TFlags | |
CEikListBox:TReasonForFocusLost | |
CEikListBox:TScrollBarOwnerShip |
IMPORT_C void | CreateItemDrawerL | ( | ) | [protected, virtual] |
Reimplemented from CEikFormattedCellListBox::CreateItemDrawerL()
Creates an item drawer for CEikSettingsListBox.
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikFormattedCellListBox::HandlePointerEventL(const TPointerEvent &)
From CCoeControl.
Handles pointer events.
Parameter | Description |
---|---|
aPointerEvent | The pointer event. |
IMPORT_C CSettingsListBoxItemDrawer * | ItemDrawer | ( | ) | const |
Reimplemented from CEikFormattedCellListBox::ItemDrawer()const
Gets an item drawer of CEikSettingListBox which handles drawing of single list box items and manages their properties.
Returns: Pointer to the item drawer instance.
IMPORT_C CListBoxView * | MakeViewClassInstanceL | ( | ) | [virtual] |
Reimplemented from CEikFormattedCellListBox::MakeViewClassInstanceL()
From CEikListBox.
Creates the list box view. The function is called by ConstructL() to create an instance of the appropriate list box view class for this list box. The returned instance is owned by this object, and does not have to have its second-phase constructor run. This function is called by CreateViewL().
Returns: Pointer to a newly constructed list box view for this object.
CSettingsListBoxView * | View | ( | ) | [protected, inline] |
Gets a list box view class as CSettingsListBoxView.
Returns: Pointer to the list box view class object.