MTextListBoxModel Class Reference
class MTextListBoxModel : public MListBoxModel |
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 | ( | ) | |
Member Function Documentation
ItemText ( TInt )
TPtrC
| ItemText | ( | TInt | aItemIndex | ) | const [pure virtual] |
Gets the item text for an item by its index. This text, rather than the matcher string, is drawn by CTextListItemDrawers.
Parameter | Description | aItemIndex | Index specifying an item. |
Returns: The text for that item.