Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 5532
3a7c5deab9b7
parent 5113
d394e20f7467
child 5534
f9368ecf153a
equal deleted inserted replaced
5530:93f95c4b3153 5532:3a7c5deab9b7
73 <td>Private slot handling a feature permission request.</td> 73 <td>Private slot handling a feature permission request.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> 75 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td>
76 <td>Private slot handling a full screen request.</td> 76 <td>Private slot handling a full screen request.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#WebBrowserPage.__printFinished">__printFinished</a></td>
79 <td>Private method called when the print job finished.</td>
80 </tr><tr>
78 <td><a href="#WebBrowserPage.__setupWebChannel">__setupWebChannel</a></td> 81 <td><a href="#WebBrowserPage.__setupWebChannel">__setupWebChannel</a></td>
79 <td>Private method to setup a web channel to our external object.</td> 82 <td>Private method to setup a web channel to our external object.</td>
80 </tr><tr> 83 </tr><tr>
81 <td><a href="#WebBrowserPage.__urlChanged">__urlChanged</a></td> 84 <td><a href="#WebBrowserPage.__urlChanged">__urlChanged</a></td>
82 <td>Private slot to handle changes of the URL.</td> 85 <td>Private slot to handle changes of the URL.</td>
102 <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td> 105 <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td>
103 <td>Public method to show a console message.</td> 106 <td>Public method to show a console message.</td>
104 </tr><tr> 107 </tr><tr>
105 <td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td> 108 <td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td>
106 <td>Public method to map a position to the viewport.</td> 109 <td>Public method to map a position to the viewport.</td>
110 </tr><tr>
111 <td><a href="#WebBrowserPage.printPage">printPage</a></td>
112 <td>Public method to print the current page.</td>
107 </tr><tr> 113 </tr><tr>
108 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> 114 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td>
109 <td></td> 115 <td></td>
110 </tr><tr> 116 </tr><tr>
111 <td><a href="#WebBrowserPage.runJavaScript">runJavaScript</a></td> 117 <td><a href="#WebBrowserPage.runJavaScript">runJavaScript</a></td>
193 Private slot handling a full screen request. 199 Private slot handling a full screen request.
194 </p><dl> 200 </p><dl>
195 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt> 201 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt>
196 <dd> 202 <dd>
197 reference to the full screen request 203 reference to the full screen request
204 </dd>
205 </dl><a NAME="WebBrowserPage.__printFinished" ID="WebBrowserPage.__printFinished"></a>
206 <h4>WebBrowserPage.__printFinished</h4>
207 <b>__printFinished</b>(<i>ok</i>)
208 <p>
209 Private method called when the print job finished.
210 </p><dl>
211 <dt><i>ok</i> (bool)</dt>
212 <dd>
213 flag indicating a successful print
198 </dd> 214 </dd>
199 </dl><a NAME="WebBrowserPage.__setupWebChannel" ID="WebBrowserPage.__setupWebChannel"></a> 215 </dl><a NAME="WebBrowserPage.__setupWebChannel" ID="WebBrowserPage.__setupWebChannel"></a>
200 <h4>WebBrowserPage.__setupWebChannel</h4> 216 <h4>WebBrowserPage.__setupWebChannel</h4>
201 <b>__setupWebChannel</b>(<i></i>) 217 <b>__setupWebChannel</b>(<i></i>)
202 <p> 218 <p>
370 </dd> 386 </dd>
371 </dl><dl> 387 </dl><dl>
372 <dt>Return Type:</dt> 388 <dt>Return Type:</dt>
373 <dd> 389 <dd>
374 QPoint 390 QPoint
391 </dd>
392 </dl><a NAME="WebBrowserPage.printPage" ID="WebBrowserPage.printPage"></a>
393 <h4>WebBrowserPage.printPage</h4>
394 <b>printPage</b>(<i>printer</i>)
395 <p>
396 Public method to print the current page.
397 </p><p>
398 Note: This is just a wrapper around QWebEnginePage.print() to ensure
399 the printer object is available until the print job finished.
400 </p><dl>
401 <dt><i>printer</i> (QPrinter)</dt>
402 <dd>
403 reference to the printer object
375 </dd> 404 </dd>
376 </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> 405 </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a>
377 <h4>WebBrowserPage.resultCallback</h4> 406 <h4>WebBrowserPage.resultCallback</h4>
378 <b>resultCallback</b>(<i>resDict=resultDict</i>) 407 <b>resultCallback</b>(<i>resDict=resultDict</i>)
379 <a NAME="WebBrowserPage.runJavaScript" ID="WebBrowserPage.runJavaScript"></a> 408 <a NAME="WebBrowserPage.runJavaScript" ID="WebBrowserPage.runJavaScript"></a>

eric ide

mercurial