#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() |
Virtual Phonebook interface for contact bookmark collections.
A bookmark collection owns its bookmarks and the destructor will delete all the bookmarks in the array.
| const MVPbkContactBookmark & | At | ( | TInt | aIndex | ) | const [pure virtual] |
Returns a bookmark at given position.
| Parameter | Description |
|---|---|
| aIndex | Position of the bookmark in the collection. |
Returns: A bookmark at given position.
| TInt | Count | ( | ) | const [pure virtual] |
Returns the number of bookmarks in the collections.
Returns: The number of bookmarks in the collections.