#include "PythonQtWrapper_QClipboard.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include bool PythonQtWrapper_QClipboard::supportsSelection(QClipboard* theWrappedObject) const { return ( theWrappedObject->supportsSelection()); } bool PythonQtWrapper_QClipboard::ownsSelection(QClipboard* theWrappedObject) const { return ( theWrappedObject->ownsSelection()); } void PythonQtWrapper_QClipboard::setPixmap(QClipboard* theWrappedObject, const QPixmap& arg__1, QClipboard::Mode mode) { ( theWrappedObject->setPixmap(arg__1, mode)); } void PythonQtWrapper_QClipboard::clear(QClipboard* theWrappedObject, QClipboard::Mode mode) { ( theWrappedObject->clear(mode)); } void PythonQtWrapper_QClipboard::setMimeData(QClipboard* theWrappedObject, QMimeData* data, QClipboard::Mode mode) { ( theWrappedObject->setMimeData(data, mode)); } QImage PythonQtWrapper_QClipboard::image(QClipboard* theWrappedObject, QClipboard::Mode mode) const { return ( theWrappedObject->image(mode)); } bool PythonQtWrapper_QClipboard::ownsClipboard(QClipboard* theWrappedObject) const { return ( theWrappedObject->ownsClipboard()); } QPixmap PythonQtWrapper_QClipboard::pixmap(QClipboard* theWrappedObject, QClipboard::Mode mode) const { return ( theWrappedObject->pixmap(mode)); } void PythonQtWrapper_QClipboard::setImage(QClipboard* theWrappedObject, const QImage& arg__1, QClipboard::Mode mode) { ( theWrappedObject->setImage(arg__1, mode)); } bool PythonQtWrapper_QClipboard::supportsFindBuffer(QClipboard* theWrappedObject) const { return ( theWrappedObject->supportsFindBuffer()); } void PythonQtWrapper_QClipboard::setText(QClipboard* theWrappedObject, const QString& arg__1, QClipboard::Mode mode) { ( theWrappedObject->setText(arg__1, mode)); } bool PythonQtWrapper_QClipboard::event(QClipboard* theWrappedObject, QEvent* arg__1) { return ( ((PythonQtPublicPromoter_QClipboard*)theWrappedObject)->promoted_event(arg__1)); } QString PythonQtWrapper_QClipboard::text(QClipboard* theWrappedObject, QString& subtype, QClipboard::Mode mode) const { return ( theWrappedObject->text(subtype, mode)); } const QMimeData* PythonQtWrapper_QClipboard::mimeData(QClipboard* theWrappedObject, QClipboard::Mode mode) const { return ( theWrappedObject->mimeData(mode)); } bool PythonQtWrapper_QClipboard::ownsFindBuffer(QClipboard* theWrappedObject) const { return ( theWrappedObject->ownsFindBuffer()); } QString PythonQtWrapper_QClipboard::text(QClipboard* theWrappedObject, QClipboard::Mode mode) const { return ( theWrappedObject->text(mode)); }