CListBoxView Class Reference

class CListBoxView : public CBase

List box view.

A list box view displays the list items which are currently visible in a list box. List box views draw each of the items for display using methods defined in their associated list box drawer.

Together with its list item drawer, a CListBoxView encapsulates the on-screen appearance of data in a list box.

List box views also encapsulate item selection, the current item, and the fundamentals of how the selection and the current item are updated according to user input. Input events themselves are handled by CEikListBox, which calls member functions of CListBoxView appropriately.

This class is sufficient for plain list box views, and may be derived from in order to provide more complex list views. TechView supplies and uses the classes CHierarchicalListBoxView and CSnakingListBoxView, which provide two kinds of indented list views.

Inherits from

Public Member Functions
CListBoxView()
~CListBoxView()
IMPORT_C TRgbBackColor()
IMPORT_C TIntBottomItemIndex()
IMPORT_C voidCalcBottomItemIndex()
IMPORT_C voidCalcDataWidth()
IMPORT_C TIntCalcNewTopItemIndexSoItemIsVisible(TInt)
IMPORT_C voidClearSelection()
IMPORT_C voidClearSelectionAnchorAndActiveIndex()
IMPORT_C voidConstructL(MListBoxModel *, CListItemDrawer *, CWsScreenDevice *, RWindowGroup *, RWindow *, const TRect &, TInt)
IMPORT_C TIntCurrentItemIndex()
IMPORT_C TIntDataWidth()
IMPORT_C voidDeselectItem(TInt)
IMPORT_C voidDeselectRangeL(TInt, TInt)
voidDisableVerticalLineDrawing(TBool)
IMPORT_C voidDraw(const TRect *)
IMPORT_C voidDrawEmptyList(const TRect &)
IMPORT_C voidDrawItem(TInt)
IMPORT_C voidDrawMatcherCursor()
const TDesC *EmptyListText()
IMPORT_C voidGetSelectionIndexesL(CSelectionIndexArray *)
IMPORT_C voidHScroll(TInt)
IMPORT_C TIntHScrollOffset()
IMPORT_C voidHideMatcherCursor()
IMPORT_C TBoolIsVisible()
CListItemDrawer *ItemDrawer()
TInt ItemHeight()
IMPORT_C TBoolItemIsPartiallyVisible(TInt)
IMPORT_C TBoolItemIsSelected(TInt)
IMPORT_C TBoolItemIsVisible(TInt)
IMPORT_C TIntItemOffsetInPixels()
IMPORT_C TPointItemPos(TInt)
IMPORT_C TSizeItemSize(TInt)
IMPORT_C TIntMatcherCursorPos()
IMPORT_C voidMoveCursorL(TCursorMovement, TSelectionMode)
IMPORT_C TIntNumberOfItemsThatFitInRect(const TRect &)
IMPORT_C TBoolRedrawDisabled()
IMPORT_C TBoolScrollToMakeItemVisible(TInt)
IMPORT_C voidSelectItemL(TInt)
IMPORT_C const CSelectionIndexArray *SelectionIndexes()
IMPORT_C voidSetAnchor(TInt)
IMPORT_C voidSetBackColor(TRgb)
IMPORT_C voidSetCurrentItemIndex(TInt)
IMPORT_C voidSetDimmed(TBool)
IMPORT_C voidSetDisableRedraw(TBool)
IMPORT_C voidSetEmphasized(TBool)
IMPORT_C voidSetHScrollOffset(TInt)
IMPORT_C voidSetItemHeight(TInt)
IMPORT_C voidSetItemOffsetInPixels(TInt)
IMPORT_C voidSetListEmptyTextL(const TDesC &)
IMPORT_C voidSetMatcherCursor(TBool)
IMPORT_C voidSetMatcherCursorColor(TRgb)
IMPORT_C voidSetMatcherCursorPos(TInt)
IMPORT_C voidSetPaintedSelection(TBool)
voidSetScrolling(TBool)
IMPORT_C voidSetSelectionIndexesL(const CSelectionIndexArray *)
IMPORT_C voidSetTextColor(TRgb)
IMPORT_C voidSetTopItemIndex(TInt)
IMPORT_C voidSetViewRect(const TRect &)
voidSetVisibilityObserver(MListVisibilityObserver *)
IMPORT_C TRgbTextColor()
IMPORT_C voidToggleItemL(TInt)
IMPORT_C TIntTopItemIndex()
IMPORT_C voidUpdateSelectionL(TSelectionMode)
IMPORT_C voidVScrollTo(TInt)
IMPORT_C voidVScrollTo(TInt, TRect &)
IMPORT_C voidVerticalMoveToItemL(TInt, TSelectionMode)
IMPORT_C TRectViewRect()
IMPORT_C TIntVisibleWidth(const TRect &)
IMPORT_C TBoolXYPosToItemIndex(TPoint, TInt &)
Protected Member Functions
voidClearFlags(TInt)
TInt Flags()
IMPORT_C voidSelectRangeL(TInt, TInt)
voidSetFlags(TInt)
Private Member Functions
voidSetItemIndex(TInt)
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
Public Member Enumerations
enumTCursorMovement {
ECursorNextItem, ECursorPreviousItem, ECursorNextColumn, ECursorPreviousColumn, ECursorPreviousPage, ECursorNextPage, ECursorFirstItem, ECursorLastItem, ECursorNextScreen, ECursorPrevScreen
}
enumTFlags {
EAnchorExists = 0x0001, EEmphasized = 0x0002, EDimmed = 0x0004, EHasMatcherCursor = 0x0008, EDisableRedraw = 0x0010, EPaintedSelection = 0x0020, EMarkSelection = 0x0040, EUnmarkSelection = 0x0080, EItemCountModified = 0x0100, EOffsetChanged = 0x0200
}
enumTSelectionMode {
ENoSelection, ESingleSelection, EContiguousSelection, EDisjointSelection, EDisjointMarkSelection, EPenMultiselection, EChangeMarkMode
}
Public Member Type Definitions
typedef CArrayFix< TInt > CSelectionIndexArray
Protected Attributes
TInt iBottomItemIndex
TInt iCurrentItemIndex
TInt iDataWidth
TBool iDisableVerticalLineDrawing
CListBoxViewExtension *iExtension
TInt iFlags
CWindowGc *iGc
RWindowGroup *iGroupWin
TInt iHScrollOffset
CListItemDrawer *iItemDrawer
TInt iItemHeight
HBufC *iListEmptyText
MListBoxModel *iModel
TInt iSpare
TInt iTopItemIndex
TInt iVerticalOffset
TRect iViewRect
RWindow *iWin
Private Attributes
TInt iActiveEndIndex
TInt iAnchorIndex
TRgb iBackColor
TRgb iMatcherCursorColor
TInt iMatcherCursorPos
CSelectionIndexArray *iSelectionIndexes
TRgb iTextColor
MListVisibilityObserver *iVisibilityObserver

Constructor & Destructor Documentation

CListBoxView()

IMPORT_CCListBoxView()

C++ default constructor.

Allocates an area of memory for a CListBoxView, and begins its initialisation.

~CListBoxView()

IMPORT_C~CListBoxView()

Destructor.

Member Functions Documentation

BackColor()

IMPORT_C TRgbBackColor()const

Gets the background colour for this view.

The background colour.

BottomItemIndex()

IMPORT_C TIntBottomItemIndex()const

Gets the index of the item at the bottom of this view.

Index of the item at the bottom of this view.

CalcBottomItemIndex()

IMPORT_C voidCalcBottomItemIndex()[virtual]

Recalculates the index of the bottom item in the list by using the top item index and the size of the display.

This function is called by the owning list box control when either the size of the list box or the number of items in its model changes.

CalcDataWidth()

IMPORT_C voidCalcDataWidth()[virtual]

Recalculates the data width of this list box view from the item width of its list item drawer. This method is called directly by CEikListBox when the list box s size changes or when data is added.

CalcNewTopItemIndexSoItemIsVisible(TInt)

IMPORT_C TIntCalcNewTopItemIndexSoItemIsVisible(TIntaItemIndex)const [virtual]

Calculates which item should be selected in order to make a particular item visible. Calling VScrollTo(CalcNewTopItemIndexSoItemIsVisible(idx)), for example, would make the item whose index is idx visible.

The item to be selected.

Parameters

TInt aItemIndexThe index of the new top item.

ClearFlags(TInt)

voidClearFlags(TIntaMask)[protected, inline]

Clears this view s flags according to a bitmask.

These flags are defined by the nested enum TFlags (below).

Parameters

TInt aMaskFlags to be removed.

ClearSelection()

IMPORT_C voidClearSelection()

Resets the selection state so that there is nothing selected.

panic

EEikPanicListBoxNoSelIndexArray Panics if selection indexes have not been defined for this class.

ClearSelectionAnchorAndActiveIndex()

IMPORT_C voidClearSelectionAnchorAndActiveIndex()

Resets the anchor index, the active end and the EAnchorExists flag.

ConstructL(MListBoxModel *, CListItemDrawer *, CWsScreenDevice *, RWindowGroup *, RWindow *, const TRect &, TInt)

IMPORT_C voidConstructL(MListBoxModel *aListBoxModel,
CListItemDrawer *aItemDrawer,
CWsScreenDevice *aScreen,
RWindowGroup *aGroupWin,
RWindow *aWsWindow,
const TRect &aDisplayArea,
TIntaItemHeight
)[virtual]

By default Symbian 2nd phase constructor is private.

This function completes the initialisation of a default-constructed list box view. The item drawer s graphics context is created on aScreen, and the list item drawer s graphics context is set to this. See CListItemDrawer::SetGc().

Parameters

MListBoxModel * aListBoxModelThe list box model to use.
CListItemDrawer * aItemDrawerA default-constructed item drawer.
CWsScreenDevice * aScreenScreen on which to display.
RWindowGroup * aGroupWinThis list box view s window group.
RWindow * aWsWindowWindow for this view.
const TRect & aDisplayAreaThe viewing rectangle this list box view is to use.
TInt aItemHeightHeight of a single list item.

CurrentItemIndex()

IMPORT_C TIntCurrentItemIndex()const [virtual]

Gets the current item s index.

Index number of the current item.

DataWidth()

IMPORT_C TIntDataWidth()const

Gets the width of the widest item in the list in pixels.

Data width in pixels.

DeselectItem(TInt)

IMPORT_C voidDeselectItem(TIntaItemIndex)

Deselects an item by index.

panic

EEikPanicListBoxNoSelIndexArray Panics if selection indexes have not been defined for this class.

Parameters

TInt aItemIndexItem to deselect.

DeselectRangeL(TInt, TInt)

IMPORT_C voidDeselectRangeL(TIntaItemIndex1,
TIntaItemIndex2
)

Deselects range between given indexes.

Parameters

TInt aItemIndex1First index of selectable range.
TInt aItemIndex2Second index of selectable range.

DisableVerticalLineDrawing(TBool)

voidDisableVerticalLineDrawing(TBoolaDisable)

Disables vertical line drawing.

Parameters

TBool aDisableETrue if disabled.

Draw(const TRect *)

IMPORT_C voidDraw(const TRect *aClipRect = NULL)const [virtual]

Draws every visible item into the specified rectangle.

As implemented in CListBoxView, this function's argument is ignored and the internal viewing rectangle is used. See SetViewRect().

panic

EEikPanicListBoxNoModel Panics if the list box model for this class has not been defined.

Parameters

const TRect * aClipRect = NULLThe rectangle to draw into, this is ignored. Default value is NULL.

DrawEmptyList(const TRect &)

IMPORT_C voidDrawEmptyList(const TRect &aClientRect)const [virtual]

Not implemented.

Parameters

const TRect & aClientRectNot used.

DrawItem(TInt)

IMPORT_C voidDrawItem(TIntaItemIndex)const [virtual]

Draws the specified item via CListBoxDrawer::DrawItem() if it is visible.

Parameters

TInt aItemIndexIndex number of the item to draw.

DrawMatcherCursor()

IMPORT_C voidDrawMatcherCursor()[virtual]

Draws the match cursor in its current screen position if the matcher cursor flag has been set.

This is deprecated and broken and should not be used.

EmptyListText()

const TDesC *EmptyListText()const [inline]

Gets an empty list box text.

Pointer the empty list box text.

Return text currently in the empty list text

Flags()

TInt Flags()const [protected, inline]

Gets this view s flags.

These flags are defined by the nested enum TFlags (below).

List box's flags.

GetSelectionIndexesL(CSelectionIndexArray *)

IMPORT_C voidGetSelectionIndexesL(CSelectionIndexArray *aSelectionArray)const

Gets a copy of the array of currently selected items.

panic

EEikPanicListBoxInvalidSelIndexArraySpecified Panics if the given selection index array is not valid.

panic

EEikPanicListBoxNoSelIndexArray Panics if selection indexes have not been defined for this class.

Parameters

CSelectionIndexArray * aSelectionArrayAn instantiated CSelectionIndexArray. On return, contains a copy of selection indexes.

HScroll(TInt)

IMPORT_C voidHScroll(TIntaHScrollAmount)[virtual]

Scrolls horizontally by the specified number of pixels.

Parameters

TInt aHScrollAmountThe distance to scroll by in pixels. A negative value scrolls to the left, a positive value scrolls to the right.

HScrollOffset()

IMPORT_C TIntHScrollOffset()const

Gets the offset of the visible portion of the data from the left margin in pixels.

The horizontal scroll offset in pixels.

HideMatcherCursor()

IMPORT_C voidHideMatcherCursor()

Hides the matcher cursor.

IsVisible()

IMPORT_C TBoolIsVisible()const

Tests if this view is visible.

ETrue if this view is visible. EFalse if this view is not visible or does not exist.

ItemDrawer()

CListItemDrawer *ItemDrawer()const [inline]

Gets the object used by this list box view to draw its items.

Pointer to the list box item drawer.

ItemHeight()

TInt ItemHeight()const [inline]

Returns item's height. All items have the same height.

ItemIsPartiallyVisible(TInt)

IMPORT_C TBoolItemIsPartiallyVisible(TIntaItemIndex)const

Tests whether an item is partially visible. Note that this returns EFalse also when item is fully visible, i.e. the whole item area is inside the list view rectangle.

ETrue if the item is partially visible, EFalse if it's not visible or fully visible.

Parameters

TInt aItemIndexIndex of item to be tested.

ItemIsSelected(TInt)

IMPORT_C TBoolItemIsSelected(TIntaItemIndex)const

Tests whether an item is selected.

ETrue if the item is selected.

Parameters

TInt aItemIndexIndex of item to test.

ItemIsVisible(TInt)

IMPORT_C TBoolItemIsVisible(TIntaItemIndex)const

Tests whether an item is visible.

ETrue if the item is visible.

Parameters

TInt aItemIndexIndex of item to be tested.

ItemOffsetInPixels()

IMPORT_C TIntItemOffsetInPixels()const

Gets view offset.

ItemPos(TInt)

IMPORT_C TPointItemPos(TIntaItemIndex)const [virtual]

Gets the on-screen position of an item.

Position of the item.

Parameters

TInt aItemIndexIndex of an item.

ItemSize(TInt)

IMPORT_C TSizeItemSize(TIntaItemIndex = 0)const [virtual]

Gets the on-screen size of an item.

As implemented in CListBoxView, all items report the same size. The size returned may be larger than the width of the list box view, but will not be smaller.

Size of the item.

Parameters

TInt aItemIndex = 0Index of an item. Default value is 0.

MatcherCursorPos()

IMPORT_C TIntMatcherCursorPos()const

Gets the match cursor s position.

Character position of the match cursor within the current item s string.

MoveCursorL(TCursorMovement, TSelectionMode)

IMPORT_C voidMoveCursorL(TCursorMovementaCursorMovement,
TSelectionModeaSelectionMode
)[virtual]

Moves the current item cursor in the specified direction. This function is called by CEikListBox in response to user input.

Parameters

TCursorMovement aCursorMovementThe cursor movement to apply.
TSelectionMode aSelectionModeThe selection mode of the calling list box.

NumberOfItemsThatFitInRect(const TRect &)

IMPORT_C TIntNumberOfItemsThatFitInRect(const TRect &aRect)const [virtual]

Gets the number of items that will fit into a given rectangle.

The number of items that will fit into the given rectangle.

Parameters

const TRect & aRectThe rectangle.

RedrawDisabled()

IMPORT_C TBoolRedrawDisabled()const

Tests whether redraw is disabled.

ETrue if redraw is disabled.

ScrollToMakeItemVisible(TInt)

IMPORT_C TBoolScrollToMakeItemVisible(TIntaItemIndex)[virtual]

Scrolls vertically to make a particular item visible.

ETrue if any scrolling was done, EFalse if no scrolling was necessary.

Parameters

TInt aItemIndexThe item to make visible.

SelectItemL(TInt)

IMPORT_C voidSelectItemL(TIntaItemIndex)

Selects an item by index.

This function leaves if memory could not be allocated for an extra item in the array of selected items.

panic

EEikPanicListBoxNoSelIndexArray Panics if selection indexes have not been defined for this class.

Parameters

TInt aItemIndexItem to select.

SelectRangeL(TInt, TInt)

IMPORT_C voidSelectRangeL(TIntaItemIndex1,
TIntaItemIndex2
)[protected]

Selects items between given indexes.

Parameters

TInt aItemIndex1First index of selectable range.
TInt aItemIndex2Second index of selectable range.

SelectionIndexes()

IMPORT_C const CSelectionIndexArray *SelectionIndexes()const

Gets a pointer to the selection list of this view.

Pointer to an array describing the items in the list which are currently selected. The object pointed at is owned by the CListBoxView.

SetAnchor(TInt)

IMPORT_C voidSetAnchor(TIntaItemIndex)

Sets the anchor to the specified item.

Parameters

TInt aItemIndexThe index of the item at which the anchor is set.

SetBackColor(TRgb)

IMPORT_C voidSetBackColor(TRgbaColor)

Sets the background colour.

Parameters

TRgb aColorThe background colour.

SetCurrentItemIndex(TInt)

IMPORT_C voidSetCurrentItemIndex(TIntaItemIndex)

Set the index of the current item. This function changes the current item, but does not redraw the list view or update the selection.

panic

EEikPanicListBoxInvalidCurrentItemIndexSpecified Panics if the given index is not valid.

Parameters

TInt aItemIndexWhich item to make current.

SetDimmed(TBool)

IMPORT_C voidSetDimmed(TBoolaDimmed)

Sets whether items will be drawn dimmed.

The function sets or resets the dim flag.

Parameters

TBool aDimmedIf ETrue, this view will draw items dimmed. If EFalse this view will not draw items dimmed.

SetDisableRedraw(TBool)

IMPORT_C voidSetDisableRedraw(TBoolaDisableRedraw)

Disables or enables redraws.

If this flag is set to ETrue, all member functions which draw items will return immediately without drawing anything. Functions which update the internal state of the list box will still work, but nothing will be drawn or updated on the screen.

Parameters

TBool aDisableRedrawDisables redraw if ETrue.

SetEmphasized(TBool)

IMPORT_C voidSetEmphasized(TBoolaEmphasized)

Sets whether or not items are drawn as emphasised.

The function sets or resets the emphasised flag.

Parameters

TBool aEmphasizedIf ETrue, this view will draw items emphasised. If EFalse will not draw items emphasised.

SetFlags(TInt)

voidSetFlags(TIntaMask)[protected, inline]

Sets this view s flags according to a bitmask.

These flags are defined by the nested enum TFlags (below).

Parameters

TInt aMaskSets new flags for the list box.

SetHScrollOffset(TInt)

IMPORT_C voidSetHScrollOffset(TIntaHorizontalOffset)

Sets the horizontal scroll offset in pixels.

Parameters

TInt aHorizontalOffsetNew value for the horizontal scroll offset, in pixels.

SetItemHeight(TInt)

IMPORT_C voidSetItemHeight(TIntaItemHeight)[virtual]

Sets the item height.

Parameters

TInt aItemHeightNew item height.

SetItemIndex(TInt)

voidSetItemIndex(TIntaItemIndex)[private]

Set item index directly. For CEikListBox.

Parameters

TInt aItemIndexNew item index.

SetItemOffsetInPixels(TInt)

IMPORT_C voidSetItemOffsetInPixels(TIntaOffset)

Sets the offset for view.

Parameters

TInt aOffset

SetListEmptyTextL(const TDesC &)

IMPORT_C voidSetListEmptyTextL(const TDesC &aText)

Sets list box backroung text. This text is visible if the list box has no items.

Parameters

const TDesC & aTextThe text for the empty list box background.

SetMatcherCursor(TBool)

IMPORT_C voidSetMatcherCursor(TBoolaMatcherCursor)

Sets whether the matcher cursor flag to specify whether the match cursor is drawn.

Parameters

TBool aMatcherCursorIf ETrue, the view will draw match cursor.

SetMatcherCursorColor(TRgb)

IMPORT_C voidSetMatcherCursorColor(TRgbaColor)

Sets the match cursor s colour.

Parameters

TRgb aColorColour in which to display the incremental match cursor.

SetMatcherCursorPos(TInt)

IMPORT_C voidSetMatcherCursorPos(TIntaPosWithinCurrentItem)

Sets the match cursor's position.

Parameters

TInt aPosWithinCurrentItemCharacter position for the match cursor within the current item s string.

SetPaintedSelection(TBool)

IMPORT_C voidSetPaintedSelection(TBoolaPaintedSelection)

Sets the painted selection flag.

Parameters

TBool aPaintedSelectionIf ETrue the painted selection flag is set on. If EFalse the selection flag is set off. If NULL the painted selection flag is cleared.

SetScrolling(TBool)

voidSetScrolling(TBoolaIsScrolling)

Sets scrolling state.

Parameters

TBool aIsScrolling

SetSelectionIndexesL(const CSelectionIndexArray *)

IMPORT_C voidSetSelectionIndexesL(const CSelectionIndexArray *aSelectionIndexes)

Sets the currently selected items of this view from a selection index array.

panic

EEikPanicListBoxInvalidSelIndexArraySpecified Panics if the given selection index array is not valid.

Parameters

const CSelectionIndexArray * aSelectionIndexesItems to select.

SetTextColor(TRgb)

IMPORT_C voidSetTextColor(TRgbaColor)

Sets the colour in which to display text.

Parameters

TRgb aColorColour in which to display text.

SetTopItemIndex(TInt)

IMPORT_C voidSetTopItemIndex(TIntaItemIndex)[virtual]

Sets the item at the top of the view by its index in the list of all items. This function also invokes CalcBottomItemIndex().

panic

EEikPanicListBoxInvalidTopItemIndexSpecified Panics if the given index is not valid.

Parameters

TInt aItemIndexIndex of the item to start the view at.

SetViewRect(const TRect &)

IMPORT_C voidSetViewRect(const TRect &aRect)

Sets the area within the list window in which the view can draw itself.

Parameters

const TRect & aRectNew view rectangle.

SetVisibilityObserver(MListVisibilityObserver *)

voidSetVisibilityObserver(MListVisibilityObserver *aObserver)

Sets the visibility observer.

Parameters

MListVisibilityObserver * aObserverNew visibility observer for this control.

TextColor()

IMPORT_C TRgbTextColor()const

Gets the colour in which text is to be displayed.

Current text colour.

ToggleItemL(TInt)

IMPORT_C voidToggleItemL(TIntaItemIndex)

Toggles the selection of an item.

panic

EEikPanicListBoxNoSelIndexArray Panics if selection indexes have not been defined for this class.

Parameters

TInt aItemIndexItem to toggle.

TopItemIndex()

IMPORT_C TIntTopItemIndex()const

Gets the index of the item at the top of the view.

The item currently displayed at the top of this list box view.

UpdateSelectionL(TSelectionMode)

IMPORT_C voidUpdateSelectionL(TSelectionModeaSelectionMode)[virtual]

Updates item selection.

Parameters

TSelectionMode aSelectionModeThe selection mode.

VScrollTo(TInt)

IMPORT_C voidVScrollTo(TIntaNewTopItemIndex)[virtual]

Sets the index of the item to be the top item.

Parameters

TInt aNewTopItemIndexThe item to scroll to.

VScrollTo(TInt, TRect &)

IMPORT_C voidVScrollTo(TIntaNewTopItemIndex,
TRect &aMinRedrawRect
)[virtual]

Sets the index of the item to be the top item.

This two argument version returns the area which needs redrawing via aMinRedrawRect&. This function does not perform the redraw.

Parameters

TInt aNewTopItemIndexThe distance by which to scroll.
TRect & aMinRedrawRectOn return, the minimum rectangle to redraw.

VerticalMoveToItemL(TInt, TSelectionMode)

IMPORT_C voidVerticalMoveToItemL(TIntaTargetItemIndex,
TSelectionModeaSelectionMode
)[virtual]

Moves to the specified item, sets it as the current item and scrolls the display to make the item visible.

Parameters

TInt aTargetItemIndexThe index of the item to which to move.
TSelectionMode aSelectionModeThe selection mode.

ViewRect()

IMPORT_C TRectViewRect()const

Gets the list box s view rectangle.

This list box s view rectangle.

VisibleWidth(const TRect &)

IMPORT_C TIntVisibleWidth(const TRect &aRect)const [virtual]

Gets the visible width of the specified rectangle in pixels. This function is called by CListBoxView itself on its own viewing rectangle.

Visible width of aRect.

Parameters

const TRect & aRectThe rectangle to get the visible width for.

XYPosToItemIndex(TPoint, TInt &)

IMPORT_C TBoolXYPosToItemIndex(TPointaPosition,
TInt &aItemIndex
)const [virtual]

Converts a pixel position into an item index.

The function returns ETrue and sets aItemIndex to the index of the item whose bounding box contains aPosition. Returns EFalse if no such item exists.

ETrue if there was an item at aPosition.

Parameters

TPoint aPositionA position relative to the origin of the list box control.
TInt & aItemIndexIs set to the item at that position.

Member Enumerations Documentation

Enum TCursorMovement

Cursor movement flags. These describe the cursor movements recognised by MoveCursorL().

Enumerators

ECursorNextItem

Cursors movement to next item.

ECursorPreviousItem

Cursors movement to previous item.

ECursorNextColumn

Cursors movement to next column.

ECursorPreviousColumn

Cursors movement to previous column.

ECursorPreviousPage

Cursors movement to previous page.

ECursorNextPage

Cursors movement to next page.

ECursorFirstItem

Cursors movement to the first item.

ECursorLastItem

Cursors movement to the last item.

ECursorNextScreen

Cursors movement to the next screen.

ECursorPrevScreen

Cursors movement to the previous screen.

Enum TFlags

List box view flags.

These flags may be combined with a logical OR to get a combination of effects.

Enumerators

EAnchorExists = 0x0001

A selection anchor exists.

EEmphasized = 0x0002

The view is emphasised.

EDimmed = 0x0004

The view is dimmed.

EHasMatcherCursor = 0x0008

List box view has a cursor for incremental matching.

EDisableRedraw = 0x0010

Redraw is disabled.

EPaintedSelection = 0x0020

If set, selected items are painted.

EMarkSelection = 0x0040

Item marking enabled.

EUnmarkSelection = 0x0080

Item unmarking enabled.

EItemCountModified = 0x0100

Item count changes enabled.

EOffsetChanged = 0x0200

Vertical offset has changed.

Enum TSelectionMode

Modes for modifying the selection.

Changing the current item of a list box view may also affect which items are selected. The selection mode of such an action describes how (or if) the selection is altered by the action.

Each function of CListBoxView which affects the current item is passed an appropriate selection mode by the calling input handler method of CEikListBox. The mode is varied according to the keyboard modifiers held down by the user, or whether a pointer action was a tap or a sweep.

Note that the behaviour of list box views may vary with the target phone due to the wide range of possible input devices. The following description assumes a phone with a pointer and a keyboard.

Enumerators

ENoSelection

The selection is not changed by actions while this is in effect, holding CTRL while pressing cursor up or down for example.

ESingleSelection

Only a single item in the list is allowed to be selected by an action; when selecting individual items with the pointer, or moving using the cursor keys without any modifiers for example.

EContiguousSelection

A single continuous run of items can be added to the selection array by an action, when keyboard-selecting with the shift key held down, or when sweeping a selection with the pointer for example.

EDisjointSelection

Any single item in the list may be added to the selection by an action, when selecting or drag-selecting with the pointer when the CTRL key is held down for example.

EDisjointMarkSelection

Any single item in the list may be removed from the selection by an action, when unselecting for example.

EPenMultiselection

Multiple items can be added to the selection array by an action, when selecting with the edit key for example.

EChangeMarkMode

Mark mode is changed to EUnmarkSelection if item is marked or EMarkSelection if item is not marked by an action, when selecting or unselecting item for example.

Member Type Definitions Documentation

Typedef CSelectionIndexArray

typedef CArrayFix< TInt >CSelectionIndexArray

The items which are selected within a list box list.

Member Data Documentation

TInt iActiveEndIndex

TInt iActiveEndIndex[private]

TInt iAnchorIndex

TInt iAnchorIndex[private]

TRgb iBackColor

TRgb iBackColor[private]

TInt iBottomItemIndex

TInt iBottomItemIndex[protected]

Index of the item at the bottom of the view. This is not necessarily the item at the end of the list.

TInt iCurrentItemIndex

TInt iCurrentItemIndex[protected]

Index of the current item.

TInt iDataWidth

TInt iDataWidth[protected]

Width (in pixels) of the longest item in the model.

TBool iDisableVerticalLineDrawing

TBool iDisableVerticalLineDrawing[protected]

Indicates whether vertical line drawing is disabled.

CListBoxViewExtension * iExtension

CListBoxViewExtension *iExtension[protected]

TInt iFlags

TInt iFlags[protected]

The flags for this list box. These flags are defined by the nested enum TFlags (below).

CWindowGc * iGc

CWindowGc *iGc[protected]

Graphics context for the control.

RWindowGroup * iGroupWin

RWindowGroup *iGroupWin[protected]

The window group of this view.

TInt iHScrollOffset

TInt iHScrollOffset[protected]

Pixel offset of the visible portion of the data from the left margin.

CListItemDrawer * iItemDrawer

CListItemDrawer *iItemDrawer[protected]

This view s item drawer. Not owned.

TInt iItemHeight

TInt iItemHeight[protected]

Height of each item in the list in pixels.

HBufC * iListEmptyText

HBufC *iListEmptyText[protected]

The empty list text.

TRgb iMatcherCursorColor

TRgb iMatcherCursorColor[private]

TInt iMatcherCursorPos

TInt iMatcherCursorPos[private]

MListBoxModel * iModel

MListBoxModel *iModel[protected]

This view s model. Not owned.

CSelectionIndexArray * iSelectionIndexes

CSelectionIndexArray *iSelectionIndexes[private]

TInt iSpare

TInt iSpare[protected]

TRgb iTextColor

TRgb iTextColor[private]

TInt iTopItemIndex

TInt iTopItemIndex[protected]

Index of the item at the top of the view. This is not necessarily the item at the start of the list.

TInt iVerticalOffset

TInt iVerticalOffset[protected]

Current vertical offset of the view in pixels.

TRect iViewRect

TRect iViewRect[protected]

Graphics context for the control.

MListVisibilityObserver * iVisibilityObserver

MListVisibilityObserver *iVisibilityObserver[private]

RWindow * iWin

RWindow *iWin[protected]

This list box view s window.