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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10847
b3f04b83fc84
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
872 reference to the menu to be populated 872 reference to the menu to be populated
873 </dd> 873 </dd>
874 </dl> 874 </dl>
875 <a NAME="WebBrowserView.__createSelectedTextContextMenu" ID="WebBrowserView.__createSelectedTextContextMenu"></a> 875 <a NAME="WebBrowserView.__createSelectedTextContextMenu" ID="WebBrowserView.__createSelectedTextContextMenu"></a>
876 <h4>WebBrowserView.__createSelectedTextContextMenu</h4> 876 <h4>WebBrowserView.__createSelectedTextContextMenu</h4>
877 <b>__createSelectedTextContextMenu</b>(<i>menu, hitTest</i>) 877 <b>__createSelectedTextContextMenu</b>(<i>menu, _hitTest</i>)
878 <p> 878 <p>
879 Private method to populate the context menu for selected text. 879 Private method to populate the context menu for selected text.
880 </p> 880 </p>
881 881
882 <dl> 882 <dl>
883 883
884 <dt><i>menu</i> (QMenu)</dt> 884 <dt><i>menu</i> (QMenu)</dt>
885 <dd> 885 <dd>
886 reference to the menu to be populated 886 reference to the menu to be populated
887 </dd> 887 </dd>
888 <dt><i>hitTest</i> (WebHitTestResult)</dt> 888 <dt><i>_hitTest</i> (WebHitTestResult)</dt>
889 <dd> 889 <dd>
890 reference to the hit test object 890 reference to the hit test object (unused)
891 </dd> 891 </dd>
892 </dl> 892 </dl>
893 <a NAME="WebBrowserView.__currentEngineChanged" ID="WebBrowserView.__currentEngineChanged"></a> 893 <a NAME="WebBrowserView.__currentEngineChanged" ID="WebBrowserView.__currentEngineChanged"></a>
894 <h4>WebBrowserView.__currentEngineChanged</h4> 894 <h4>WebBrowserView.__currentEngineChanged</h4>
895 <b>__currentEngineChanged</b>(<i></i>) 895 <b>__currentEngineChanged</b>(<i></i>)
1229 Private slot to render a preview pixmap after the page was loaded. 1229 Private slot to render a preview pixmap after the page was loaded.
1230 </p> 1230 </p>
1231 1231
1232 <a NAME="WebBrowserView.__renderProcessTerminated" ID="WebBrowserView.__renderProcessTerminated"></a> 1232 <a NAME="WebBrowserView.__renderProcessTerminated" ID="WebBrowserView.__renderProcessTerminated"></a>
1233 <h4>WebBrowserView.__renderProcessTerminated</h4> 1233 <h4>WebBrowserView.__renderProcessTerminated</h4>
1234 <b>__renderProcessTerminated</b>(<i>status, exitCode</i>) 1234 <b>__renderProcessTerminated</b>(<i>status, _exitCode</i>)
1235 <p> 1235 <p>
1236 Private slot handling a crash of the web page render process. 1236 Private slot handling a crash of the web page render process.
1237 </p> 1237 </p>
1238 1238
1239 <dl> 1239 <dl>
1240 1240
1241 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt> 1241 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt>
1242 <dd> 1242 <dd>
1243 termination status 1243 termination status
1244 </dd> 1244 </dd>
1245 <dt><i>exitCode</i> (int)</dt> 1245 <dt><i>_exitCode</i> (int)</dt>
1246 <dd> 1246 <dd>
1247 exit code of the process 1247 exit code of the process (unused)
1248 </dd> 1248 </dd>
1249 </dl> 1249 </dl>
1250 <a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a> 1250 <a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a>
1251 <h4>WebBrowserView.__replaceMisspelledWord</h4> 1251 <h4>WebBrowserView.__replaceMisspelledWord</h4>
1252 <b>__replaceMisspelledWord</b>(<i>act</i>) 1252 <b>__replaceMisspelledWord</b>(<i>act</i>)

eric ide

mercurial