CSelectionItemList Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <akncheckboxsettingpage.h>

Detailed Description

Array type for holding selection items.

Public Member Functions

IMPORT_C  CSelectionItemList (TInt Granularity)
  Constructor.
IMPORT_C TInt  MdcaCount () const
  From MDesCArray:.
IMPORT_C TPtrC  MdcaPoint (TInt aIndex) const
  Access to item text of the elements in the array.

Constructor & Destructor Documentation

IMPORT_C CSelectionItemList::CSelectionItemList TInt  Granularity  ) 
 

Constructor.


Member Function Documentation

IMPORT_C TInt CSelectionItemList::MdcaCount  )  const
 

From MDesCArray:.

Returns:
number of items in the array
IMPORT_C TPtrC CSelectionItemList::MdcaPoint TInt  aIndex  )  const
 

Access to item text of the elements in the array.

Returns:
item text of aIndex'th element

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

Copyright © Nokia Corporation 2001-2008
Back to top