#include "PythonQtWrapper_QWebHitTestResult.h" #include #include #include #include #include #include #include #include QWebHitTestResult* PythonQtWrapper_QWebHitTestResult::new_QWebHitTestResult() { return new QWebHitTestResult(); } QWebHitTestResult* PythonQtWrapper_QWebHitTestResult::new_QWebHitTestResult(const QWebHitTestResult& other) { return new QWebHitTestResult(other); } bool PythonQtWrapper_QWebHitTestResult::isContentSelected(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->isContentSelected()); } bool PythonQtWrapper_QWebHitTestResult::isNull(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->isNull()); } QUrl PythonQtWrapper_QWebHitTestResult::linkUrl(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->linkUrl()); } QString PythonQtWrapper_QWebHitTestResult::alternateText(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->alternateText()); } QPixmap PythonQtWrapper_QWebHitTestResult::pixmap(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->pixmap()); } QWebFrame* PythonQtWrapper_QWebHitTestResult::linkTargetFrame(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->linkTargetFrame()); } QString PythonQtWrapper_QWebHitTestResult::linkText(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->linkText()); } QPoint PythonQtWrapper_QWebHitTestResult::pos(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->pos()); } QWebFrame* PythonQtWrapper_QWebHitTestResult::frame(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->frame()); } bool PythonQtWrapper_QWebHitTestResult::isContentEditable(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->isContentEditable()); } QUrl PythonQtWrapper_QWebHitTestResult::linkTitle(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->linkTitle()); } QUrl PythonQtWrapper_QWebHitTestResult::imageUrl(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->imageUrl()); } QString PythonQtWrapper_QWebHitTestResult::title(QWebHitTestResult* theWrappedObject) const { return ( theWrappedObject->title()); }