MVPbkContactSelector Class Reference

class MVPbkContactSelector

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

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 & aContact The contact to check.