QImageWriter

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(QIODevice device, const(QByteArray) format)
Undocumented in source.
this
this(const(QString) fileName, const(QByteArray) format)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

ImageWriterError
enum ImageWriterError
Undocumented in source.

Functions

canWrite
bool canWrite()
Undocumented in source.
compression
int compression()
Undocumented in source.
description
QString description()
Undocumented in source.
device
QIODevice device()
Undocumented in source.
error
ImageWriterError error()
Undocumented in source.
errorString
QString errorString()
Undocumented in source.
fileName
QString fileName()
Undocumented in source.
format
QByteArray format()
Undocumented in source.
gamma
float gamma()
Undocumented in source.
optimizedWrite
bool optimizedWrite()
Undocumented in source.
progressiveScanWrite
bool progressiveScanWrite()
Undocumented in source.
quality
int quality()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setCompression
void setCompression(int compression)
Undocumented in source.
setDescription
void setDescription(const(QString) description)
Undocumented in source.
setDevice
void setDevice(QIODevice device)
Undocumented in source.
setFileName
void setFileName(const(QString) fileName)
Undocumented in source.
setFormat
void setFormat(const(QByteArray) format)
Undocumented in source.
setGamma
void setGamma(float gamma)
Undocumented in source.
setOptimizedWrite
void setOptimizedWrite(bool optimize)
Undocumented in source.
setProgressiveScanWrite
void setProgressiveScanWrite(bool progressive)
Undocumented in source.
setQuality
void setQuality(int quality)
Undocumented in source.
setSubType
void setSubType(const(QByteArray) type)
Undocumented in source.
setText
void setText(const(QString) key, const(QString) text)
Undocumented in source.
setTransformation
void setTransformation(QImageIOHandler.Transformations orientation)
Undocumented in source.
subType
QByteArray subType()
Undocumented in source.
supportedSubTypes
QList!(QByteArray) supportedSubTypes()
Undocumented in source.
supportsOption
bool supportsOption(QImageIOHandler.ImageOption option)
Undocumented in source.
transformation
QImageIOHandler.Transformations transformation()
Undocumented in source.
write
bool write(const(QImage) image)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
imageFormatsForMimeType
QList!(QByteArray) imageFormatsForMimeType(const(QByteArray) mimeType)
Undocumented in source.
supportedImageFormats
QList!(QByteArray) supportedImageFormats()
Undocumented in source.
supportedMimeTypes
QList!(QByteArray) supportedMimeTypes()
Undocumented in source.
tr
QString tr(const(char)* sourceText, const(char)* disambiguation, int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta