Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ImageCodecData.h
Link against: imageconversion.lib

Class TGifComment

class TGifComment : public TImageDataBlock;

Description

GIF specific image data variant which holds GIF comment info.

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

Derivation

Members

Defined in TGifComment:
DuplicateL(), TGifComment(), iComment

Inherited from TImageDataBlock:
DataType()


Construction and destruction


TGifComment()

IMPORT_C TGifComment();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;

Description

Parameters

CFrameImageData &aFrameImageData

Return value

TImageDataBlock *

[Top]


Member data


iComment

HBufC8 * iComment;

Description

The comment associated with the GIF image.