The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QPictureIO

PUBLIC METHODS

QPictureIO()
QPictureIO(QIODevice * ioDevice, const char * format)
QPictureIO(const QString & fileName, const char * format)
~QPictureIO()
static void defineIOHandler(const char * format, const char * header, const char * flags, T_FPOINTER_PICTURE_IO_HANDLER_QPICTURE read_picture, T_FPOINTER_PICTURE_IO_HANDLER_QPICTURE write_picture)
QString description()
QString fileName()
const char * format()
float gamma()
static QList<QByteArray> inputFormats()
QIODevice * ioDevice()
static QList<QByteArray> outputFormats()
const char * parameters()
const QPicture & picture()
static QByteArray pictureFormat(const QString & fileName)
static QByteArray pictureFormat(QIODevice * arg0)
int quality()
bool read()
void setDescription(const QString & arg0)
void setFileName(const QString & arg0)
void setFormat(const char * arg0)
void setGamma(float arg0)
void setIODevice(QIODevice * arg0)
void setParameters(const char * arg0)
void setPicture(const QPicture & arg0)
void setQuality(int arg0)
void setStatus(int arg0)
int status()
bool write()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html