CListBoxNumbers Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikcore.lib

Capability Information

Required Capabilities

None


#include <aknutils.h>

Detailed Description

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!


Public Member Functions

IMPORT_C  CListBoxNumbers (CEikTextListBox *aListBox)
IMPORT_C void  ConstructL ()
IMPORT_C void  UpdateL ()

Constructor & Destructor Documentation

IMPORT_C CListBoxNumbers::CListBoxNumbers CEikTextListBox aListBox  ) 
 

Member Function Documentation

IMPORT_C void CListBoxNumbers::ConstructL  ) 
 
IMPORT_C void CListBoxNumbers::UpdateL  ) 
 

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top