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

branch
eric7
changeset 9382
fb89c1dc9825
parent 9209
b99e7fd55fd3
child 10417
c6011e501282
equal deleted inserted replaced
9381:3c9192161833 9382:fb89c1dc9825
38 <p> 38 <p>
39 Class implementing the variables filter dialog. 39 Class implementing the variables filter dialog.
40 </p> 40 </p>
41 <p> 41 <p>
42 It opens a dialog window for the configuration of the variables type 42 It opens a dialog window for the configuration of the variables type
43 filter to be applied during a debugging session. 43 filters to be applied during a debugging session. Pressing 'Apply' will
44 show the effect of the current selection on the currently shown variables.
45 'Reset' will reset the selection to the one the dialog was opened with.
44 </p> 46 </p>
47 <h3>Signals</h3>
48 <dl>
49
50 <dt>applyFilterLists(list of str, list of str)</dt>
51 <dd>
52 emitted to apply the given
53 locals and globals filters to the currently shown variables
54 </dd>
55 </dl>
45 <h3>Derived from</h3> 56 <h3>Derived from</h3>
46 QDialog, Ui_VariablesFilterDialog 57 QDialog, Ui_VariablesFilterDialog
47 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>
48 59
49 <table> 60 <table>

eric ide

mercurial