Qt 4.8
Public Functions | List of all members
QImageIOHandlerFactoryInterface Class Referenceabstract

The QImageIOHandlerFactoryInterface class provides the factory interface for QImageIOPlugin. More...

#include <qimageiohandler.h>

Inheritance diagram for QImageIOHandlerFactoryInterface:
QFactoryInterface QImageIOPlugin QGifPlugin QICOPlugin QJpegPlugin QMngPlugin QSvgPlugin QTgaPlugin QTiffPlugin

Public Functions

virtual QImageIOHandlercreate (QIODevice *device, const QByteArray &format=QByteArray()) const =0
 
- Public Functions inherited from QFactoryInterface
virtual QStringList keys () const =0
 
virtual ~QFactoryInterface ()
 

Detailed Description

The QImageIOHandlerFactoryInterface class provides the factory interface for QImageIOPlugin.

Note
This class or function is reentrant.
Warning
This function is not part of the public interface.
See also
QImageIOPlugin

Definition at line 118 of file qimageiohandler.h.

Functions

◆ create()

virtual QImageIOHandler* QImageIOHandlerFactoryInterface::create ( QIODevice device,
const QByteArray format = QByteArray() 
) const
pure virtual

The documentation for this class was generated from the following file: