#include <mw/eikslb.h>
| class CSettingsListBoxView : public CFormattedCellListBoxView |
| Public Member Functions | |
|---|---|
| CSettingsListBoxView() | |
| virtual IMPORT_C void | Draw(const TRect *) |
| virtual IMPORT_C void | DrawItem(TInt) |
| CSettingsListBoxItemDrawer * | ItemDrawer() |
| Inherited Enumerations | |
|---|---|
| CListBoxView:TCursorMovement | |
| CListBoxView:TFlags | |
| CListBoxView:TSelectionMode | |
| Inherited Type Definitions | |
|---|---|
| CListBoxView::CSelectionIndexArray | |
View class for CEikSettingsListBox
This class is not intended for user derivation.
| IMPORT_C void | Draw | ( | const TRect * | aClipRect = NULL | ) | const [virtual] |
Reimplemented from CFormattedCellListBoxView::Draw(const TRect *)const
Draws all items.
| Parameter | Description |
|---|---|
| aClipRect | Area to draw. |
| IMPORT_C void | DrawItem | ( | TInt | aItemIndex | ) | const [virtual] |
Reimplemented from CListBoxView::DrawItem(TInt)const
Draws specified item.
| Parameter | Description |
|---|---|
| aItemIndex | Item index to draw. |
| CSettingsListBoxItemDrawer * | ItemDrawer | ( | ) | const [inline] |
Reimplemented from CListBoxView::ItemDrawer()const
Returns: pointer to item drawer class.