#include <app/Pbk2FieldPropertiesFactory.h>
| class Pbk2FieldPropertiesFactory |
| Public Member Functions | |
|---|---|
| IMPORT_C MPbk2FieldPropertyArray * | CreateL(const MVPbkFieldTypeList &, RFs *) |
| IMPORT_C MPbk2FieldPropertyArray * | CreateLC(const MVPbkFieldTypeList &, RFs *) |
Phonebook 2 field properties factory. Pbk2FieldPropertiesFactory is responsible for creating field property arrays.
See also: MPbk2FieldPropertyArray
| IMPORT_C MPbk2FieldPropertyArray * | CreateL | ( | const MVPbkFieldTypeList & | aSupportedFieldTypeList, |
| RFs * | aRFs = NULL | |||
| ) | [static] | |||
Creates a new field property array.
| Parameter | Description |
|---|---|
| aSupportedFieldTypeList | A list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded. |
| aRFs | A file system session reference for reading resources. If NULL then own session is created. |
Returns: Field property array.
| IMPORT_C MPbk2FieldPropertyArray * | CreateLC | ( | const MVPbkFieldTypeList & | aSupportedFieldTypeList, |
| RFs * | aRFs = NULL | |||
| ) | [static] | |||
Creates a new field property array.
| Parameter | Description |
|---|---|
| aSupportedFieldTypeList | A list of Virtual Phonebook field types. Pass the master field type list to have all the properties loaded. |
| aRFs | A file system session reference for reading resources. If NULL then own session is created. |
Returns: Field property array.