class CAgnContent : public CBase |
capability
None
Public Member Functions | |
---|---|
CAgnContent() | |
~CAgnContent() | |
IMPORT_C CAgnContent * | CloneL() |
IMPORT_C const TDesC8 & | Content() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C const TDesC8 & | MimeType() |
IMPORT_C void | SetContentL(TDesC8 *, TDesC8 *, CCalContent::TDisposition) |
IMPORT_C CCalContent::TDisposition | Type() |
Protected Member Functions | |
---|---|
CAgnContent(CCalContent::TDisposition) | |
void | SetContent(TDesC8 *) |
void | SetMimeType(TDesC8 *) |
Private Attributes | |
---|---|
TDesC8 * | iContent |
TDesC8 * | iMimeType |
CCalContent::TDisposition | iType |
CAgnContent | ( | CCalContent::TDisposition | aType | ) | [protected] |
CCalContent::TDisposition aType |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
IMPORT_C void | SetContentL | ( | TDesC8 * | aSmallContent, |
TDesC8 * | aContentMIMEType, | |||
CCalContent::TDisposition | aContentDisposition | |||
) |
Takes ownership of aSmallContent and aContentMimeType
TDesC8 * aSmallContent | |
TDesC8 * aContentMIMEType | |
CCalContent::TDisposition aContentDisposition |