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

Constructor & Destructor Documentation

TGifComment()

IMPORT_C TGifComment ( )

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.