CMmPBList Class Reference

class CMmPBList : public CMmTsyObjectList

This class provides the means for the Phone object (CMmPhoneTsy class) to keep track of opened phonebooks. When a phonebook object is opened it should be put on the Phone's PBList.

Inherits from

Constructor & Destructor Documentation

CMmPBList()

CMmPBList()[private]

C++ default constructor.

~CMmPBList()

~CMmPBList()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

Class attributes are created in ConstructL

GetMmPBByIndex(const TInt)

CMmPhoneBookStoreTsy *GetMmPBByIndex(const TIntaIndex)[virtual]

Returns the PBStore that has the given index in container

Parameters

const TInt aIndexindex of the PBStore which is to be returned.

NewL(CMmPhoneTsy *)

CMmPBList *NewL(CMmPhoneTsy *aMmPhone)[static]

Two-phased constructor.

Parameters

CMmPhoneTsy * aMmPhone