|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Debugger.VariablesFilterDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Debugger.VariablesFilterDialog</h1> |
|
12 <p> |
|
13 Module implementing the variables filter dialog. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td> |
|
23 <td>Class implementing the variables filter dialog.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a> |
|
32 <h2>VariablesFilterDialog</h2> |
|
33 <p> |
|
34 Class implementing the variables filter dialog. |
|
35 </p><p> |
|
36 It opens a dialog window for the configuration of the variables type |
|
37 filter to be applied during a debugging session. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 QDialog, Ui_VariablesFilterDialog |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td> |
|
52 <td>Public slot to retrieve the current selections.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#VariablesFilterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
55 <td>Private slot called by a button of the button box clicked.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> |
|
58 <td>Public slot to set the current selection.</td> |
|
59 </tr> |
|
60 </table> |
|
61 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> |
|
62 <h4>VariablesFilterDialog (Constructor)</h4> |
|
63 <b>VariablesFilterDialog</b>(<i>parent = None, name = None, modal = False</i>) |
|
64 <p> |
|
65 Constructor |
|
66 </p><dl> |
|
67 <dt><i>parent</i></dt> |
|
68 <dd> |
|
69 parent widget of this dialog (QWidget) |
|
70 </dd><dt><i>name</i></dt> |
|
71 <dd> |
|
72 name of this dialog (string) |
|
73 </dd><dt><i>modal</i></dt> |
|
74 <dd> |
|
75 flag to indicate a modal dialog (boolean) |
|
76 </dd> |
|
77 </dl><a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
|
78 <h4>VariablesFilterDialog.getSelection</h4> |
|
79 <b>getSelection</b>(<i></i>) |
|
80 <p> |
|
81 Public slot to retrieve the current selections. |
|
82 </p><dl> |
|
83 <dt>Returns:</dt> |
|
84 <dd> |
|
85 A tuple of lists of integer values. The first list is the locals variables |
|
86 filter, the second the globals variables filter. |
|
87 </dd> |
|
88 </dl><a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
|
89 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
|
90 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
91 <p> |
|
92 Private slot called by a button of the button box clicked. |
|
93 </p><dl> |
|
94 <dt><i>button</i></dt> |
|
95 <dd> |
|
96 button that was clicked (QAbstractButton) |
|
97 </dd> |
|
98 </dl><a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
|
99 <h4>VariablesFilterDialog.setSelection</h4> |
|
100 <b>setSelection</b>(<i>lList, gList</i>) |
|
101 <p> |
|
102 Public slot to set the current selection. |
|
103 </p><dl> |
|
104 <dt><i>lList</i></dt> |
|
105 <dd> |
|
106 local variables filter (list of int) |
|
107 </dd><dt><i>gList</i></dt> |
|
108 <dd> |
|
109 global variables filter (list of int) |
|
110 </dd> |
|
111 </dl> |
|
112 <div align="right"><a href="#top">Up</a></div> |
|
113 <hr /> |
|
114 </body></html> |