MPhCntMatch Class Reference
Public Member Enumerations |
---|
enum | TCliType { ECliEmpty, ECliNumber, ECliName, ECliCompany } |
enum | TNumberType { ENone = 0, EMobileNumber, EStandardNumber, EFaxNumber, EPagerNumber, EVoipNumber, EVideoNumber, EAssistantNumber, ECarNumber, EHomeNumber, EWorkNumber } |
Member Functions Documentation
AllDtmfNumbers()
Returns all dtmf numbers which are found from a single contact Series S60 3.2
BelongsToGroups(const CArrayFix< TContactItemId > &)
Find if contact belong to any contact groups given.
CallImage()
TPtrC
| CallImage | ( | ) | const [pure virtual] |
Call image field from contact.
- Since
- Series 60 3.1
CallText()
TPtrC
| CallText | ( | ) | const [pure virtual] |
Call text field from contact.
- Since
- Series 60 3.1
Cli(HBufC *&)
Parameters
HBufC *& aCliText | CLI is copied here. User must delete after usage. |
CompanyName()
TPtrC
| CompanyName | ( | ) | const [pure virtual] |
Company name field from contact.
FirstName()
TPtrC
| FirstName | ( | ) | const [pure virtual] |
First name field from contact.
HasThumbnailImage()
TBool
| HasThumbnailImage | ( | ) | const [pure virtual] |
Can used to check if contact has a thumbnail image.
- Since
- Series 60 3.1
LastName()
TPtrC
| LastName | ( | ) | const [pure virtual] |
Last name field from contact.
Number()
TPtrC
| Number | ( | ) | const [pure virtual] |
Number field from contact (from matched field).
PersonalRingingTone()
TPtrC
| PersonalRingingTone | ( | ) | const [pure virtual] |
Ringing tone field from contact.
Release()
void | Release | ( | ) | [pure virtual] |
To destroy the item. Must be called when item is not needed any more.
TextToSpeechTextL()
HBufC * | TextToSpeechTextL | ( | ) | const [pure virtual] |
Returns text to speech text for this contact. Used in text to speech ringing tone.
- Since
- Series 60 3.0
Member Enumerations Documentation
Enum TCliType
Enumerates CLI types.
ECliEmpty - not set/found. ECliNumber - phone number from contact. ECliName - name from contact. ECliCompany - company name from contact.
Enumerators
ECliEmpty | |
ECliNumber | |
ECliName | |
ECliCompany | |
Enum TNumberType
Enumerators
ENone = 0 | |
EMobileNumber | |
EStandardNumber | |
EFaxNumber | |
EPagerNumber | |
EVoipNumber | |
EVideoNumber | |
EAssistantNumber | |
ECarNumber | |
EHomeNumber | |
EWorkNumber | |
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.