Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QImageFormatPluginPrivate (QImageFormatPlugin *p) | |
virtual | ~QImageFormatPluginPrivate () |
QRESULT | queryInterface (const QUuid &iid, QUnknownInterface **iface) |
QStringList | featureList () const |
QRESULT | loadImage (const QString &format, const QString &filename, QImage *) |
QRESULT | saveImage (const QString &format, const QString &filename, const QImage &) |
QRESULT | installIOHandler (const QString &) |
Atributos públicos | |
Q_REFCOUNT |
QImageFormatPluginPrivate::QImageFormatPluginPrivate | ( | QImageFormatPlugin * | p | ) | [inline] |
QImageFormatPluginPrivate::~QImageFormatPluginPrivate | ( | ) | [virtual] |
QStringList QImageFormatPluginPrivate::featureList | ( | ) | const [virtual] |
Implementa QFeatureListInterface.
QRESULT QImageFormatPluginPrivate::installIOHandler | ( | const QString & | format | ) | [virtual] |
Implementa QImageFormatInterface.
QRESULT QImageFormatPluginPrivate::loadImage | ( | const QString & | format, |
const QString & | filename, | ||
QImage * | image | ||
) | [virtual] |
Implementa QImageFormatInterface.
QRESULT QImageFormatPluginPrivate::queryInterface | ( | const QUuid & | iid, |
QUnknownInterface ** | iface | ||
) | [virtual] |
Implementa QUnknownInterface.
QRESULT QImageFormatPluginPrivate::saveImage | ( | const QString & | format, |
const QString & | filename, | ||
const QImage & | image | ||
) | [virtual] |
Implementa QImageFormatInterface.