5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Debugger.VariablesFilterDialog</h1> |
9 <h1>eric7.Debugger.VariablesFilterDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the variables filter dialog. |
11 Module implementing the variables filter dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td> |
22 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td> |
25 <td>Class implementing the variables filter dialog.</td> |
23 <td>Class implementing the variables filter dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a> |
34 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a> |
36 <h2>VariablesFilterDialog</h2> |
35 <h2>VariablesFilterDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the variables filter dialog. |
37 Class implementing the variables filter dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It opens a dialog window for the configuration of the variables type |
40 It opens a dialog window for the configuration of the variables type |
43 filters to be applied during a debugging session. Pressing 'Apply' will |
41 filters to be applied during a debugging session. Pressing 'Apply' will |
44 show the effect of the current selection on the currently shown variables. |
42 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. |
43 'Reset' will reset the selection to the one the dialog was opened with. |
46 </p> |
44 </p> |
|
45 |
47 <h3>Signals</h3> |
46 <h3>Signals</h3> |
48 <dl> |
47 <dl> |
49 |
48 |
50 <dt>applyFilterLists(list of str, list of str)</dt> |
49 <dt>applyFilterLists(list of str, list of str)</dt> |
51 <dd> |
50 <dd> |
54 </dd> |
53 </dd> |
55 </dl> |
54 </dl> |
56 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
57 QDialog, Ui_VariablesFilterDialog |
56 QDialog, Ui_VariablesFilterDialog |
58 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
59 |
|
60 <table> |
58 <table> |
61 <tr><td>None</td></tr> |
59 <tr><td>None</td></tr> |
62 </table> |
60 </table> |
|
61 |
63 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
64 |
|
65 <table> |
63 <table> |
66 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
67 </table> |
65 </table> |
|
66 |
68 <h3>Methods</h3> |
67 <h3>Methods</h3> |
69 |
|
70 <table> |
68 <table> |
71 |
|
72 <tr> |
69 <tr> |
73 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> |
70 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> |
74 <td>Constructor</td> |
71 <td>Constructor</td> |
75 </tr> |
72 </tr> |
76 <tr> |
73 <tr> |
84 <tr> |
81 <tr> |
85 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> |
82 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> |
86 <td>Public slot to set the current selection.</td> |
83 <td>Public slot to set the current selection.</td> |
87 </tr> |
84 </tr> |
88 </table> |
85 </table> |
|
86 |
89 <h3>Static Methods</h3> |
87 <h3>Static Methods</h3> |
90 |
|
91 <table> |
88 <table> |
92 <tr><td>None</td></tr> |
89 <tr><td>None</td></tr> |
93 </table> |
90 </table> |
94 |
91 |
|
92 |
95 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> |
93 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> |
96 <h4>VariablesFilterDialog (Constructor)</h4> |
94 <h4>VariablesFilterDialog (Constructor)</h4> |
97 <b>VariablesFilterDialog</b>(<i>parent=None, name=None, modal=False</i>) |
95 <b>VariablesFilterDialog</b>(<i>parent=None, name=None, modal=False</i>) |
98 |
|
99 <p> |
96 <p> |
100 Constructor |
97 Constructor |
101 </p> |
98 </p> |
|
99 |
102 <dl> |
100 <dl> |
103 |
101 |
104 <dt><i>parent</i> (QWidget)</dt> |
102 <dt><i>parent</i> (QWidget)</dt> |
105 <dd> |
103 <dd> |
106 reference to the parent widget |
104 reference to the parent widget |
115 </dd> |
113 </dd> |
116 </dl> |
114 </dl> |
117 <a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
115 <a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
118 <h4>VariablesFilterDialog.getSelection</h4> |
116 <h4>VariablesFilterDialog.getSelection</h4> |
119 <b>getSelection</b>(<i></i>) |
117 <b>getSelection</b>(<i></i>) |
120 |
|
121 <p> |
118 <p> |
122 Public slot to retrieve the current selections. |
119 Public slot to retrieve the current selections. |
123 </p> |
120 </p> |
|
121 |
124 <dl> |
122 <dl> |
125 <dt>Return:</dt> |
123 <dt>Return:</dt> |
126 <dd> |
124 <dd> |
127 tuple of lists containing the variable filters. The first list |
125 tuple of lists containing the variable filters. The first list |
128 is the locals variables filter, the second the globals variables |
126 is the locals variables filter, the second the globals variables |
136 </dd> |
134 </dd> |
137 </dl> |
135 </dl> |
138 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
136 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
139 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
137 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
140 <b>on_buttonBox_clicked</b>(<i>button</i>) |
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
141 |
|
142 <p> |
139 <p> |
143 Private slot called by a button of the button box clicked. |
140 Private slot called by a button of the button box clicked. |
144 </p> |
141 </p> |
|
142 |
145 <dl> |
143 <dl> |
146 |
144 |
147 <dt><i>button</i> (QAbstractButton)</dt> |
145 <dt><i>button</i> (QAbstractButton)</dt> |
148 <dd> |
146 <dd> |
149 button that was clicked |
147 button that was clicked |
150 </dd> |
148 </dd> |
151 </dl> |
149 </dl> |
152 <a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
150 <a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
153 <h4>VariablesFilterDialog.setSelection</h4> |
151 <h4>VariablesFilterDialog.setSelection</h4> |
154 <b>setSelection</b>(<i>lList, gList</i>) |
152 <b>setSelection</b>(<i>lList, gList</i>) |
155 |
|
156 <p> |
153 <p> |
157 Public slot to set the current selection. |
154 Public slot to set the current selection. |
158 </p> |
155 </p> |
|
156 |
159 <dl> |
157 <dl> |
160 |
158 |
161 <dt><i>lList</i> (list of str)</dt> |
159 <dt><i>lList</i> (list of str)</dt> |
162 <dd> |
160 <dd> |
163 local variables filter |
161 local variables filter |