class CContactTemplate : public CContactItem |
A contact item template.
This is a contact item which is used to seed the initial field set for other contact items.
Non-system (i.e. user-defined) templates are implemented by the CContactCardTemplate class. CContactCardTemplate should be used in preference to CContactTemplate.
Public Member Functions | |
---|---|
IMPORT_C CContactTemplate * | NewL() |
IMPORT_C CContactTemplate * | NewL(const CContactItem *) |
IMPORT_C CContactTemplate * | NewLC() |
IMPORT_C CContactTemplate * | NewLC(const CContactItem *) |
IMPORT_C TUid | Type() |
Private Member Functions | |
---|---|
CContactTemplate() |
Inherited Enumerations | |
---|---|
CContactItem:@338 |
IMPORT_C CContactTemplate * | NewL | ( | const CContactItem * | aTemplate | ) | [static] |
const CContactItem * aTemplate |
IMPORT_C CContactTemplate * | NewLC | ( | const CContactItem * | aTemplate | ) | [static] |
const CContactItem * aTemplate |