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:@64 |
IMPORT_C CContactTemplate * | NewL | ( | ) | [static] |
Allocates and constructs a new default system template.
IMPORT_C CContactTemplate * | NewL | ( | const CContactItem * | aTemplate | ) | [static] |
Allocates and constructs a new system template seeded from another one.
const CContactItem * aTemplate | The contact template to copy. |
IMPORT_C CContactTemplate * | NewLC | ( | ) | [static] |
Allocates and constructs a new default system template.
IMPORT_C CContactTemplate * | NewLC | ( | const CContactItem * | aTemplate | ) | [static] |
Allocates and constructs a new system template seeded from another one.
const CContactItem * aTemplate | The contact template to copy. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.