#ifndef PYTHONQTWRAPPER_QWEBHITTESTRESULT_H #define PYTHONQTWRAPPER_QWEBHITTESTRESULT_H #include #include #include #include #include #include #include #include class PythonQtWrapper_QWebHitTestResult : public QObject { Q_OBJECT public: public slots: QWebHitTestResult* new_QWebHitTestResult(); QWebHitTestResult* new_QWebHitTestResult(const QWebHitTestResult& other); void delete_QWebHitTestResult(QWebHitTestResult* obj) { delete obj; } bool isContentSelected(QWebHitTestResult* theWrappedObject) const; bool isNull(QWebHitTestResult* theWrappedObject) const; QUrl linkUrl(QWebHitTestResult* theWrappedObject) const; QString alternateText(QWebHitTestResult* theWrappedObject) const; QPixmap pixmap(QWebHitTestResult* theWrappedObject) const; QWebFrame* linkTargetFrame(QWebHitTestResult* theWrappedObject) const; QString linkText(QWebHitTestResult* theWrappedObject) const; QPoint pos(QWebHitTestResult* theWrappedObject) const; QWebFrame* frame(QWebHitTestResult* theWrappedObject) const; bool isContentEditable(QWebHitTestResult* theWrappedObject) const; QUrl linkTitle(QWebHitTestResult* theWrappedObject) const; QUrl imageUrl(QWebHitTestResult* theWrappedObject) const; QString title(QWebHitTestResult* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QWEBHITTESTRESULT_H