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

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

eric ide

mercurial