#include "PythonQtWrapper_QTextBrowser.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QTextBrowser* PythonQtWrapper_QTextBrowser::new_QTextBrowser(QWidget* parent) { return new QTextBrowser(parent); } int PythonQtWrapper_QTextBrowser::backwardHistoryCount(QTextBrowser* theWrappedObject) const { return theWrappedObject->backwardHistoryCount(); } void PythonQtWrapper_QTextBrowser::clearHistory(QTextBrowser* theWrappedObject) { theWrappedObject->clearHistory(); } int PythonQtWrapper_QTextBrowser::forwardHistoryCount(QTextBrowser* theWrappedObject) const { return theWrappedObject->forwardHistoryCount(); } QString PythonQtWrapper_QTextBrowser::historyTitle(QTextBrowser* theWrappedObject, int arg__1) const { return theWrappedObject->historyTitle(arg__1); } QUrl PythonQtWrapper_QTextBrowser::historyUrl(QTextBrowser* theWrappedObject, int arg__1) const { return theWrappedObject->historyUrl(arg__1); } bool PythonQtWrapper_QTextBrowser::isBackwardAvailable(QTextBrowser* theWrappedObject) const { return theWrappedObject->isBackwardAvailable(); } bool PythonQtWrapper_QTextBrowser::isForwardAvailable(QTextBrowser* theWrappedObject) const { return theWrappedObject->isForwardAvailable(); } QVariant PythonQtWrapper_QTextBrowser::loadResource(QTextBrowser* theWrappedObject, int type, const QUrl& name) { return theWrappedObject->loadResource(type, name); } bool PythonQtWrapper_QTextBrowser::openExternalLinks(QTextBrowser* theWrappedObject) const { return theWrappedObject->openExternalLinks(); } bool PythonQtWrapper_QTextBrowser::openLinks(QTextBrowser* theWrappedObject) const { return theWrappedObject->openLinks(); } QStringList PythonQtWrapper_QTextBrowser::searchPaths(QTextBrowser* theWrappedObject) const { return theWrappedObject->searchPaths(); } void PythonQtWrapper_QTextBrowser::setOpenExternalLinks(QTextBrowser* theWrappedObject, bool open) { theWrappedObject->setOpenExternalLinks(open); } void PythonQtWrapper_QTextBrowser::setOpenLinks(QTextBrowser* theWrappedObject, bool open) { theWrappedObject->setOpenLinks(open); } void PythonQtWrapper_QTextBrowser::setSearchPaths(QTextBrowser* theWrappedObject, const QStringList& paths) { theWrappedObject->setSearchPaths(paths); } QUrl PythonQtWrapper_QTextBrowser::source(QTextBrowser* theWrappedObject) const { return theWrappedObject->source(); }