diff -r c104c120e043 -r 0a51887c13cd Documentation/Source/eric6.WebBrowser.WebBrowserPage.html --- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Fri Feb 01 20:15:03 2019 +0100 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Sun Feb 03 16:10:39 2019 +0100 @@ -97,8 +97,8 @@ <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> <td>Private slot handling a full screen request.</td> </tr><tr> -<td><a href="#WebBrowserPage.__loadProgress">__loadProgress</a></td> -<td>Private slot to send the loadFinished signal for broken Qt versions.</td> +<td><a href="#WebBrowserPage.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td> +<td>Private slot to handle the registration of a custom protocol handler.</td> </tr><tr> <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td> <td>Private slot to initiate the setup of the web channel.</td> @@ -142,6 +142,12 @@ <td><a href="#WebBrowserPage.printCallback">printCallback</a></td> <td></td> </tr><tr> +<td><a href="#WebBrowserPage.registerProtocolHandlerRequestScheme">registerProtocolHandlerRequestScheme</a></td> +<td>Public method to get the registered protocol handler request scheme.</td> +</tr><tr> +<td><a href="#WebBrowserPage.registerProtocolHandlerRequestUrl">registerProtocolHandlerRequestUrl</a></td> +<td>Public method to get the registered protocol handler request URL.</td> +</tr><tr> <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> <td></td> </tr><tr> @@ -247,15 +253,15 @@ <dd> reference to the full screen request </dd> -</dl><a NAME="WebBrowserPage.__loadProgress" ID="WebBrowserPage.__loadProgress"></a> -<h4>WebBrowserPage.__loadProgress</h4> -<b>__loadProgress</b>(<i>progress</i>) +</dl><a NAME="WebBrowserPage.__registerProtocolHandlerRequested" ID="WebBrowserPage.__registerProtocolHandlerRequested"></a> +<h4>WebBrowserPage.__registerProtocolHandlerRequested</h4> +<b>__registerProtocolHandlerRequested</b>(<i>request</i>) <p> - Private slot to send the loadFinished signal for broken Qt versions. + Private slot to handle the registration of a custom protocol handler. </p><dl> -<dt><i>progress</i> (int)</dt> +<dt><i>request</i> (QWebEngineRegisterProtocolHandlerRequest)</dt> <dd> -load progress in percent +reference to the registration request </dd> </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a> <h4>WebBrowserPage.__setupChannelTimeout</h4> @@ -485,7 +491,37 @@ </dl><a NAME="WebBrowserPage.printCallback" ID="WebBrowserPage.printCallback"></a> <h4>WebBrowserPage.printCallback</h4> <b>printCallback</b>(<i>resDict=resultDict</i>) -<a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> +<a NAME="WebBrowserPage.registerProtocolHandlerRequestScheme" ID="WebBrowserPage.registerProtocolHandlerRequestScheme"></a> +<h4>WebBrowserPage.registerProtocolHandlerRequestScheme</h4> +<b>registerProtocolHandlerRequestScheme</b>(<i></i>) +<p> + Public method to get the registered protocol handler request scheme. +</p><dl> +<dt>Returns:</dt> +<dd> +registered protocol handler request scheme +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="WebBrowserPage.registerProtocolHandlerRequestUrl" ID="WebBrowserPage.registerProtocolHandlerRequestUrl"></a> +<h4>WebBrowserPage.registerProtocolHandlerRequestUrl</h4> +<b>registerProtocolHandlerRequestUrl</b>(<i></i>) +<p> + Public method to get the registered protocol handler request URL. +</p><dl> +<dt>Returns:</dt> +<dd> +registered protocol handler request URL +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QUrl +</dd> +</dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> <h4>WebBrowserPage.resultCallback</h4> <b>resultCallback</b>(<i>resDict=resultDict</i>) <a NAME="WebBrowserPage.runJavaScript" ID="WebBrowserPage.runJavaScript"></a>