--- a/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Feb 18 19:59:14 2017 +0100 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sun Feb 19 19:23:21 2017 +0100 @@ -147,6 +147,9 @@ <td><a href="#WebBrowserView.__downloadMedia">__downloadMedia</a></td> <td>Private slot to download a media and save it to disk.</td> </tr><tr> +<td><a href="#WebBrowserView.__getSavePageFileNameAndFormat">__getSavePageFileNameAndFormat</a></td> +<td>Private method to get the file name to save the page to.</td> +</tr><tr> <td><a href="#WebBrowserView.__iconLoaded">__iconLoaded</a></td> <td>Private slot handling the loaded web site icon.</td> </tr><tr> @@ -195,6 +198,9 @@ <td><a href="#WebBrowserView.__renderProcessTerminated">__renderProcessTerminated</a></td> <td>Private slot handling a crash of the web page render process.</td> </tr><tr> +<td><a href="#WebBrowserView.__replaceMisspelledWord">__replaceMisspelledWord</a></td> +<td>Private slot to replace a misspelled word under the context menu.</td> +</tr><tr> <td><a href="#WebBrowserView.__resetSpeedDials">__resetSpeedDials</a></td> <td>Private slot to reset all speed dials to the default pages.</td> </tr><tr> @@ -594,7 +600,23 @@ <b>__downloadMedia</b>(<i></i>) <p> Private slot to download a media and save it to disk. -</p><a NAME="WebBrowserView.__iconLoaded" ID="WebBrowserView.__iconLoaded"></a> +</p><a NAME="WebBrowserView.__getSavePageFileNameAndFormat" ID="WebBrowserView.__getSavePageFileNameAndFormat"></a> +<h4>WebBrowserView.__getSavePageFileNameAndFormat</h4> +<b>__getSavePageFileNameAndFormat</b>(<i></i>) +<p> + Private method to get the file name to save the page to. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containing the file name to save to and the + save page format +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, QWebEngineDownloadItem.SavePageFormat) +</dd> +</dl><a NAME="WebBrowserView.__iconLoaded" ID="WebBrowserView.__iconLoaded"></a> <h4>WebBrowserView.__iconLoaded</h4> <b>__iconLoaded</b>(<i>icon</i>) <p> @@ -730,7 +752,12 @@ <dd> exit code of the process </dd> -</dl><a NAME="WebBrowserView.__resetSpeedDials" ID="WebBrowserView.__resetSpeedDials"></a> +</dl><a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a> +<h4>WebBrowserView.__replaceMisspelledWord</h4> +<b>__replaceMisspelledWord</b>(<i></i>) +<p> + Private slot to replace a misspelled word under the context menu. +</p><a NAME="WebBrowserView.__resetSpeedDials" ID="WebBrowserView.__resetSpeedDials"></a> <h4>WebBrowserView.__resetSpeedDials</h4> <b>__resetSpeedDials</b>(<i></i>) <p>