Qt 5.15
Qt GUI
C++ Classes
QImageReader
Qt 5.15.8 Reference Documentation
List of All Members for QImageReader
This is the complete list of members for
QImageReader
, including inherited members.
enum
ImageReaderError
QImageReader
(const QString &, const QByteArray &)
QImageReader
(QIODevice *, const QByteArray &)
QImageReader
()
~QImageReader
()
autoDetectImageFormat
() const : bool
autoTransform
() const : bool
backgroundColor
() const : QColor
canRead
() const : bool
clipRect
() const : QRect
currentImageNumber
() const : int
currentImageRect
() const : QRect
decideFormatFromContent
() const : bool
device
() const : QIODevice *
error
() const : QImageReader::ImageReaderError
errorString
() const : QString
fileName
() const : QString
format
() const : QByteArray
imageCount
() const : int
imageFormat
() const : QImage::Format
imageFormat
(const QString &) : QByteArray
imageFormat
(QIODevice *) : QByteArray
imageFormatsForMimeType
(const QByteArray &) : QList<QByteArray>
jumpToImage
(int ) : bool
jumpToNextImage
() : bool
loopCount
() const : int
nextImageDelay
() const : int
quality
() const : int
read
() : QImage
read
(QImage *) : bool
scaledClipRect
() const : QRect
scaledSize
() const : QSize
setAutoDetectImageFormat
(bool )
setAutoTransform
(bool )
setBackgroundColor
(const QColor &)
setClipRect
(const QRect &)
setDecideFormatFromContent
(bool )
setDevice
(QIODevice *)
setFileName
(const QString &)
setFormat
(const QByteArray &)
setQuality
(int )
setScaledClipRect
(const QRect &)
setScaledSize
(const QSize &)
size
() const : QSize
subType
() const : QByteArray
supportedImageFormats
() : QList<QByteArray>
supportedMimeTypes
() : QList<QByteArray>
supportedSubTypes
() const : QList<QByteArray>
supportsAnimation
() const : bool
supportsOption
(QImageIOHandler::ImageOption ) const : bool
text
(const QString &) const : QString
textKeys
() const : QStringList
transformation
() const : QImageIOHandler::Transformations