Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 5832
28f36b9c925f
parent 5788
b01d2c1e0973
child 6153
0b18c86c03a1
diff -r 536d97e3f1a1 -r 28f36b9c925f Documentation/Source/eric6.WebBrowser.WebBrowserPage.html
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Fri Aug 04 19:40:48 2017 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Fri Aug 04 19:43:32 2017 +0200
@@ -43,7 +43,18 @@
 <h2>WebBrowserPage</h2>
 <p>
     Class implementing an enhanced web page.
-</p>
+</p><h3>Signals</h3>
+<dl>
+<dt>safeBrowsingAbort()</dt>
+<dd>
+emitted to indicate an abort due to a safe
+        browsing event
+</dd><dt>safeBrowsingBad(threatType, threatMessages)</dt>
+<dd>
+emitted to indicate a
+        malicious web site as determined by safe browsing
+</dd>
+</dl>
 <h3>Derived from</h3>
 QWebEnginePage
 <h3>Class Attributes</h3>
@@ -93,6 +104,9 @@
 <td><a href="#WebBrowserPage.execPrintPage">execPrintPage</a></td>
 <td>Public method to execute a synchronous print.</td>
 </tr><tr>
+<td><a href="#WebBrowserPage.getSafeBrowsingStatus">getSafeBrowsingStatus</a></td>
+<td>Public method to get the safe browsing status of the current page.</td>
+</tr><tr>
 <td><a href="#WebBrowserPage.hitTestContent">hitTestContent</a></td>
 <td>Public method to test the content at a specified position.</td>
 </tr><tr>
@@ -319,6 +333,21 @@
 <dd>
 bool
 </dd>
+</dl><a NAME="WebBrowserPage.getSafeBrowsingStatus" ID="WebBrowserPage.getSafeBrowsingStatus"></a>
+<h4>WebBrowserPage.getSafeBrowsingStatus</h4>
+<b>getSafeBrowsingStatus</b>(<i></i>)
+<p>
+        Public method to get the safe browsing status of the current page.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a safe site
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="WebBrowserPage.hitTestContent" ID="WebBrowserPage.hitTestContent"></a>
 <h4>WebBrowserPage.hitTestContent</h4>
 <b>hitTestContent</b>(<i>pos</i>)

eric ide

mercurial