#include "PythonQtWrapper_QImageIOPlugin.h" #include #include #include #include #include #include #include #include QImageIOPlugin::Capabilities PythonQtWrapper_QImageIOPlugin::capabilities(QImageIOPlugin* theWrappedObject, QIODevice* device, const QByteArray& format) const { return theWrappedObject->capabilities(device, format); } QImageIOHandler* PythonQtWrapper_QImageIOPlugin::create(QImageIOPlugin* theWrappedObject, QIODevice* device, const QByteArray& format) const { return theWrappedObject->create(device, format); } QStringList PythonQtWrapper_QImageIOPlugin::keys(QImageIOPlugin* theWrappedObject) const { return theWrappedObject->keys(); }