QImageIOHandler

Binding for C++ class QImageIOHandler.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Transformations
alias Transformations = QFlags!(Transformation)
Undocumented in source.

Enums

ImageOption
enum ImageOption
Undocumented in source.
Transformation
enum Transformation
Undocumented in source.

Functions

canRead
bool canRead()
Undocumented in source.
currentImageNumber
int currentImageNumber()
Undocumented in source.
currentImageRect
QRect currentImageRect()
Undocumented in source.
device
QIODevice device()
Undocumented in source.
format
QByteArray format()
Undocumented in source.
imageCount
int imageCount()
Undocumented in source.
jumpToImage
bool jumpToImage(int imageNumber)
Undocumented in source.
jumpToNextImage
bool jumpToNextImage()
Undocumented in source.
loopCount
int loopCount()
Undocumented in source.
nextImageDelay
int nextImageDelay()
Undocumented in source.
option
QVariant option(ImageOption option)
Undocumented in source.
read
bool read(QImage* image)
Undocumented in source.
setDevice
void setDevice(QIODevice device)
Undocumented in source.
setFormat
void setFormat(const(QByteArray) format)
Undocumented in source.
setFormat
void setFormat(const(QByteArray) format)
Undocumented in source.
setOption
void setOption(ImageOption option, const(QVariant) value)
Undocumented in source.
supportsOption
bool supportsOption(ImageOption option)
Undocumented in source.
write
bool write(const(QImage) image)
Undocumented in source.

Static functions

allocateImage
bool allocateImage(QSize size, QImage.Format format, QImage* image)
Undocumented in source.

Variables

d_ptr
QScopedPointer!(QImageIOHandlerPrivate) d_ptr;
Undocumented in source.

Meta