--- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Sat Apr 09 11:05:39 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Sat Apr 09 11:37:49 2016 +0200 @@ -93,6 +93,9 @@ <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td> <td>Public method to show a console message.</td> </tr><tr> +<td><a href="#WebBrowserPage.mapToViewport">mapToViewport</a></td> +<td>Public method to map a position to the viewport.</td> +</tr><tr> <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> <td></td> </tr><tr> @@ -289,6 +292,26 @@ <dd> source URL causing the error </dd> +</dl><a NAME="WebBrowserPage.mapToViewport" ID="WebBrowserPage.mapToViewport"></a> +<h4>WebBrowserPage.mapToViewport</h4> +<b>mapToViewport</b>(<i>pos</i>) +<p> + Public method to map a position to the viewport. +</p><dl> +<dt><i>pos</i> (QPoint)</dt> +<dd> +position to be mapped +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +viewport position +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QPoint +</dd> </dl><a NAME="WebBrowserPage.resultCallback" ID="WebBrowserPage.resultCallback"></a> <h4>WebBrowserPage.resultCallback</h4> <b>resultCallback</b>(<i>resDict=resultDict</i>)