125 Public slot to retrieve the current selections. |
125 Public slot to retrieve the current selections. |
126 </p> |
126 </p> |
127 <dl> |
127 <dl> |
128 <dt>Returns:</dt> |
128 <dt>Returns:</dt> |
129 <dd> |
129 <dd> |
130 A tuple of lists of integer values. The first list is the |
130 tuple of lists containing the variable filters. The first list |
131 locals variables filter, the second the globals variables filter. |
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) |
132 </dd> |
139 </dd> |
133 </dl> |
140 </dl> |
134 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
141 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> |
135 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
142 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> |
136 <b>on_buttonBox_clicked</b>(<i>button</i>) |
143 <b>on_buttonBox_clicked</b>(<i>button</i>) |
152 <p> |
159 <p> |
153 Public slot to set the current selection. |
160 Public slot to set the current selection. |
154 </p> |
161 </p> |
155 <dl> |
162 <dl> |
156 |
163 |
157 <dt><i>lList</i></dt> |
164 <dt><i>lList</i> (list of str)</dt> |
158 <dd> |
165 <dd> |
159 local variables filter (list of int) |
166 local variables filter |
160 </dd> |
167 </dd> |
161 <dt><i>gList</i></dt> |
168 <dt><i>gList</i> (list of str)</dt> |
162 <dd> |
169 <dd> |
163 global variables filter (list of int) |
170 global variables filter |
164 </dd> |
171 </dd> |
165 </dl> |
172 </dl> |
166 <div align="right"><a href="#top">Up</a></div> |
173 <div align="right"><a href="#top">Up</a></div> |
167 <hr /> |
174 <hr /> |
168 </body></html> |
175 </body></html> |