QPictureIO

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 ioDevice, const(char)* format)
Undocumented in source.
this
this(const(QString) fileName, const(char)* format)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

description
QString description()
Undocumented in source.
fileName
QString fileName()
Undocumented in source.
format
const(char)* format()
Undocumented in source.
gamma
float gamma()
Undocumented in source.
ioDevice
QIODevice ioDevice()
Undocumented in source.
parameters
const(char)* parameters()
Undocumented in source.
picture
const(QPicture) picture()
Undocumented in source.
quality
int quality()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
read
bool read()
Undocumented in source.
setDescription
void setDescription(const(QString) )
Undocumented in source.
setFileName
void setFileName(const(QString) )
Undocumented in source.
setFormat
void setFormat(const(char)* )
Undocumented in source.
setGamma
void setGamma(float )
Undocumented in source.
setIODevice
void setIODevice(QIODevice )
Undocumented in source.
setParameters
void setParameters(const(char)* )
Undocumented in source.
setPicture
void setPicture(const(QPicture) )
Undocumented in source.
setQuality
void setQuality(int )
Undocumented in source.
setStatus
void setStatus(int )
Undocumented in source.
status
int status()
Undocumented in source.
write
bool write()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
defineIOHandler
void defineIOHandler(const(char)* format, const(char)* header, const(char)* flags, picture_io_handler read_picture, picture_io_handler write_picture)
Undocumented in source.
inputFormats
QList!(QByteArray) inputFormats()
Undocumented in source.
outputFormats
QList!(QByteArray) outputFormats()
Undocumented in source.
pictureFormat
QByteArray pictureFormat(const(QString) fileName)
Undocumented in source.
pictureFormat
QByteArray pictureFormat(QIODevice )
Undocumented in source.

Meta