class MPbapExporter |
Public Member Functions | |
---|---|
void | CancelExport() |
void | ExportCallHistoryL(const CLogEvent &, TVCardVersion, TUint64) |
void | ExportContactL(TContactItemId, TVCardVersion, TUint64) |
void | ExportEmptyVCardL(TVCardVersion) |
void | ExportListingBeginL() |
void | ExportListingEndL() |
void | ExportListingEntryL(TInt, const TDesC &) |
void | ExportNewMissedCallsL(TInt) |
void | ExportPhonebookSizeL(TInt) |
void | FinaliseExportL() |
void | StartExport() |
void | ExportCallHistoryL | ( | const CLogEvent & | aEvent, |
TVCardVersion | aFormat, | |||
TUint64 | aFilter | |||
) | [pure virtual] |
const CLogEvent & aEvent | |
TVCardVersion aFormat | |
TUint64 aFilter |
void | ExportContactL | ( | TContactItemId | aContactId, |
TVCardVersion | aFormat, | |||
TUint64 | aFilter | |||
) | [pure virtual] |
TContactItemId aContactId | |
TVCardVersion aFormat | |
TUint64 aFilter |
void | ExportEmptyVCardL | ( | TVCardVersion | aFormat | ) | [pure virtual] |
TVCardVersion aFormat |
void | ExportListingEntryL | ( | TInt | aHandle, |
const TDesC & | aName | |||
) | [pure virtual] |