CVPbkFilteredContactView Class Reference
#include
<app/CVPbkFilteredContactView.h>
class CVPbkFilteredContactView : public CBase |
Detailed Description
Virtual Phonebook filtered contact view. This class can be used for filtering an existing view. A client gives the view for filtering and also a contact selector that is used to select contacts from the given view.
Constructor & Destructor Documentation
~CVPbkFilteredContactView ( )
~CVPbkFilteredContactView | ( | ) | |
Member Function Documentation
AddObserverL ( MVPbkContactViewObserver & )
ChangeSortOrderL ( const MVPbkFieldTypeList & )
ContactCountL ( )
TInt
| ContactCountL | ( | ) | const [protected] |
CreateBookmarkLC ( TInt )
IndexOfBookmarkL ( const MVPbkContactBookmark & )
IndexOfLinkL ( const MVPbkContactLink & )
MatchContactStore ( const TDesC & )
TBool
| MatchContactStore | ( | const TDesC & | aContactStoreUri | ) | const [protected] |
MatchContactStoreDomain ( const TDesC & )
TBool
| MatchContactStoreDomain | ( | const TDesC & | aContactStoreDomain | ) | const [protected] |
NewL ( MVPbkContactViewBase &, MVPbkContactViewObserver &, MVPbkContactSelector & )
Two-phase constructor. NOTE: Does not support find functionality.
Parameter | Description | aBaseView | The view to filter. |
aObserver | an observer that is notified when this view is ready for use. |
aContactSelector | A contact selector for selecting contacts to the view. |
Returns: A new instance of this class
NewL ( MVPbkContactViewBase &, MVPbkContactViewObserver &, MVPbkContactSelector &, const MVPbkFieldTypeList & )
Two-phase constructor. Note: Supports find functionality.
Parameter | Description | aBaseView | The view to filter. |
aObserver | an observer that is notified when this view is ready for use. |
aContactSelector | A contact selector for selecting contacts to the view. |
aMasterFieldTypeList | Field type list |
Returns: A new instance of this class
RefreshL ( )
void | RefreshL | ( | ) | [protected] |
RemoveObserver ( MVPbkContactViewObserver & )