#ifndef PYTHONQTWRAPPER_QWEBHISTORYINTERFACE_H #define PYTHONQTWRAPPER_QWEBHISTORYINTERFACE_H #include #include #include #include #include #include #include #include class PythonQtWrapper_QWebHistoryInterface : public QObject { Q_OBJECT public: public slots: void delete_QWebHistoryInterface(QWebHistoryInterface* obj) { delete obj; } void addHistoryEntry(QWebHistoryInterface* theWrappedObject, const QString& url); QWebHistoryInterface* static_QWebHistoryInterface_defaultInterface(); bool historyContains(QWebHistoryInterface* theWrappedObject, const QString& url) const; void static_QWebHistoryInterface_setDefaultInterface(QWebHistoryInterface* defaultInterface); }; #endif // PYTHONQTWRAPPER_QWEBHISTORYINTERFACE_H