Location:
eiklbm.h
Link against: eikcoctl.lib
MTextListBoxModel
Supported from 6.0
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
.
|
Defined in MTextListBoxModel
:
ItemText()
, ~MTextListBoxModel()
Inherited from MListBoxModel
:
MatchableTextArray()
,
NumberOfItems()
virtual TPtrC ItemText(TInt aItemIndex) const = 0;
Gets the item text for an item by its index. This text, rather than the matcher string, is drawn by CTextListItemDrawer
s.
|
|
virtual ~MTextListBoxModel();
Empty virtual destructor.