API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eiklbm.h>
Inherited by MTextListBoxModel.
This mixin protocol is implemented by all list box models. List box models provide information needed to display the required data in a list box.
Writing derived classes:
This class should be implemented by anything providing data for display in a CEikListBox-derived class. The very basic interface offered by MListBoxModel is usually expanded upon to provide more information for the specialised subclasses of CEikListBox. It is usual when deriving specialised list boxes to subclass the list box class, its view classes and its model together. See also:
Public Member Functions |
|
virtual IMPORT_C | ~MListBoxModel () |
Destructor. |
|
virtual TInt | NumberOfItems () const =0 |
Gets the number of items in the list box. |
|
virtual const MDesCArray * | MatchableTextArray () const =0 |
Gets an array of strings used by the list box for matching user keypresses incrementally. |
|
Destructor. |
|
Gets an array of strings used by the list box for matching user keypresses incrementally.
Implemented in CAknFilteredTextListBoxModel, and CTextListBoxModel. |
|
Gets the number of items in the list box.
Implemented in CAknGridM, CAknFilteredTextListBoxModel, and CTextListBoxModel. |