src/eric7/Documentation/Source/eric7.EricWidgets.EricTreeWidget.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTreeWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTreeWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricTreeWidget</h1>
-
 <p>
 Module implementing specialized tree views.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricTreeWidget">EricTreeWidget</a></td>
 <td>Class implementing an extended tree widget.</td>
@@ -29,19 +27,20 @@
 <td>Class defining the items expansion state.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricTreeWidget" ID="EricTreeWidget"></a>
 <h2>EricTreeWidget</h2>
-
 <p>
     Class implementing an extended tree widget.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -59,19 +58,17 @@
 <h3>Derived from</h3>
 QTreeWidget
 <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="#EricTreeWidget.__init__">EricTreeWidget</a></td>
 <td>Constructor</td>
@@ -137,19 +134,20 @@
 <td>Public method to set the default item show mode.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricTreeWidget.__init__" ID="EricTreeWidget.__init__"></a>
 <h4>EricTreeWidget (Constructor)</h4>
 <b>EricTreeWidget</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -160,10 +158,10 @@
 <a NAME="EricTreeWidget.__iterateAllItems" ID="EricTreeWidget.__iterateAllItems"></a>
 <h4>EricTreeWidget.__iterateAllItems</h4>
 <b>__iterateAllItems</b>(<i>parent</i>)
-
 <p>
         Private method to iterate over the child items of the parent.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QTreeWidgetItem)</dt>
@@ -174,17 +172,17 @@
 <a NAME="EricTreeWidget.__scheduleRefresh" ID="EricTreeWidget.__scheduleRefresh"></a>
 <h4>EricTreeWidget.__scheduleRefresh</h4>
 <b>__scheduleRefresh</b>(<i></i>)
-
 <p>
         Private slot to schedule a refresh of the tree.
 </p>
+
 <a NAME="EricTreeWidget.addTopLevelItem" ID="EricTreeWidget.addTopLevelItem"></a>
 <h4>EricTreeWidget.addTopLevelItem</h4>
 <b>addTopLevelItem</b>(<i>item</i>)
-
 <p>
         Public method to add a top level item.
 </p>
+
 <dl>
 
 <dt><i>item</i> (QTreeWidgetItem)</dt>
@@ -195,10 +193,10 @@
 <a NAME="EricTreeWidget.addTopLevelItems" ID="EricTreeWidget.addTopLevelItems"></a>
 <h4>EricTreeWidget.addTopLevelItems</h4>
 <b>addTopLevelItems</b>(<i>items</i>)
-
 <p>
         Public method to add a list of top level items.
 </p>
+
 <dl>
 
 <dt><i>items</i> (list of QTreeWidgetItem)</dt>
@@ -209,10 +207,10 @@
 <a NAME="EricTreeWidget.allItems" ID="EricTreeWidget.allItems"></a>
 <h4>EricTreeWidget.allItems</h4>
 <b>allItems</b>(<i></i>)
-
 <p>
         Public method to get a list of all items.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -228,10 +226,10 @@
 <a NAME="EricTreeWidget.appendToParentItem" ID="EricTreeWidget.appendToParentItem"></a>
 <h4>EricTreeWidget.appendToParentItem</h4>
 <b>appendToParentItem</b>(<i>parent, item</i>)
-
 <p>
         Public method to append an item to a parent item.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (str or QTreeWidgetItem)</dt>
@@ -266,17 +264,17 @@
 <a NAME="EricTreeWidget.clear" ID="EricTreeWidget.clear"></a>
 <h4>EricTreeWidget.clear</h4>
 <b>clear</b>(<i></i>)
-
 <p>
         Public slot to clear the tree.
 </p>
+
 <a NAME="EricTreeWidget.deleteItem" ID="EricTreeWidget.deleteItem"></a>
 <h4>EricTreeWidget.deleteItem</h4>
 <b>deleteItem</b>(<i>item</i>)
-
 <p>
         Public method to delete an item.
 </p>
+
 <dl>
 
 <dt><i>item</i> (QTreeWidgetItem)</dt>
@@ -287,10 +285,10 @@
 <a NAME="EricTreeWidget.deleteItems" ID="EricTreeWidget.deleteItems"></a>
 <h4>EricTreeWidget.deleteItems</h4>
 <b>deleteItems</b>(<i>items</i>)
-
 <p>
         Public method to delete a list of items.
 </p>
+
 <dl>
 
 <dt><i>items</i> (list of QTreeWidgetItem)</dt>
@@ -301,10 +299,10 @@
 <a NAME="EricTreeWidget.filterString" ID="EricTreeWidget.filterString"></a>
 <h4>EricTreeWidget.filterString</h4>
 <b>filterString</b>(<i>filterStr</i>)
-
 <p>
         Public slot to set a new filter.
 </p>
+
 <dl>
 
 <dt><i>filterStr</i> (str)</dt>
@@ -315,10 +313,10 @@
 <a NAME="EricTreeWidget.insertTopLevelItem" ID="EricTreeWidget.insertTopLevelItem"></a>
 <h4>EricTreeWidget.insertTopLevelItem</h4>
 <b>insertTopLevelItem</b>(<i>index, item</i>)
-
 <p>
         Public method to insert a top level item.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -333,10 +331,10 @@
 <a NAME="EricTreeWidget.insertTopLevelItems" ID="EricTreeWidget.insertTopLevelItems"></a>
 <h4>EricTreeWidget.insertTopLevelItems</h4>
 <b>insertTopLevelItems</b>(<i>index, items</i>)
-
 <p>
         Public method to insert a list of top level items.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -351,10 +349,10 @@
 <a NAME="EricTreeWidget.mousePressEvent" ID="EricTreeWidget.mousePressEvent"></a>
 <h4>EricTreeWidget.mousePressEvent</h4>
 <b>mousePressEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling mouse press events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QMouseEvent)</dt>
@@ -365,10 +363,10 @@
 <a NAME="EricTreeWidget.prependToParentItem" ID="EricTreeWidget.prependToParentItem"></a>
 <h4>EricTreeWidget.prependToParentItem</h4>
 <b>prependToParentItem</b>(<i>parent, item</i>)
-
 <p>
         Public method to prepend an item to a parent item.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (str or QTreeWidgetItem)</dt>
@@ -403,10 +401,10 @@
 <a NAME="EricTreeWidget.setDefaultItemShowMode" ID="EricTreeWidget.setDefaultItemShowMode"></a>
 <h4>EricTreeWidget.setDefaultItemShowMode</h4>
 <b>setDefaultItemShowMode</b>(<i>mode</i>)
-
 <p>
         Public method to set the default item show mode.
 </p>
+
 <dl>
 
 <dt><i>mode</i> (EricTreeWidgetItemsState)</dt>
@@ -419,33 +417,34 @@
 <hr />
 <a NAME="EricTreeWidgetItemsState" ID="EricTreeWidgetItemsState"></a>
 <h2>EricTreeWidgetItemsState</h2>
-
 <p>
     Class defining the items expansion state.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>COLLAPSED</td></tr><tr><td>EXPANDED</td></tr>
+<tr><td>COLLAPSED</td></tr>
+<tr><td>EXPANDED</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial