Documentation/Source/eric6.WebBrowser.WebBrowserView.html

changeset 6410
98a5d0cd72f5
parent 6225
56b6f18abc21
child 6465
9bb1c7df26b4
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Fri Jul 06 20:31:07 2018 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Sat Jul 07 12:58:50 2018 +0200
@@ -203,6 +203,12 @@
 <td><a href="#WebBrowserView.__printPage">__printPage</a></td>
 <td>Private slot to support printing from the web page.</td>
 </tr><tr>
+<td><a href="#WebBrowserView.__quotaRequested">__quotaRequested</a></td>
+<td>Private slot to handle quota requests of the web page.</td>
+</tr><tr>
+<td><a href="#WebBrowserView.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td>
+<td>Private slot to handle requests for registration of a protocol handler.</td>
+</tr><tr>
 <td><a href="#WebBrowserView.__reloadAllSpeedDials">__reloadAllSpeedDials</a></td>
 <td>Private slot to reload all speed dials.</td>
 </tr><tr>
@@ -813,7 +819,27 @@
 <b>__printPage</b>(<i></i>)
 <p>
         Private slot to support printing from the web page.
-</p><a NAME="WebBrowserView.__reloadAllSpeedDials" ID="WebBrowserView.__reloadAllSpeedDials"></a>
+</p><a NAME="WebBrowserView.__quotaRequested" ID="WebBrowserView.__quotaRequested"></a>
+<h4>WebBrowserView.__quotaRequested</h4>
+<b>__quotaRequested</b>(<i>quotaRequest</i>)
+<p>
+        Private slot to handle quota requests of the web page.
+</p><dl>
+<dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt>
+<dd>
+reference to the quota request object
+</dd>
+</dl><a NAME="WebBrowserView.__registerProtocolHandlerRequested" ID="WebBrowserView.__registerProtocolHandlerRequested"></a>
+<h4>WebBrowserView.__registerProtocolHandlerRequested</h4>
+<b>__registerProtocolHandlerRequested</b>(<i>request</i>)
+<p>
+        Private slot to handle requests for registration of a protocol handler.
+</p><dl>
+<dt><i>request</i> (QWebEngineRegisterProtocolHandlerRequest)</dt>
+<dd>
+reference to the protocol handler request object
+</dd>
+</dl><a NAME="WebBrowserView.__reloadAllSpeedDials" ID="WebBrowserView.__reloadAllSpeedDials"></a>
 <h4>WebBrowserView.__reloadAllSpeedDials</h4>
 <b>__reloadAllSpeedDials</b>(<i></i>)
 <p>

eric ide

mercurial