#include <app/MVPbkContactGroup.h>
class MVPbkContactGroup : public MVPbkStoreContact |
Public Member Functions | |
---|---|
virtual | ~MVPbkContactGroup() |
pure virtual void | AddContactL(const MVPbkContactLink &) |
virtual TAny * | ContactGroupExtension(TUid) |
pure virtual TPtrC | GroupLabel() |
pure virtual MVPbkContactLinkArray * | ItemsContainedLC() |
pure virtual void | RemoveContactL(const MVPbkContactLink &) |
pure virtual void | SetGroupLabelL(const TDesC &) |
An interface for Virtual Phonebook contact groups. This interface can be used to manipulate contact groups.
See also: MVPbkContactStore
void | AddContactL | ( | const MVPbkContactLink & | aContactLink | ) | [pure virtual] |
Adds new contact to this group.
MVPbkContactLinkArray * | ItemsContainedLC | ( | ) | const [pure virtual] |
Returns links to the items in this group.
Returns: Links to the items in this group.
void | RemoveContactL | ( | const MVPbkContactLink & | aContactLink | ) | [pure virtual] |
Removes a contact from this group.
void | SetGroupLabelL | ( | const TDesC & | aLabel | ) | [pure virtual] |
Sets the group label.
Parameter | Description |
---|---|
aLabel | New label to set for the group. |