#include <mw/ApListItemList.h>
class CApListItemList : public CArrayPtrFlat< CApListItem > |
Public Member Functions | |
---|---|
CApListItemList() | |
virtual | ~CApListItemList() |
IMPORT_C CApListItem * | ItemForUid(TUint32) |
A list of CApListItem-s pointers; items are owned.
IMPORT_C | ~CApListItemList | ( | ) | [virtual] |
Destructor. Items in the list are destroyed.
IMPORT_C CApListItem * | ItemForUid | ( | TUint32 | aUid | ) | const |
Get pointer to the item having aUid, or NULL if no such item is in the list. Deprecated
Parameter | Description |
---|---|
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).