API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eiklbm.h>
Inherits MListBoxModel.
Inherited by CTextListBoxModel.
Text list box models provide the text of the items which are drawn by an associated CTextListItemDrawer. This interface is implemented by CTextListBoxModel.
Public Member Functions |
|
IMPORT_C | ~MTextListBoxModel () |
Destructor. |
|
virtual TPtrC | ItemText (TInt aItemIndex) const =0 |
Gets the item text for an item by its index. |
|
Destructor. |
|
Gets the item text for an item by its index. This text, rather than the matcher string, is drawn by CTextListItemDrawers.
Implemented in CAknGridM, CAknFilteredTextListBoxModel, and CTextListBoxModel. |