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

branch
eric7
changeset 9382
fb89c1dc9825
parent 9295
d14096c04126
child 9530
c30f02ea1b27
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Sun Oct 02 14:46:21 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Mon Oct 03 12:14:28 2022 +0200
@@ -101,6 +101,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#DebugUI.__applyVariablesFilters">__applyVariablesFilters</a></td>
+<td>Private slot to apply the given variables filter lists.</td>
+</tr>
+<tr>
 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td>
 <td>Private method to handle the breakpoint selected signal.</td>
 </tr>
@@ -477,6 +481,24 @@
 reference to the project object
 </dd>
 </dl>
+<a NAME="DebugUI.__applyVariablesFilters" ID="DebugUI.__applyVariablesFilters"></a>
+<h4>DebugUI.__applyVariablesFilters</h4>
+<b>__applyVariablesFilters</b>(<i>localsFilter, globalsFilter</i>)
+
+<p>
+        Private slot to apply the given variables filter lists.
+</p>
+<dl>
+
+<dt><i>localsFilter</i> (list of str)</dt>
+<dd>
+variables filter for the local variables
+</dd>
+<dt><i>globalsFilter</i> (list of str)</dt>
+<dd>
+variables filter for the global variables
+</dd>
+</dl>
 <a NAME="DebugUI.__breakpointSelected" ID="DebugUI.__breakpointSelected"></a>
 <h4>DebugUI.__breakpointSelected</h4>
 <b>__breakpointSelected</b>(<i>act</i>)

eric ide

mercurial