CVPbkFieldFilter Class Reference
#include
<app/CVPbkFieldFilter.h>
class CVPbkFieldFilter : public CBase |
Nested Classes and Structures
Detailed Description
A filtered and sorted collection of Virtual Phonebook contact fields.
Constructor & Destructor Documentation
Member Function Documentation
FindField ( const MVPbkBaseContactField & )
Finds given field from the set of filtered fields
Parameter | Description | aContactField | Field to search for. |
Returns: Index of the given field, or KErrNotFound if field is not found.
NewL ( const TConfig & )
Creates and returns a new instance of this class.
Parameter | Description | aConfig | Field filtering configuration. |
ResetL ( const TConfig & )
IMPORT_C void | ResetL | ( | const TConfig & | aConfig | ) | |
Reset the contents of this filtered field collection according to a new configuration.
Parameter | Description | aConfig | Filtering configuration to rest to. |
RetrieveField ( const MVPbkContactLink & )