src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html

branch
eric7
changeset 9397
a415cb83dafb
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html	Mon Oct 10 09:25:29 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html	Tue Oct 11 13:01:02 2022 +0200
@@ -732,11 +732,14 @@
 <dt><i>vlist</i> (list of str)</dt>
 <dd>
 the list of variables to be displayed. Each
-                list entry is a tuple of three values.
+                list entry is a tuple of six values.
                 <ul>
-                <li>the variable name (string)</li>
-                <li>the variables type (string)</li>
-                <li>the variables value (string)</li>
+                <li>the variable name (str)</li>
+                <li>list, tuple, dict or set indicator (str)</li>
+                <li>the variables type (str)</li>
+                <li>a flag indicating the presence of children (bool)</li>
+                <li>the length of the array or string (int)</li>
+                <li>the variables value (str)</li>
                 </ul>
 </dd>
 <dt><i>frmnr</i> (int)</dt>
@@ -954,6 +957,10 @@
 <td>Private method to show details about a variable.</td>
 </tr>
 <tr>
+<td><a href="#VariablesViewer.clear">clear</a></td>
+<td>Public method to clear the viewer.</td>
+</tr>
+<tr>
 <td><a href="#VariablesViewer.handleResetUI">handleResetUI</a></td>
 <td>Public method to reset the VariablesViewer.</td>
 </tr>
@@ -1108,6 +1115,13 @@
 reference to the variable item
 </dd>
 </dl>
+<a NAME="VariablesViewer.clear" ID="VariablesViewer.clear"></a>
+<h4>VariablesViewer.clear</h4>
+<b>clear</b>(<i></i>)
+
+<p>
+        Public method to clear the viewer.
+</p>
 <a NAME="VariablesViewer.handleResetUI" ID="VariablesViewer.handleResetUI"></a>
 <h4>VariablesViewer.handleResetUI</h4>
 <b>handleResetUI</b>(<i></i>)
@@ -1143,11 +1157,14 @@
 the list of subitems to be displayed.
                 The first element gives the path of the
                 parent variable. Each other list entry is
-                a tuple of three values.
+                a tuple of six values.
                 <ul>
-                <li>the variable name (string)</li>
-                <li>the variables type (string)</li>
-                <li>the variables value (string)</li>
+                <li>the variable name (str)</li>
+                <li>list, tuple, dict or set indicator (str)</li>
+                <li>the variables type (str)</li>
+                <li>a flag indicating the presence of children (bool)</li>
+                <li>the length of the array or string (int)</li>
+                <li>the variables value (str)</li>
                 </ul>
 </dd>
 </dl>
@@ -1163,11 +1180,14 @@
 <dt><i>vlist</i> (list)</dt>
 <dd>
 the list of variables to be displayed. Each
-                list entry is a tuple of three values.
+                list entry is a tuple of six values.
                 <ul>
-                <li>the variable name (string)</li>
-                <li>the variables type (string)</li>
-                <li>the variables value (string)</li>
+                <li>the variable name (str)</li>
+                <li>list, tuple, dict or set indicator (str)</li>
+                <li>the variables type (str)</li>
+                <li>a flag indicating the presence of children (bool)</li>
+                <li>the length of the array or string (int)</li>
+                <li>the variables value (str)</li>
                 </ul>
 </dd>
 <dt><i>frmnr</i> (int)</dt>

eric ide

mercurial