![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
CBase |
Abstract: CBase behaviour |
CContactItem |
Abstract: Contains the details for a single contact. |
cntitem.h
cntmodel.lib
A concrete class derived from CContactItem. It implements the pure virtual Type() function. Contact cards may be constructed using a template.
static CContactCard* NewL();
static CContactCard* NewLC();
Use these functions to allocate and construct a new contact card.
If the new contact card is successfully constructed, NewLC() leaves it on the cleanup stack.
CContactCard* |
Pointer to the newly created contact card. |
static CContactCard* NewL(const CContactItem *aTemplate);
static CContactCard* NewLC(const CContactItem *aTemplate);
Creates a new CContactCard whose field set is seeded from the specified template.
If the new contact card is successfully constructed, NewLC() leaves it on the cleanup stack.
const CContactItem *aTemplate |
The template to use. |
CContactCard* |
Pointer to the newly created contact card. |
TUid Type() const;
Implements the pure virtual function inherited from the base class CContactItem. Returns KUidContactCard.
TUid |
KUidContactCard. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |