ImageDecoder

The ImageDecoder class is the abstract base class of all image decoders.

Publicly inherits QObject.

Publicly inherited by GifDecoder.

Public Methods

ImageDecoder( Renderer* renderer );
const QPixmap&pixmap( );
virtual ~ImageDecoder( );

Public Slots

virtual voiddata( const char* bytes, int length );
virtual voidendOfData( );

Protected Data Members

QBitmap_mask;
QPixmap_pixmap;
Renderer*_renderer;

Public Slots Documentation

virtual void data ( const char* bytes, int length );

Process incoming image data. For progressive renderering, don't forget to tell the renderer that it needs to redraw.


Return to Index.
Automatically generated on Aug 11 23:32