42 #ifndef QMNGHANDLER_P_H 43 #define QMNGHANDLER_P_H 45 #include <QtCore/qscopedpointer.h> 46 #include <QtGui/qimageiohandler.h> 83 #endif // QMNGHANDLER_P_H The QVariant class acts like a union for the most common Qt data types.
virtual bool write(const QImage &image)
Reimplemented Function
QScopedPointer< QMngHandlerPrivate > d_ptr
virtual int currentImageNumber() const
Reimplemented Function
virtual bool jumpToImage(int imageNumber)
Reimplemented Function
#define QT_END_NAMESPACE
This macro expands to.
virtual bool jumpToNextImage()
Reimplemented Function
The QByteArray class provides an array of bytes.
virtual bool read(QImage *image)
Reimplemented Function
virtual int loopCount() const
Reimplemented Function
virtual bool supportsOption(ImageOption option) const
Reimplemented Function
The QScopedPointer class stores a pointer to a dynamically allocated object, and deletes it upon dest...
#define QT_BEGIN_NAMESPACE
This macro expands to.
ImageOption
This enum describes the different options supported by QImageIOHandler.
virtual int nextImageDelay() const
Reimplemented Function
The QImage class provides a hardware-independent image representation that allows direct access to th...
virtual int imageCount() const
Reimplemented Function
The QImageIOHandler class defines the common image I/O interface for all image formats in Qt...
virtual QByteArray name() const
Reimplemented Function
virtual void setOption(ImageOption option, const QVariant &value)
Reimplemented Function
QIODevice * device() const
Returns the device currently assigned to the QImageIOHandler.
virtual QVariant option(ImageOption option) const
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
virtual bool canRead() const
Reimplemented Function
The QIODevice class is the base interface class of all I/O devices in Qt.