Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 5832
28f36b9c925f
parent 5788
b01d2c1e0973
child 6153
0b18c86c03a1
equal deleted inserted replaced
5831:536d97e3f1a1 5832:28f36b9c925f
41 <hr /><hr /> 41 <hr /><hr />
42 <a NAME="WebBrowserPage" ID="WebBrowserPage"></a> 42 <a NAME="WebBrowserPage" ID="WebBrowserPage"></a>
43 <h2>WebBrowserPage</h2> 43 <h2>WebBrowserPage</h2>
44 <p> 44 <p>
45 Class implementing an enhanced web page. 45 Class implementing an enhanced web page.
46 </p> 46 </p><h3>Signals</h3>
47 <dl>
48 <dt>safeBrowsingAbort()</dt>
49 <dd>
50 emitted to indicate an abort due to a safe
51 browsing event
52 </dd><dt>safeBrowsingBad(threatType, threatMessages)</dt>
53 <dd>
54 emitted to indicate a
55 malicious web site as determined by safe browsing
56 </dd>
57 </dl>
47 <h3>Derived from</h3> 58 <h3>Derived from</h3>
48 QWebEnginePage 59 QWebEnginePage
49 <h3>Class Attributes</h3> 60 <h3>Class Attributes</h3>
50 <table> 61 <table>
51 <tr><td>SafeJsWorld</td></tr> 62 <tr><td>SafeJsWorld</td></tr>
90 <td><a href="#WebBrowserPage.execJavaScript">execJavaScript</a></td> 101 <td><a href="#WebBrowserPage.execJavaScript">execJavaScript</a></td>
91 <td>Public method to execute a JavaScript function synchroneously.</td> 102 <td>Public method to execute a JavaScript function synchroneously.</td>
92 </tr><tr> 103 </tr><tr>
93 <td><a href="#WebBrowserPage.execPrintPage">execPrintPage</a></td> 104 <td><a href="#WebBrowserPage.execPrintPage">execPrintPage</a></td>
94 <td>Public method to execute a synchronous print.</td> 105 <td>Public method to execute a synchronous print.</td>
106 </tr><tr>
107 <td><a href="#WebBrowserPage.getSafeBrowsingStatus">getSafeBrowsingStatus</a></td>
108 <td>Public method to get the safe browsing status of the current page.</td>
95 </tr><tr> 109 </tr><tr>
96 <td><a href="#WebBrowserPage.hitTestContent">hitTestContent</a></td> 110 <td><a href="#WebBrowserPage.hitTestContent">hitTestContent</a></td>
97 <td>Public method to test the content at a specified position.</td> 111 <td>Public method to test the content at a specified position.</td>
98 </tr><tr> 112 </tr><tr>
99 <td><a href="#WebBrowserPage.icon">icon</a></td> 113 <td><a href="#WebBrowserPage.icon">icon</a></td>
311 </dd> 325 </dd>
312 </dl><dl> 326 </dl><dl>
313 <dt>Returns:</dt> 327 <dt>Returns:</dt>
314 <dd> 328 <dd>
315 flag indicating a successful print job 329 flag indicating a successful print job
330 </dd>
331 </dl><dl>
332 <dt>Return Type:</dt>
333 <dd>
334 bool
335 </dd>
336 </dl><a NAME="WebBrowserPage.getSafeBrowsingStatus" ID="WebBrowserPage.getSafeBrowsingStatus"></a>
337 <h4>WebBrowserPage.getSafeBrowsingStatus</h4>
338 <b>getSafeBrowsingStatus</b>(<i></i>)
339 <p>
340 Public method to get the safe browsing status of the current page.
341 </p><dl>
342 <dt>Returns:</dt>
343 <dd>
344 flag indicating a safe site
316 </dd> 345 </dd>
317 </dl><dl> 346 </dl><dl>
318 <dt>Return Type:</dt> 347 <dt>Return Type:</dt>
319 <dd> 348 <dd>
320 bool 349 bool

eric ide

mercurial