CListBoxNumbers Class Reference

class CListBoxNumbers : public CBase

Automatic numbering for list items. (DEPRECATED) Just create this kind of object and attach it to a listbox, and you'll have automatic numbering.

You'll need to call UpdateL() each time you modify the listbox's model!

Inherits from

Constructor & Destructor Documentation

CListBoxNumbers(CEikTextListBox *)

IMPORT_CCListBoxNumbers(CEikTextListBox *aListBox)

Parameters

CEikTextListBox * aListBox

Member Functions Documentation

ConstructL()

IMPORT_C voidConstructL()

UpdateL()

IMPORT_C voidUpdateL()

Member Data Documentation

CEikTextListBox * iListBox

CEikTextListBox *iListBox[private]