#ifndef PYTHONQTWRAPPER_QTEXTBROWSER_H #define 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 #include #include class PythonQtWrapper_QTextBrowser : public QObject { Q_OBJECT public: public slots: QTextBrowser* new_QTextBrowser(QWidget* parent = 0); void delete_QTextBrowser(QTextBrowser* obj) { delete obj; } int backwardHistoryCount(QTextBrowser* theWrappedObject) const; void clearHistory(QTextBrowser* theWrappedObject); int forwardHistoryCount(QTextBrowser* theWrappedObject) const; QString historyTitle(QTextBrowser* theWrappedObject, int arg__1) const; QUrl historyUrl(QTextBrowser* theWrappedObject, int arg__1) const; bool isBackwardAvailable(QTextBrowser* theWrappedObject) const; bool isForwardAvailable(QTextBrowser* theWrappedObject) const; QVariant loadResource(QTextBrowser* theWrappedObject, int type, const QUrl& name); bool openExternalLinks(QTextBrowser* theWrappedObject) const; bool openLinks(QTextBrowser* theWrappedObject) const; QStringList searchPaths(QTextBrowser* theWrappedObject) const; void setOpenExternalLinks(QTextBrowser* theWrappedObject, bool open); void setOpenLinks(QTextBrowser* theWrappedObject, bool open); void setSearchPaths(QTextBrowser* theWrappedObject, const QStringList& paths); QUrl source(QTextBrowser* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QTEXTBROWSER_H