MTextListBoxModel Class Reference

class MTextListBoxModel : public MListBoxModel

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.

Inherits from

Public Member Functions
~MTextListBoxModel()
TPtrC ItemText(TInt)
Private Member Functions
IMPORT_C TAny *MListBoxModel_Reserved()

Constructor & Destructor Documentation

~MTextListBoxModel()

IMPORT_C~MTextListBoxModel()

Destructor

Member Functions 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.

Parameters

TInt aItemIndexIndex specifying an item.

MListBoxModel_Reserved()

IMPORT_C TAny *MListBoxModel_Reserved()[private, virtual]