|
|
|
Location:
ContacUIReturnData.h
Link against: qcontacui.lib
class CContacuiReturnData : public CBase;
An object to collect information about a contact item. The data that will be stored is the id of the contact, the id of the field, the type of the field (TContactsListBoxFieldType) and the data in the field.
CBase - Base class for all classes to be instantiated on the heapCContacuiReturnData - An object to collect information about a contact itemDefined in CContacuiReturnData:
ContactId(), FieldId(), IsMailable(), IsPhonable(), IsSmsable(), NewL(), NewL(), ReturnedData(), ~CContacuiReturnData()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CContacuiReturnData *NewL(TContactItemId aId, TInt aFieldId, const TPtrC &aData, TContactsListBoxFieldType aType);
Factory method that creates and return a new CContacuiReturnData instance.
|
|
static IMPORT_C CContacuiReturnData *NewL(TContactItemId aId, TInt aFieldId, const TPtrC &aData, const CContentType *aType);
Factory method that creates and return a new CContacuiReturnData instance.
|
|
IMPORT_C TContactItemId ContactId() const;
Method that returns the ID of a contact.
|
IMPORT_C TInt FieldId() const;
Method that returns the ID of the contacts field.
|
IMPORT_C TPtrC ReturnedData() const;
Method that returns the data in the field
|
IMPORT_C TBool IsSmsable() const;
Checks if iDataType is of smsable field type
|
IMPORT_C TBool IsMailable() const;
Checks if iDataType is of email field type
|
IMPORT_C TBool IsPhonable() const;
Checks if iDataType is of phonable field type
|