Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 4926
f7ef43c73ae3
parent 4918
71caf42a13d8
child 4964
a894e8c92369
equal deleted inserted replaced
4925:6534062014dc 4926:f7ef43c73ae3
91 <td>Public method to test the content at a specified position.</td> 91 <td>Public method to test the content at a specified position.</td>
92 </tr><tr> 92 </tr><tr>
93 <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td> 93 <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td>
94 <td>Public method to show a console message.</td> 94 <td>Public method to show a console message.</td>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td>
97 <td>Public method to map a position to the viewport.</td>
98 </tr><tr>
96 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> 99 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td>
97 <td></td> 100 <td></td>
98 </tr><tr> 101 </tr><tr>
99 <td><a href="#WebBrowserPage.scroll">scroll</a></td> 102 <td><a href="#WebBrowserPage.scroll">scroll</a></td>
100 <td>Public method to scroll by the given amount of pixels.</td> 103 <td>Public method to scroll by the given amount of pixels.</td>
286 <dd> 289 <dd>
287 line number of an error 290 line number of an error
288 </dd><dt><i>sourceId</i> (str)</dt> 291 </dd><dt><i>sourceId</i> (str)</dt>
289 <dd> 292 <dd>
290 source URL causing the error 293 source URL causing the error
294 </dd>
295 </dl><a NAME="WebBrowserPage.mapToViewport" ID="WebBrowserPage.mapToViewport"></a>
296 <h4>WebBrowserPage.mapToViewport</h4>
297 <b>mapToViewport</b>(<i>pos</i>)
298 <p>
299 Public method to map a position to the viewport.
300 </p><dl>
301 <dt><i>pos</i> (QPoint)</dt>
302 <dd>
303 position to be mapped
304 </dd>
305 </dl><dl>
306 <dt>Returns:</dt>
307 <dd>
308 viewport position
309 </dd>
310 </dl><dl>
311 <dt>Return Type:</dt>
312 <dd>
313 QPoint
291 </dd> 314 </dd>
292 </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> 315 </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a>
293 <h4>WebBrowserPage.resultCallback</h4> 316 <h4>WebBrowserPage.resultCallback</h4>
294 <b>resultCallback</b>(<i>resDict=resultDict</i>) 317 <b>resultCallback</b>(<i>resDict=resultDict</i>)
295 <a NAME="WebBrowserPage.scroll" ID="WebBrowserPage.scroll"></a> 318 <a NAME="WebBrowserPage.scroll" ID="WebBrowserPage.scroll"></a>

eric ide

mercurial