src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html

branch
eric7
changeset 11107
a2c81ff1d408
parent 10684
58c7f23ae1cb
equal deleted inserted replaced
11106:dfadb291490b 11107:a2c81ff1d408
68 </dl> 68 </dl>
69 <h3>Derived from</h3> 69 <h3>Derived from</h3>
70 QWebEnginePage 70 QWebEnginePage
71 <h3>Class Attributes</h3> 71 <h3>Class Attributes</h3>
72 <table> 72 <table>
73 <tr><td>PermissionTypeQuestions</td></tr>
73 <tr><td>SafeJsWorld</td></tr> 74 <tr><td>SafeJsWorld</td></tr>
74 <tr><td>UnsafeJsWorld</td></tr> 75 <tr><td>UnsafeJsWorld</td></tr>
75 </table> 76 </table>
76 77
77 <h3>Class Methods</h3> 78 <h3>Class Methods</h3>
107 <tr> 108 <tr>
108 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> 109 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td>
109 <td>Private slot handling a full screen request.</td> 110 <td>Private slot handling a full screen request.</td>
110 </tr> 111 </tr>
111 <tr> 112 <tr>
113 <td><a href="#WebBrowserPage.__permissionRequested">__permissionRequested</a></td>
114 <td>Private slot handling a permission request.</td>
115 </tr>
116 <tr>
112 <td><a href="#WebBrowserPage.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td> 117 <td><a href="#WebBrowserPage.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td>
113 <td>Private slot to handle the registration of a custom protocol handler.</td> 118 <td>Private slot to handle the registration of a custom protocol handler.</td>
114 </tr> 119 </tr>
115 <tr> 120 <tr>
116 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td> 121 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td>
136 <td><a href="#WebBrowserPage.clearSslConfiguration">clearSslConfiguration</a></td> 141 <td><a href="#WebBrowserPage.clearSslConfiguration">clearSslConfiguration</a></td>
137 <td>Public slot to clear the stored SSL configuration data.</td> 142 <td>Public slot to clear the stored SSL configuration data.</td>
138 </tr> 143 </tr>
139 <tr> 144 <tr>
140 <td><a href="#WebBrowserPage.execJavaScript">execJavaScript</a></td> 145 <td><a href="#WebBrowserPage.execJavaScript">execJavaScript</a></td>
141 <td>Public method to execute a JavaScript function synchroneously.</td> 146 <td>Public method to execute a JavaScript function synchronously.</td>
142 </tr> 147 </tr>
143 <tr> 148 <tr>
144 <td><a href="#WebBrowserPage.getSafeBrowsingStatus">getSafeBrowsingStatus</a></td> 149 <td><a href="#WebBrowserPage.getSafeBrowsingStatus">getSafeBrowsingStatus</a></td>
145 <td>Public method to get the safe browsing status of the current page.</td> 150 <td>Public method to get the safe browsing status of the current page.</td>
146 </tr> 151 </tr>
342 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt> 347 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt>
343 <dd> 348 <dd>
344 reference to the full screen request 349 reference to the full screen request
345 </dd> 350 </dd>
346 </dl> 351 </dl>
352 <a NAME="WebBrowserPage.__permissionRequested" ID="WebBrowserPage.__permissionRequested"></a>
353 <h4>WebBrowserPage.__permissionRequested</h4>
354 <b>__permissionRequested</b>(<i>permission</i>)
355 <p>
356 Private slot handling a permission request.
357 </p>
358
359 <dl>
360
361 <dt><i>permission</i> (QWebEnginePermission)</dt>
362 <dd>
363 reference to the permission request object
364 </dd>
365 </dl>
347 <a NAME="WebBrowserPage.__registerProtocolHandlerRequested" ID="WebBrowserPage.__registerProtocolHandlerRequested"></a> 366 <a NAME="WebBrowserPage.__registerProtocolHandlerRequested" ID="WebBrowserPage.__registerProtocolHandlerRequested"></a>
348 <h4>WebBrowserPage.__registerProtocolHandlerRequested</h4> 367 <h4>WebBrowserPage.__registerProtocolHandlerRequested</h4>
349 <b>__registerProtocolHandlerRequested</b>(<i>request</i>) 368 <b>__registerProtocolHandlerRequested</b>(<i>request</i>)
350 <p> 369 <p>
351 Private slot to handle the registration of a custom protocol 370 Private slot to handle the registration of a custom protocol
464 483
465 <a NAME="WebBrowserPage.execJavaScript" ID="WebBrowserPage.execJavaScript"></a> 484 <a NAME="WebBrowserPage.execJavaScript" ID="WebBrowserPage.execJavaScript"></a>
466 <h4>WebBrowserPage.execJavaScript</h4> 485 <h4>WebBrowserPage.execJavaScript</h4>
467 <b>execJavaScript</b>(<i>script, worldId=QWebEngineScript.ScriptWorldId.MainWorld, timeout=500</i>) 486 <b>execJavaScript</b>(<i>script, worldId=QWebEngineScript.ScriptWorldId.MainWorld, timeout=500</i>)
468 <p> 487 <p>
469 Public method to execute a JavaScript function synchroneously. 488 Public method to execute a JavaScript function synchronously.
470 </p> 489 </p>
471 490
472 <dl> 491 <dl>
473 492
474 <dt><i>script</i> (str)</dt> 493 <dt><i>script</i> (str)</dt>

eric ide

mercurial