상속: QObject
예제 #1
0
 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));
     }
 }
예제 #2
0
파일: QWebPage.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #3
0
파일: QWebPage.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #4
0
파일: QWebPage.cs 프로젝트: KDE/qyoto
 protected virtual void JavaScriptAlert(QWebFrame originatingFrame, string msg)
 {
     interceptor.Invoke("javaScriptAlert#$", "javaScriptAlert(QWebFrame*, const QString&)", typeof(void), typeof(QWebFrame), originatingFrame, typeof(string), msg);
 }
예제 #5
0
파일: QWebPage.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #6
0
파일: QWebPage.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #7
0
 public void Render(QPainter arg1, QWebFrame.RenderLayer layer)
 {
     interceptor.Invoke("render#$", "render(QPainter*, QWebFrame::RenderLayer)", typeof(void), typeof(QPainter), arg1, typeof(QWebFrame.RenderLayer), layer);
 }
예제 #8
0
 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);
 }
예제 #9
0
 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));
 }
예제 #10
0
 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));
 }
예제 #11
0
 protected virtual void JavaScriptAlert(QWebFrame originatingFrame, string msg)
 {
     interceptor.Invoke("javaScriptAlert#$", "javaScriptAlert(QWebFrame*, const QString&)", typeof(void), typeof(QWebFrame), originatingFrame, typeof(string), msg);
 }
예제 #12
0
 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));
 }
예제 #13
0
 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));
 }