CPhoneBookEntry Class Reference
class CPhoneBookEntry : public CBase |
Constructor & Destructor Documentation
CPhoneBookEntry()
CPhoneBookEntry | ( | ) | [private] |
Member Functions Documentation
AddAdditionalNumber(const TDesC &)
IMPORT_C TInt | AddAdditionalNumber | ( | const TDesC & | aAdditionalNumber | ) | |
Parameters
const TDesC & aAdditionalNumber | An additional number to be added to the entries list. |
AddEmailAddress(const TDesC &)
IMPORT_C TInt | AddEmailAddress | ( | const TDesC & | aEmailAddress | ) | |
Parameters
const TDesC & aEmailAddress | An email address to be added to the entries list. |
AddSecondName(const TDesC &)
IMPORT_C TInt | AddSecondName | ( | const TDesC & | aSecondName | ) | |
Parameters
const TDesC & aSecondName | An secondname to be added to the entries list. |
ConstructL()
void | ConstructL | ( | ) | [private] |
Second phase construction
DesSize(TInt &, const TDesC &)
void | DesSize | ( | TInt & | aSize, |
| const TDesC & | aDes |
| ) | const [private] |
Parameters
TInt & aSize | The size to be updated. |
const TDesC & aDes | The descriptor being added. |
ExternalizeToTlvEntry(CPhoneBookBuffer &)
GetAdditionalNumbers()
IMPORT_C const RArray< RBuf > & | GetAdditionalNumbers | ( | ) | const |
GetDiallingNumber()
IMPORT_C const TDesC & | GetDiallingNumber | ( | ) | const |
GetEmailAddresss()
IMPORT_C const RArray< RBuf > & | GetEmailAddresss | ( | ) | const |
GetFirstName()
IMPORT_C const TDesC & | GetFirstName | ( | ) | const |
GetIndex()
IMPORT_C TInt | GetIndex | ( | ) | const |
GetSecondNames()
IMPORT_C const RArray< RBuf > & | GetSecondNames | ( | ) | const |
GetText(TPtrC16 &, CPhoneBookBuffer::TPhBkTagType, CPhoneBookBuffer &)
Helper function
Gets a the next TPtrC16
InternalizeFromTlvEntry(CPhoneBookBuffer &, TBool)
Parameters
CPhoneBookBuffer & aPhoneBookBuffer | The buffer to read from. |
TBool aNewEntryTagRead = EFalse | If the TLV being read has a new entry tag or not. |
Reset()
Resets the object to its initial state.
SetDiallingNumber(const TDesC &)
IMPORT_C TInt | SetDiallingNumber | ( | const TDesC & | aDiallingNumber | ) | |
Parameters
const TDesC & aDiallingNumber | |
SetFirstName(const TDesC &)
IMPORT_C TInt | SetFirstName | ( | const TDesC & | aFirstName | ) | |
Parameters
const TDesC & aFirstName | The firstname to be set. |
SetIndex(TInt)
IMPORT_C void | SetIndex | ( | TInt | aIndex | ) | |
Parameters
TInt aIndex | The index to set. |
TlvLength()
IMPORT_C TInt | TlvLength | ( | ) | const |
operator==(const CPhoneBookEntry &)
Member Data Documentation
RArray< RBuf > iAdditionalNumbers
RBuf
iDiallingNumber
RBuf
| iDiallingNumber | [private] |
RArray< RBuf > iEmailAddresss
RArray< RBuf > iSecondNames
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.