|
|
|
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).
TImageDataBlock -
The abstract base class for all format-specific image data variants.
TGifComment -
GIF specific image data variant which holds GIF comment info.
Defined in TGifComment:
DuplicateL(CFrameImageData &)constTGifComment()Default constructor for this class. iCommentThe comment associated with the GIF image.Inherited from TImageDataBlock:
DataType()constReturns the data type of the current TImageDataBlock object.TImageDataBlock(TUid)Constructs and initialises the TImageDataBlock object to the data type specified...private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
HBufC8 * iComment;
The comment associated with the GIF image.