20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Debugger.VariablesFilterDialog</h1> |
23 <h1>eric5.Debugger.VariablesFilterDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing the variables filter dialog. |
25 Module implementing the variables filter dialog. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td> |
34 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td> |
35 <td>Class implementing the variables filter dialog.</td> |
35 <td>Class implementing the variables filter dialog.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a> |
43 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a> |
44 <h2>VariablesFilterDialog</h2> |
44 <h2>VariablesFilterDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing the variables filter dialog. |
46 Class implementing the variables filter dialog. |
47 </p><p> |
47 </p><p> |
48 It opens a dialog window for the configuration of the variables type |
48 It opens a dialog window for the configuration of the variables type |
49 filter to be applied during a debugging session. |
49 filter to be applied during a debugging session. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 QDialog, Ui_VariablesFilterDialog |
52 QDialog, Ui_VariablesFilterDialog |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> |
60 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td> |
63 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td> |
64 <td>Public slot to retrieve the current selections.</td> |
64 <td>Public slot to retrieve the current selections.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#VariablesFilterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
66 <td><a href="#VariablesFilterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
67 <td>Private slot called by a button of the button box clicked.</td> |
67 <td>Private slot called by a button of the button box clicked.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> |
69 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> |
70 <td>Public slot to set the current selection.</td> |
70 <td>Public slot to set the current selection.</td> |
71 </tr> |
71 </tr> |
72 </table> |
72 </table> |
73 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> |
73 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> |
74 <h4>VariablesFilterDialog (Constructor)</h4> |
74 <h4>VariablesFilterDialog (Constructor)</h4> |
75 <b>VariablesFilterDialog</b>(<i>parent = None, name = None, modal = False</i>) |
75 <b>VariablesFilterDialog</b>(<i>parent = None, name = None, modal = False</i>) |
76 <p> |
76 <p> |
77 Constructor |
77 Constructor |
78 </p><dl> |
78 </p><dl> |
79 <dt><i>parent</i></dt> |
79 <dt><i>parent</i></dt> |
80 <dd> |
80 <dd> |
81 parent widget of this dialog (QWidget) |
81 parent widget of this dialog (QWidget) |
82 </dd><dt><i>name</i></dt> |
82 </dd><dt><i>name</i></dt> |
83 <dd> |
83 <dd> |
84 name of this dialog (string) |
84 name of this dialog (string) |
85 </dd><dt><i>modal</i></dt> |
85 </dd><dt><i>modal</i></dt> |
86 <dd> |
86 <dd> |
87 flag to indicate a modal dialog (boolean) |
87 flag to indicate a modal dialog (boolean) |
88 </dd> |
88 </dd> |
89 </dl><a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
89 </dl><a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
90 <h4>VariablesFilterDialog.getSelection</h4> |
90 <h4>VariablesFilterDialog.getSelection</h4> |
91 <b>getSelection</b>(<i></i>) |
91 <b>getSelection</b>(<i></i>) |
92 <p> |
92 <p> |
93 Public slot to retrieve the current selections. |
93 Public slot to retrieve the current selections. |
94 </p><dl> |
94 </p><dl> |
95 <dt>Returns:</dt> |
95 <dt>Returns:</dt> |
96 <dd> |
96 <dd> |
97 A tuple of lists of integer values. The first list is the locals variables |
97 A tuple of lists of integer values. The first list is the locals variables |
98 filter, the second the globals variables filter. |
98 filter, the second the globals variables filter. |
99 </dd> |
99 </dd> |
100 </dl><a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
100 </dl><a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
101 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
101 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
102 <b>on_buttonBox_clicked</b>(<i>button</i>) |
102 <b>on_buttonBox_clicked</b>(<i>button</i>) |
103 <p> |
103 <p> |
104 Private slot called by a button of the button box clicked. |
104 Private slot called by a button of the button box clicked. |
105 </p><dl> |
105 </p><dl> |
106 <dt><i>button</i></dt> |
106 <dt><i>button</i></dt> |
107 <dd> |
107 <dd> |
108 button that was clicked (QAbstractButton) |
108 button that was clicked (QAbstractButton) |
109 </dd> |
109 </dd> |
110 </dl><a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
110 </dl><a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
111 <h4>VariablesFilterDialog.setSelection</h4> |
111 <h4>VariablesFilterDialog.setSelection</h4> |
112 <b>setSelection</b>(<i>lList, gList</i>) |
112 <b>setSelection</b>(<i>lList, gList</i>) |
113 <p> |
113 <p> |
114 Public slot to set the current selection. |
114 Public slot to set the current selection. |
115 </p><dl> |
115 </p><dl> |
116 <dt><i>lList</i></dt> |
116 <dt><i>lList</i></dt> |
117 <dd> |
117 <dd> |
118 local variables filter (list of int) |
118 local variables filter (list of int) |
119 </dd><dt><i>gList</i></dt> |
119 </dd><dt><i>gList</i></dt> |
120 <dd> |
120 <dd> |
121 global variables filter (list of int) |
121 global variables filter (list of int) |
122 </dd> |
122 </dd> |
123 </dl> |
123 </dl> |
124 <div align="right"><a href="#top">Up</a></div> |
124 <div align="right"><a href="#top">Up</a></div> |
125 <hr /> |
125 <hr /> |
126 </body></html> |
126 </body></html> |