protected virtual bool AcceptNavigationRequest(QWebFrame frame, QNetworkRequest request, QWebPage.NavigationType type) { return (bool) interceptor.Invoke("acceptNavigationRequest##$", "acceptNavigationRequest(QWebFrame*, const QNetworkRequest&, QWebPage::NavigationType)", typeof(bool), typeof(QWebFrame), frame, typeof(QNetworkRequest), request, typeof(QWebPage.NavigationType), type); }
protected virtual QWebPage CreateWindow(QWebPage.WebWindowType type) { return (QWebPage) interceptor.Invoke("createWindow$", "createWindow(QWebPage::WebWindowType)", typeof(QWebPage), typeof(QWebPage.WebWindowType), type); }
public virtual void TriggerAction(QWebPage.WebAction action, bool arg2) { interceptor.Invoke("triggerAction$$", "triggerAction(QWebPage::WebAction, bool)", typeof(void), typeof(QWebPage.WebAction), action, typeof(bool), arg2); }
public virtual void TriggerAction(QWebPage.WebAction action) { interceptor.Invoke("triggerAction$", "triggerAction(QWebPage::WebAction)", typeof(void), typeof(QWebPage.WebAction), action); }
public virtual bool SupportsExtension(QWebPage.Extension extension) { return (bool) interceptor.Invoke("supportsExtension$", "supportsExtension(QWebPage::Extension) const", typeof(bool), typeof(QWebPage.Extension), extension); }
public virtual bool extension(QWebPage.Extension extension) { return (bool) interceptor.Invoke("extension$", "extension(QWebPage::Extension)", typeof(bool), typeof(QWebPage.Extension), extension); }
public QAction Action(QWebPage.WebAction action) { return (QAction) interceptor.Invoke("action$", "action(QWebPage::WebAction) const", typeof(QAction), typeof(QWebPage.WebAction), action); }
public void SetPage(QWebPage page) { interceptor.Invoke("setPage#", "setPage(QWebPage*)", typeof(void), typeof(QWebPage), page); }