MVPbkContactSelector Class Reference

class MVPbkContactSelector

Virtual Phonebook contact selector interface. This inteface is used to create a contact selector object,

Public Member Functions
TAny *ContactSelectorExtension(TUid)
TBool IsContactIncluded(const MVPbkBaseContact &)
Protected Member Functions
~MVPbkContactSelector()

Constructor & Destructor Documentation

~MVPbkContactSelector()

~MVPbkContactSelector()[protected, inline, virtual]

Member Functions Documentation

ContactSelectorExtension(TUid)

TAny *ContactSelectorExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

IsContactIncluded(const MVPbkBaseContact &)

TBool IsContactIncluded(const MVPbkBaseContact &aContact)[pure virtual]

Returns true if aContact belongs to the set defined by this contact selector.

Parameters

const MVPbkBaseContact & aContactThe contact to check.