![]() |
Qt 4.8
|
#include <qmnghandler_p.h>
Public Functions | |
| virtual bool | canRead () const |
| Reimplemented Function More... | |
| virtual int | currentImageNumber () const |
| Reimplemented Function More... | |
| virtual int | imageCount () const |
| Reimplemented Function More... | |
| virtual bool | jumpToImage (int imageNumber) |
| Reimplemented Function More... | |
| virtual bool | jumpToNextImage () |
| Reimplemented Function More... | |
| virtual int | loopCount () const |
| Reimplemented Function More... | |
| virtual QByteArray | name () const |
| Reimplemented Function More... | |
| virtual int | nextImageDelay () const |
| Reimplemented Function More... | |
| virtual QVariant | option (ImageOption option) const |
| Reimplemented Function More... | |
| QMngHandler () | |
| virtual bool | read (QImage *image) |
| Reimplemented Function More... | |
| virtual void | setOption (ImageOption option, const QVariant &value) |
| Reimplemented Function More... | |
| virtual bool | supportsOption (ImageOption option) const |
| Reimplemented Function More... | |
| virtual bool | write (const QImage &image) |
| Reimplemented Function More... | |
| ~QMngHandler () | |
Public Functions inherited from QImageIOHandler | |
| virtual QRect | currentImageRect () const |
| Returns the rect of the current image. More... | |
| QIODevice * | device () const |
| Returns the device currently assigned to the QImageIOHandler. More... | |
| QByteArray | format () const |
| Returns the format that is currently assigned to QImageIOHandler. More... | |
| QImageIOHandler () | |
| Constructs a QImageIOHandler object. More... | |
| void | setDevice (QIODevice *device) |
| Sets the device of the QImageIOHandler to device. More... | |
| void | setFormat (const QByteArray &format) |
| Sets the format of the QImageIOHandler to format. More... | |
| void | setFormat (const QByteArray &format) const |
| Sets the format of the QImageIOHandler to format. More... | |
| virtual | ~QImageIOHandler () |
| Destructs the QImageIOHandler object. More... | |
Static Public Functions | |
| static bool | canRead (QIODevice *device) |
Properties | |
| QScopedPointer< QMngHandlerPrivate > | d_ptr |
Additional Inherited Members | |
Public Types inherited from QImageIOHandler | |
| enum | ImageOption { Size, ClipRect, Description, ScaledClipRect, ScaledSize, CompressionRatio, Gamma, Quality, Name, SubType, IncrementalReading, Endianness, Animation, BackgroundColor, ImageFormat } |
| This enum describes the different options supported by QImageIOHandler. More... | |
Protected Functions inherited from QImageIOHandler | |
| QImageIOHandler (QImageIOHandlerPrivate &dd) | |
| Constructs a QImageIOHandler object, using the private member dd. More... | |
Protected Variables inherited from QImageIOHandler | |
| QScopedPointer< QImageIOHandlerPrivate > | d_ptr |
Definition at line 56 of file qmnghandler_p.h.
| QMngHandler::QMngHandler | ( | ) |
Definition at line 378 of file qmnghandler.cpp.
| QMngHandler::~QMngHandler | ( | ) |
Definition at line 383 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Implements QImageIOHandler.
Definition at line 388 of file qmnghandler.cpp.
Referenced by QMngPlugin::capabilities(), createReadHandlerHelper(), and read().
|
static |
Definition at line 402 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 433 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 440 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 447 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 454 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 461 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 413 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 470 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 477 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Implements QImageIOHandler.
Definition at line 419 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 488 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 496 of file qmnghandler.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QImageIOHandler.
Definition at line 426 of file qmnghandler.cpp.
|
private |
Definition at line 78 of file qmnghandler_p.h.