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_C CListBoxNumbers ( CEikTextListBox * aListBox )

Parameters

CEikTextListBox * aListBox

Member Functions Documentation

ConstructL()

IMPORT_C void ConstructL ( )

UpdateL()

IMPORT_C void UpdateL ( )

Member Data Documentation

CEikTextListBox * iListBox

CEikTextListBox * iListBox [private]