Documentation/Source/eric6.WebBrowser.WebInspector.html

changeset 6153
0b18c86c03a1
parent 4918
71caf42a13d8
--- a/Documentation/Source/eric6.WebBrowser.WebInspector.html	Fri Feb 16 20:15:49 2018 +0100
+++ b/Documentation/Source/eric6.WebBrowser.WebInspector.html	Fri Feb 16 20:18:29 2018 +0100
@@ -52,7 +52,14 @@
 <h2>WebInspector</h2>
 <p>
     Class implementing a QWebEngineView to load the web inspector in.
-</p>
+</p><h3>Signals</h3>
+<dl>
+<dt>inspectorClosed</dt>
+<dd>
+emitted to indicate the closing of the inspector
+        window
+</dd>
+</dl>
 <h3>Derived from</h3>
 QWebEngineView
 <h3>Class Attributes</h3>
@@ -61,7 +68,10 @@
 </table>
 <h3>Class Methods</h3>
 <table>
-<tr><td>None</td></tr>
+<tr>
+<td><a href="#WebInspector.isEnabled">isEnabled</a></td>
+<td>Class method to check, if the web inspector is enabled.</td>
+</tr>
 </table>
 <h3>Methods</h3>
 <table>
@@ -84,9 +94,6 @@
 <td><a href="#WebInspector.inspectElement">inspectElement</a></td>
 <td>Public method to inspect an element.</td>
 </tr><tr>
-<td><a href="#WebInspector.isEnabled">isEnabled</a></td>
-<td>Public method to check, if the web inspector is enabled.</td>
-</tr><tr>
 <td><a href="#WebInspector.setView">setView</a></td>
 <td>Public method to connect a view to this inspector.</td>
 </tr>
@@ -95,7 +102,22 @@
 <table>
 <tr><td>None</td></tr>
 </table>
-<a NAME="WebInspector.__init__" ID="WebInspector.__init__"></a>
+<a NAME="WebInspector.isEnabled" ID="WebInspector.isEnabled"></a>
+<h4>WebInspector.isEnabled (class method)</h4>
+<b>isEnabled</b>(<i></i>)
+<p>
+        Class method to check, if the web inspector is enabled.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the enabled state
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="WebInspector.__init__" ID="WebInspector.__init__"></a>
 <h4>WebInspector (Constructor)</h4>
 <b>WebInspector</b>(<i>parent=None</i>)
 <p>
@@ -135,22 +157,7 @@
 <b>inspectElement</b>(<i></i>)
 <p>
         Public method to inspect an element.
-</p><a NAME="WebInspector.isEnabled" ID="WebInspector.isEnabled"></a>
-<h4>WebInspector.isEnabled</h4>
-<b>isEnabled</b>(<i></i>)
-<p>
-        Public method to check, if the web inspector is enabled.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-flag indicating the enabled state
-</dd>
-</dl><dl>
-<dt>Return Type:</dt>
-<dd>
-bool
-</dd>
-</dl><a NAME="WebInspector.setView" ID="WebInspector.setView"></a>
+</p><a NAME="WebInspector.setView" ID="WebInspector.setView"></a>
 <h4>WebInspector.setView</h4>
 <b>setView</b>(<i>view, inspectElement=False</i>)
 <p>

eric ide

mercurial