QImageIOHandler Class Reference
#include <qimageiohandler.h>
Definition at line 61 of file qimageiohandler.h.
|
enum | ImageOption {
Size,
ClipRect,
Description,
ScaledClipRect,
ScaledSize,
CompressionRatio,
Gamma,
Quality,
Name,
SubType,
IncrementalReading,
Endianness,
Animation,
BackgroundColor,
ImageFormat
} |
|
Enumerator |
---|
Size |
|
ClipRect |
|
Description |
|
ScaledClipRect |
|
ScaledSize |
|
CompressionRatio |
|
Gamma |
|
Quality |
|
Name |
|
SubType |
|
IncrementalReading |
|
Endianness |
|
Animation |
|
BackgroundColor |
|
ImageFormat |
|
Definition at line 81 of file qimageiohandler.h.
virtual bool canRead |
( |
| ) |
const |
|
pure virtual |
virtual bool write |
( |
const QImage & |
image | ) |
|
|
virtual |
virtual bool supportsOption |
( |
ImageOption |
option | ) |
const |
|
virtual |
virtual bool jumpToNextImage |
( |
| ) |
|
|
virtual |
virtual bool jumpToImage |
( |
int |
imageNumber | ) |
|
|
virtual |
virtual int loopCount |
( |
| ) |
const |
|
virtual |
virtual int imageCount |
( |
| ) |
const |
|
virtual |
virtual int nextImageDelay |
( |
| ) |
const |
|
virtual |
virtual int currentImageNumber |
( |
| ) |
const |
|
virtual |
virtual QRect currentImageRect |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: