|
||
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 &)const
TGifComment()
Default constructor for this class. iComment
The comment associated with the GIF image.Inherited from TImageDataBlock
:
DataType()const
Returns 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.