S60 3rd Edition API Reference: CApListItemList Class Reference

CApListItemList Class Reference

API published in: S60 1st Ed

Link against: apengine.lib

Capability Information

Required Capabilities

ReadDeviceData ReadUserData WriteDeviceData WriteUserData

Exceptions

none


#include <aplistitemlist.h>

Detailed Description

A list of CApListItem-s pointers; items are owned.

Public Member Functions

IMPORT_C CApListItemList ()
 C++ default constructor.
virtual IMPORT_C ~CApListItemList ()
 Destructor.
IMPORT_C CApListItemItemForUid (TUint32 aUid) const
 Get pointer to the item having aUid, or NULL if no such item is in the list.

Constructor & Destructor Documentation

IMPORT_C CApListItemList::CApListItemList  ) 
 

C++ default constructor.

virtual IMPORT_C CApListItemList::~CApListItemList  )  [virtual]
 

Destructor.

Items in the list are destroyed.


Member Function Documentation

IMPORT_C CApListItem* CApListItemList::ItemForUid TUint32  aUid  )  const
 

Get pointer to the item having aUid, or NULL if no such item is in the list.

Parameters:
aUid Uid of item to get.
Returns:
Pointer to the item having uid aUid, or NULL. Ownership not passed (the list still owns the item).

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

Copyright © Nokia Corporation 2001-2007
Back to top