Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
PNGFormat () | |
QStringList | keys () const |
bool | loadImage (const QString &format, const QString &filename, QImage *) |
bool | saveImage (const QString &format, const QString &filename, const QImage &) |
bool | installIOHandler (const QString &) |
PNGFormat::PNGFormat | ( | ) |
Installs a QImageIO image I/O handler for the image format format.
Implementa QImageFormatPlugin.
QStringList PNGFormat::keys | ( | ) | const [virtual] |
Returns the list of image formats this plugin supports.
Implementa QImageFormatPlugin.
bool PNGFormat::loadImage | ( | const QString & | format, |
const QString & | filename, | ||
QImage * | image | ||
) | [virtual] |
Reimplementado de QImageFormatPlugin.
bool PNGFormat::saveImage | ( | const QString & | format, |
const QString & | filename, | ||
const QImage & | image | ||
) | [virtual] |
Reimplementado de QImageFormatPlugin.