Documentation/Source/eric6.Helpviewer.HelpInspector.html

changeset 4341
1ff0929aab09
diff -r c2d1da8d2a05 -r 1ff0929aab09 Documentation/Source/eric6.Helpviewer.HelpInspector.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.Helpviewer.HelpInspector.html	Tue Jul 28 19:19:23 2015 +0200
@@ -0,0 +1,103 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Helpviewer.HelpInspector</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric6.Helpviewer.HelpInspector</h1>
+<p>
+Module implementing a QWebInspector wrapper to save and restore the geometry.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#HelpInspector">HelpInspector</a></td>
+<td>Class implementing a QWebInspector wrapper to save and restore the geometry.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="HelpInspector" ID="HelpInspector"></a>
+<h2>HelpInspector</h2>
+<p>
+    Class implementing a QWebInspector wrapper to save and restore the
+    geometry.
+</p>
+<h3>Derived from</h3>
+QWebInspector
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#HelpInspector.__init__">HelpInspector</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#HelpInspector.__reloadGeometry">__reloadGeometry</a></td>
+<td>Private method to restore the geometry.</td>
+</tr><tr>
+<td><a href="#HelpInspector.closeEvent">closeEvent</a></td>
+<td>Protected method to save the geometry when closed.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="HelpInspector.__init__" ID="HelpInspector.__init__"></a>
+<h4>HelpInspector (Constructor)</h4>
+<b>HelpInspector</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl><a NAME="HelpInspector.__reloadGeometry" ID="HelpInspector.__reloadGeometry"></a>
+<h4>HelpInspector.__reloadGeometry</h4>
+<b>__reloadGeometry</b>(<i></i>)
+<p>
+        Private method to restore the geometry.
+</p><a NAME="HelpInspector.closeEvent" ID="HelpInspector.closeEvent"></a>
+<h4>HelpInspector.closeEvent</h4>
+<b>closeEvent</b>(<i>evt</i>)
+<p>
+        Protected method to save the geometry when closed.
+</p><dl>
+<dt><i>evt</i> (QCloseEvent)</dt>
+<dd>
+event object
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial