MVPbkContactBookmarkCollection Class Reference

#include <app/MVPbkContactBookmarkCollection.h>

class MVPbkContactBookmarkCollection
Public Member Functions
virtual ~MVPbkContactBookmarkCollection()
pure virtual const MVPbkContactBookmark &At(TInt)
virtual TAny *ContactBookmarkCollectionExtension(TUid)
pure virtual TInt Count()

Detailed Description

Virtual Phonebook interface for contact bookmark collections.

A bookmark collection owns its bookmarks and the destructor will delete all the bookmarks in the array.

Constructor & Destructor Documentation

~MVPbkContactBookmarkCollection ( )

~MVPbkContactBookmarkCollection()[inline, virtual]

Destructor.

Member Function Documentation

At ( TInt )

const MVPbkContactBookmark &At(TIntaIndex)const [pure virtual]

Returns a bookmark at given position.

ParameterDescription
aIndexPosition of the bookmark in the collection.

Returns: A bookmark at given position.

ContactBookmarkCollectionExtension ( TUid )

TAny *ContactBookmarkCollectionExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Returns: Extension object.

Count ( )

TInt Count()const [pure virtual]

Returns the number of bookmarks in the collections.

Returns: The number of bookmarks in the collections.