TGifComment Class Reference

class TGifComment : public TImageDataBlock

GIF specific image data variant which holds GIF comment info.

It can only be used with the GIF decoder (the encoder is not configurable).

Inherits from

Public Member Functions
TGifComment()
Private Member Functions
TImageDataBlock *DuplicateL(CFrameImageData &)
Inherited Functions
TImageDataBlock::DataType()const
TImageDataBlock::TImageDataBlock(TUid)
Public Attributes
HBufC8 *iComment

Constructor & Destructor Documentation

TGifComment()

IMPORT_CTGifComment()

Default constructor for this class.

Member Functions Documentation

DuplicateL(CFrameImageData &)

TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData)const [private, virtual]

Parameters

CFrameImageData & aFrameImageData

Member Data Documentation

HBufC8 * iComment

HBufC8 *iComment

The comment associated with the GIF image.