protected override bool AcceptNavigationRequest(Qyoto.QWebFrame frame, Qyoto.QNetworkRequest request, Qyoto.QWebPage.NavigationType type) { if (type != NavigationType.NavigationTypeLinkClicked && request.Url().Scheme() != "resource") { return(false); } else { return(base.AcceptNavigationRequest(frame, request, type)); } }
protected virtual bool JavaScriptPrompt(QWebFrame originatingFrame, string msg, string defaultValue, StringBuilder result) { return (bool) interceptor.Invoke("javaScriptPrompt#$$$", "javaScriptPrompt(QWebFrame*, const QString&, const QString&, QString*)", typeof(bool), typeof(QWebFrame), originatingFrame, typeof(string), msg, typeof(string), defaultValue, typeof(StringBuilder), result); }
protected virtual bool JavaScriptConfirm(QWebFrame originatingFrame, string msg) { return (bool) interceptor.Invoke("javaScriptConfirm#$", "javaScriptConfirm(QWebFrame*, const QString&)", typeof(bool), typeof(QWebFrame), originatingFrame, typeof(string), msg); }
protected virtual void JavaScriptAlert(QWebFrame originatingFrame, string msg) { interceptor.Invoke("javaScriptAlert#$", "javaScriptAlert(QWebFrame*, const QString&)", typeof(void), typeof(QWebFrame), originatingFrame, typeof(string), msg); }
protected virtual string ChooseFile(QWebFrame originatingFrame, string oldFile) { return (string) interceptor.Invoke("chooseFile#$", "chooseFile(QWebFrame*, const QString&)", typeof(string), typeof(QWebFrame), originatingFrame, typeof(string), oldFile); }
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); }
public void Render(QPainter arg1, QWebFrame.RenderLayer layer) { interceptor.Invoke("render#$", "render(QPainter*, QWebFrame::RenderLayer)", typeof(void), typeof(QPainter), arg1, typeof(QWebFrame.RenderLayer), layer); }
public void Render(QPainter arg1, QWebFrame.RenderLayer layer, QRegion clip) { interceptor.Invoke("render#$#", "render(QPainter*, QWebFrame::RenderLayer, const QRegion&)", typeof(void), typeof(QPainter), arg1, typeof(QWebFrame.RenderLayer), layer, typeof(QRegion), clip); }
protected virtual bool JavaScriptPrompt(QWebFrame originatingFrame, string msg, string defaultValue, StringBuilder result) { return((bool)interceptor.Invoke("javaScriptPrompt#$$$", "javaScriptPrompt(QWebFrame*, const QString&, const QString&, QString*)", typeof(bool), typeof(QWebFrame), originatingFrame, typeof(string), msg, typeof(string), defaultValue, typeof(StringBuilder), result)); }
protected virtual bool JavaScriptConfirm(QWebFrame originatingFrame, string msg) { return((bool)interceptor.Invoke("javaScriptConfirm#$", "javaScriptConfirm(QWebFrame*, const QString&)", typeof(bool), typeof(QWebFrame), originatingFrame, typeof(string), msg)); }
protected virtual string ChooseFile(QWebFrame originatingFrame, string oldFile) { return((string)interceptor.Invoke("chooseFile#$", "chooseFile(QWebFrame*, const QString&)", typeof(string), typeof(QWebFrame), originatingFrame, typeof(string), oldFile)); }
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)); }