eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html	Mon Feb 01 10:38:16 2021 +0100
@@ -125,10 +125,17 @@
         Public slot to retrieve the current selections.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
-A tuple of lists of integer values. The first list is the
-            locals variables filter, the second the globals variables filter.
+tuple of lists containing the variable filters. The first list
+            is the locals variables filter, the second the globals variables
+            filter.
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, list of str)
 </dd>
 </dl>
 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a>
@@ -154,13 +161,13 @@
 </p>
 <dl>
 
-<dt><i>lList</i></dt>
+<dt><i>lList</i> (list of str)</dt>
 <dd>
-local variables filter (list of int)
+local variables filter
 </dd>
-<dt><i>gList</i></dt>
+<dt><i>gList</i> (list of str)</dt>
 <dd>
-global variables filter (list of int)
+global variables filter
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial