CAgnContent Class Reference

class CAgnContent : public CBase

capability

None

Inherits from

Constructor & Destructor Documentation

CAgnContent()

IMPORT_CCAgnContent()

CAgnContent(CCalContent::TDisposition)

CAgnContent(CCalContent::TDispositionaType)[protected]

Parameters

CCalContent::TDisposition aType

~CAgnContent()

IMPORT_C~CAgnContent()

Member Functions Documentation

CloneL()

IMPORT_C CAgnContent *CloneL()const

Content()

IMPORT_C const TDesC8 &Content()const

ExternalizeL(RWriteStream &)

IMPORT_C voidExternalizeL(RWriteStream &aStream)const

Parameters

RWriteStream & aStream

InternalizeL(RReadStream &)

IMPORT_C voidInternalizeL(RReadStream &aStream)

Parameters

RReadStream & aStream

MimeType()

IMPORT_C const TDesC8 &MimeType()const

SetContent(TDesC8 *)

voidSetContent(TDesC8 *aContent)[protected]

Parameters

TDesC8 * aContent

SetContentL(TDesC8 *, TDesC8 *, CCalContent::TDisposition)

IMPORT_C voidSetContentL(TDesC8 *aSmallContent,
TDesC8 *aContentMIMEType,
CCalContent::TDispositionaContentDisposition
)

Takes ownership of aSmallContent and aContentMimeType

Parameters

TDesC8 * aSmallContent
TDesC8 * aContentMIMEType
CCalContent::TDisposition aContentDisposition

SetMimeType(TDesC8 *)

voidSetMimeType(TDesC8 *aMimeType)[protected]

Parameters

TDesC8 * aMimeType

Type()

IMPORT_C CCalContent::TDispositionType()const

Member Data Documentation

TDesC8 * iContent

TDesC8 *iContent[private]

TDesC8 * iMimeType

TDesC8 *iMimeType[private]

CCalContent::TDisposition iType

CCalContent::TDisposition iType[private]