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