95 <td>Private slot handling a feature permission request.</td> |
95 <td>Private slot handling a feature permission request.</td> |
96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> |
97 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> |
98 <td>Private slot handling a full screen request.</td> |
98 <td>Private slot handling a full screen request.</td> |
99 </tr><tr> |
99 </tr><tr> |
100 <td><a href="#WebBrowserPage.__loadProgress">__loadProgress</a></td> |
100 <td><a href="#WebBrowserPage.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td> |
101 <td>Private slot to send the loadFinished signal for broken Qt versions.</td> |
101 <td>Private slot to handle the registration of a custom protocol handler.</td> |
102 </tr><tr> |
102 </tr><tr> |
103 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td> |
103 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td> |
104 <td>Private slot to initiate the setup of the web channel.</td> |
104 <td>Private slot to initiate the setup of the web channel.</td> |
105 </tr><tr> |
105 </tr><tr> |
106 <td><a href="#WebBrowserPage.__setupWebChannelForUrl">__setupWebChannelForUrl</a></td> |
106 <td><a href="#WebBrowserPage.__setupWebChannelForUrl">__setupWebChannelForUrl</a></td> |
139 <td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td> |
139 <td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td> |
140 <td>Public method to map a position to the viewport.</td> |
140 <td>Public method to map a position to the viewport.</td> |
141 </tr><tr> |
141 </tr><tr> |
142 <td><a href="#WebBrowserPage.printCallback">printCallback</a></td> |
142 <td><a href="#WebBrowserPage.printCallback">printCallback</a></td> |
143 <td></td> |
143 <td></td> |
|
144 </tr><tr> |
|
145 <td><a href="#WebBrowserPage.registerProtocolHandlerRequestScheme">registerProtocolHandlerRequestScheme</a></td> |
|
146 <td>Public method to get the registered protocol handler request scheme.</td> |
|
147 </tr><tr> |
|
148 <td><a href="#WebBrowserPage.registerProtocolHandlerRequestUrl">registerProtocolHandlerRequestUrl</a></td> |
|
149 <td>Public method to get the registered protocol handler request URL.</td> |
144 </tr><tr> |
150 </tr><tr> |
145 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> |
151 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> |
146 <td></td> |
152 <td></td> |
147 </tr><tr> |
153 </tr><tr> |
148 <td><a href="#WebBrowserPage.runJavaScript">runJavaScript</a></td> |
154 <td><a href="#WebBrowserPage.runJavaScript">runJavaScript</a></td> |
245 </p><dl> |
251 </p><dl> |
246 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt> |
252 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt> |
247 <dd> |
253 <dd> |
248 reference to the full screen request |
254 reference to the full screen request |
249 </dd> |
255 </dd> |
250 </dl><a NAME="WebBrowserPage.__loadProgress" ID="WebBrowserPage.__loadProgress"></a> |
256 </dl><a NAME="WebBrowserPage.__registerProtocolHandlerRequested" ID="WebBrowserPage.__registerProtocolHandlerRequested"></a> |
251 <h4>WebBrowserPage.__loadProgress</h4> |
257 <h4>WebBrowserPage.__registerProtocolHandlerRequested</h4> |
252 <b>__loadProgress</b>(<i>progress</i>) |
258 <b>__registerProtocolHandlerRequested</b>(<i>request</i>) |
253 <p> |
259 <p> |
254 Private slot to send the loadFinished signal for broken Qt versions. |
260 Private slot to handle the registration of a custom protocol |
255 </p><dl> |
261 handler. |
256 <dt><i>progress</i> (int)</dt> |
262 </p><dl> |
257 <dd> |
263 <dt><i>request</i> (QWebEngineRegisterProtocolHandlerRequest)</dt> |
258 load progress in percent |
264 <dd> |
|
265 reference to the registration request |
259 </dd> |
266 </dd> |
260 </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a> |
267 </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a> |
261 <h4>WebBrowserPage.__setupChannelTimeout</h4> |
268 <h4>WebBrowserPage.__setupChannelTimeout</h4> |
262 <b>__setupChannelTimeout</b>(<i></i>) |
269 <b>__setupChannelTimeout</b>(<i></i>) |
263 <p> |
270 <p> |
483 QPoint |
490 QPoint |
484 </dd> |
491 </dd> |
485 </dl><a NAME="WebBrowserPage.printCallback" ID="WebBrowserPage.printCallback"></a> |
492 </dl><a NAME="WebBrowserPage.printCallback" ID="WebBrowserPage.printCallback"></a> |
486 <h4>WebBrowserPage.printCallback</h4> |
493 <h4>WebBrowserPage.printCallback</h4> |
487 <b>printCallback</b>(<i>resDict=resultDict</i>) |
494 <b>printCallback</b>(<i>resDict=resultDict</i>) |
488 <a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> |
495 <a NAME="WebBrowserPage.registerProtocolHandlerRequestScheme" ID="WebBrowserPage.registerProtocolHandlerRequestScheme"></a> |
|
496 <h4>WebBrowserPage.registerProtocolHandlerRequestScheme</h4> |
|
497 <b>registerProtocolHandlerRequestScheme</b>(<i></i>) |
|
498 <p> |
|
499 Public method to get the registered protocol handler request scheme. |
|
500 </p><dl> |
|
501 <dt>Returns:</dt> |
|
502 <dd> |
|
503 registered protocol handler request scheme |
|
504 </dd> |
|
505 </dl><dl> |
|
506 <dt>Return Type:</dt> |
|
507 <dd> |
|
508 str |
|
509 </dd> |
|
510 </dl><a NAME="WebBrowserPage.registerProtocolHandlerRequestUrl" ID="WebBrowserPage.registerProtocolHandlerRequestUrl"></a> |
|
511 <h4>WebBrowserPage.registerProtocolHandlerRequestUrl</h4> |
|
512 <b>registerProtocolHandlerRequestUrl</b>(<i></i>) |
|
513 <p> |
|
514 Public method to get the registered protocol handler request URL. |
|
515 </p><dl> |
|
516 <dt>Returns:</dt> |
|
517 <dd> |
|
518 registered protocol handler request URL |
|
519 </dd> |
|
520 </dl><dl> |
|
521 <dt>Return Type:</dt> |
|
522 <dd> |
|
523 QUrl |
|
524 </dd> |
|
525 </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> |
489 <h4>WebBrowserPage.resultCallback</h4> |
526 <h4>WebBrowserPage.resultCallback</h4> |
490 <b>resultCallback</b>(<i>resDict=resultDict</i>) |
527 <b>resultCallback</b>(<i>resDict=resultDict</i>) |
491 <a NAME="WebBrowserPage.runJavaScript" ID="WebBrowserPage.runJavaScript"></a> |
528 <a NAME="WebBrowserPage.runJavaScript" ID="WebBrowserPage.runJavaScript"></a> |
492 <h4>WebBrowserPage.runJavaScript</h4> |
529 <h4>WebBrowserPage.runJavaScript</h4> |
493 <b>runJavaScript</b>(<i>script, worldId=-1, callback=None</i>) |
530 <b>runJavaScript</b>(<i>script, worldId=-1, callback=None</i>) |