MTextListBoxModel Class Reference

#include <mw/eiklbm.h>

class MTextListBoxModel : public MListBoxModel

Inherits from

Public Member Functions
~MTextListBoxModel()
pure virtual TPtrC ItemText(TInt)

Detailed Description

Text list box model interface.

Text list box models provide the text of the items which are drawn by an associated CTextListItemDrawer. This interface is implemented by CTextListBoxModel.

Constructor & Destructor Documentation

~MTextListBoxModel ( )

IMPORT_C~MTextListBoxModel()

Destructor

Member Function Documentation

ItemText ( TInt )

TPtrC ItemText(TIntaItemIndex)const [pure virtual]

Gets the item text for an item by its index. This text, rather than the matcher string, is drawn by CTextListItemDrawers.

ParameterDescription
aItemIndexIndex specifying an item.

Returns: The text for that item.