src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html

branch
eric7
changeset 11215
d07c71a34adf
parent 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Thu Apr 10 18:36:24 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html	Thu Apr 10 18:39:29 2025 +0200
@@ -137,6 +137,10 @@
 <td>Private slot to select the item corresponding to an editor selection.</td>
 </tr>
 <tr>
+<td><a href="#PythonAstViewer.__shutdown">__shutdown</a></td>
+<td>Private method to perform shutdown actions.</td>
+</tr>
+<tr>
 <td><a href="#PythonAstViewer.hide">hide</a></td>
 <td>Public slot to hide the AST viewer.</td>
 </tr>
@@ -152,10 +156,6 @@
 <td><a href="#PythonAstViewer.show">show</a></td>
 <td>Public slot to show the AST viewer.</td>
 </tr>
-<tr>
-<td><a href="#PythonAstViewer.shutdown">shutdown</a></td>
-<td>Public method to perform shutdown actions.</td>
-</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -166,7 +166,7 @@
 
 <a NAME="PythonAstViewer.__init__" ID="PythonAstViewer.__init__"></a>
 <h4>PythonAstViewer (Constructor)</h4>
-<b>PythonAstViewer</b>(<i>viewmanager, parent=None</i>)
+<b>PythonAstViewer</b>(<i>viewmanager, ui</i>)
 <p>
         Constructor
 </p>
@@ -177,9 +177,9 @@
 <dd>
 reference to the viewmanager object
 </dd>
-<dt><i>parent</i> (QWidget)</dt>
+<dt><i>ui</i> (QWidget)</dt>
 <dd>
-reference to the parent widget
+reference to the main ui widget
 </dd>
 </dl>
 <a NAME="PythonAstViewer.__astItemClicked" ID="PythonAstViewer.__astItemClicked"></a>
@@ -515,6 +515,13 @@
         Private slot to select the item corresponding to an editor selection.
 </p>
 
+<a NAME="PythonAstViewer.__shutdown" ID="PythonAstViewer.__shutdown"></a>
+<h4>PythonAstViewer.__shutdown</h4>
+<b>__shutdown</b>(<i></i>)
+<p>
+        Private method to perform shutdown actions.
+</p>
+
 <a NAME="PythonAstViewer.hide" ID="PythonAstViewer.hide"></a>
 <h4>PythonAstViewer.hide</h4>
 <b>hide</b>(<i></i>)
@@ -550,13 +557,6 @@
         Public slot to show the AST viewer.
 </p>
 
-<a NAME="PythonAstViewer.shutdown" ID="PythonAstViewer.shutdown"></a>
-<h4>PythonAstViewer.shutdown</h4>
-<b>shutdown</b>(<i></i>)
-<p>
-        Public method to perform shutdown actions.
-</p>
-
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>

eric ide

mercurial