class MPEClientInformation |
Interface to access the client information of a single call.
Public Member Functions | |
---|---|
TBool | AllowMatch () |
TPECallType | CallType () |
const TDesC8 & | ContactLink () |
TBool | EndOtherCalls () |
const TName & | Name () |
const TPEPhoneNumber & | Number () |
void | Reset () |
void | Set (const MPEClientInformation &) |
void | SetAllowMatch ( TBool ) |
void | SetCallType ( TPECallType ) |
void | SetContactLink (const TDesC8 &) |
void | SetEndOtherCalls ( TBool ) |
void | SetName (const TName &) |
void | SetNumber (const TPEPhoneNumber &) |
void | SetShowNumber ( TBool ) |
TBool | ShowNumber () |
const TDesC8 & | ContactLink | ( | ) | const [pure virtual] |
Returns the contact link used for retrieving contact information.
TBool | EndOtherCalls | ( | ) | const [pure virtual] |
Returns a flag indicating if existing calls should be terminated before this one is being attempted.
const TPEPhoneNumber & | Number | ( | ) | const [pure virtual] |
Returns the phone number to be dialed.
void | Set | ( | const MPEClientInformation & | aSource | ) | [pure virtual] |
Sets information from another client information.
const MPEClientInformation & aSource | Client information to set. |
void | SetAllowMatch | ( | TBool | aAllow | ) | [pure virtual] |
Enables or disables contact matching.
TBool aAllow | Flag to enable or disable contact matching. |
void | SetCallType | ( | TPECallType | aType | ) | [pure virtual] |
Sets the type of the call.
TPECallType aType | Type of the call to set. |
void | SetContactLink | ( | const TDesC8 & | aLink | ) | [pure virtual] |
Sets the contact link used for retrieving contact information.
Should be available when dialing from Phonebook.
const TDesC8 & aLink | Contact link to set. |
void | SetEndOtherCalls | ( | TBool | aEndOtherCalls | ) | [pure virtual] |
Flag to indicate if existing calls should be terminated before this one is being attempted.
TBool aEndOtherCalls | Flag to indicate if existing calls should be terminated before this one is being attempted. |
void | SetName | ( | const TName & | aName | ) | [pure virtual] |
Sets the name corresponding the phone number.
Must be defined if showing the phone number is disabled.
const TName & aName | Name corresponding the phone number. |
void | SetNumber | ( | const TPEPhoneNumber & | aNumber | ) | [pure virtual] |
Sets the phone number to be dialed.
const TPEPhoneNumber & aNumber | Phone number to set. |
void | SetShowNumber | ( | TBool | aShow | ) | [pure virtual] |
Shows or hides the phone number that is being dialed.
TBool aShow | Flag to indicate if the phone number being dialed should be shown. |
TBool | ShowNumber | ( | ) | const [pure virtual] |
Returns a flag indicating if the phone number being dialed should be shown.
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.