VultureChecker/Documentation/source/Plugin_Checker_Vulture.VultureChecker.EditWhiteListDialog.html

changeset 69
3c2922b45a9f
parent 62
4a69da851bd2
child 83
7a6fb6e896e0
equal deleted inserted replaced
68:d7a6b7ea640d 69:3c2922b45a9f
111 <tr> 111 <tr>
112 <td><a href="#EditWhiteListDialog.on_listsWidget_currentChanged">on_listsWidget_currentChanged</a></td> 112 <td><a href="#EditWhiteListDialog.on_listsWidget_currentChanged">on_listsWidget_currentChanged</a></td>
113 <td>Private slot handling the selection of tab.</td> 113 <td>Private slot handling the selection of tab.</td>
114 </tr> 114 </tr>
115 <tr> 115 <tr>
116 <td><a href="#EditWhiteListDialog.on_methodsList_itemSelectionChanged">on_methodsList_itemSelectionChanged</a></td>
117 <td>Private slot to react upon a change of selection in the methods list.</td>
118 </tr>
119 <tr>
116 <td><a href="#EditWhiteListDialog.on_patternsList_itemSelectionChanged">on_patternsList_itemSelectionChanged</a></td> 120 <td><a href="#EditWhiteListDialog.on_patternsList_itemSelectionChanged">on_patternsList_itemSelectionChanged</a></td>
117 <td>Private slot to react upon a change of selection in the patterns list.</td> 121 <td>Private slot to react upon a change of selection in the patterns list.</td>
118 </tr> 122 </tr>
119 <tr> 123 <tr>
120 <td><a href="#EditWhiteListDialog.on_propertiesList_itemSelectionChanged">on_propertiesList_itemSelectionChanged</a></td> 124 <td><a href="#EditWhiteListDialog.on_propertiesList_itemSelectionChanged">on_propertiesList_itemSelectionChanged</a></td>
125 <td>Private slot to remove all entries from the current list.</td> 129 <td>Private slot to remove all entries from the current list.</td>
126 </tr> 130 </tr>
127 <tr> 131 <tr>
128 <td><a href="#EditWhiteListDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 132 <td><a href="#EditWhiteListDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
129 <td>Private slot to remove the selected entries from the current list.</td> 133 <td>Private slot to remove the selected entries from the current list.</td>
130 </tr>
131 <tr>
132 <td><a href="#EditWhiteListDialog.on_slotsList_itemSelectionChanged">on_slotsList_itemSelectionChanged</a></td>
133 <td>Private slot to react upon a change of selection in the slots list.</td>
134 </tr> 134 </tr>
135 <tr> 135 <tr>
136 <td><a href="#EditWhiteListDialog.on_variablesList_itemSelectionChanged">on_variablesList_itemSelectionChanged</a></td> 136 <td><a href="#EditWhiteListDialog.on_variablesList_itemSelectionChanged">on_variablesList_itemSelectionChanged</a></td>
137 <td>Private slot to react upon a change of selection in the variables list.</td> 137 <td>Private slot to react upon a change of selection in the variables list.</td>
138 </tr> 138 </tr>
174 <dd> 174 <dd>
175 reference to the list widget 175 reference to the list widget
176 </dd> 176 </dd>
177 </dl> 177 </dl>
178 <dl> 178 <dl>
179 <dt>Returns:</dt> 179 <dt>Return:</dt>
180 <dd> 180 <dd>
181 whitelisted names 181 whitelisted names
182 </dd> 182 </dd>
183 </dl> 183 </dl>
184 <dl> 184 <dl>
200 <dd> 200 <dd>
201 name to be checked 201 name to be checked
202 </dd> 202 </dd>
203 </dl> 203 </dl>
204 <dl> 204 <dl>
205 <dt>Returns:</dt> 205 <dt>Return:</dt>
206 <dd> 206 <dd>
207 flag indicating a wildcard pattern 207 flag indicating a wildcard pattern
208 </dd> 208 </dd>
209 </dl> 209 </dl>
210 <dl> 210 <dl>
226 226
227 <p> 227 <p>
228 Public methods to retrieve the various whitelists. 228 Public methods to retrieve the various whitelists.
229 </p> 229 </p>
230 <dl> 230 <dl>
231 <dt>Returns:</dt> 231 <dt>Return:</dt>
232 <dd> 232 <dd>
233 dictionary containing the whitelists 233 dictionary containing the whitelists
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <dl> 236 <dl>
287 <dt><i>index</i> (int)</dt> 287 <dt><i>index</i> (int)</dt>
288 <dd> 288 <dd>
289 index of the selected tab 289 index of the selected tab
290 </dd> 290 </dd>
291 </dl> 291 </dl>
292 <a NAME="EditWhiteListDialog.on_methodsList_itemSelectionChanged" ID="EditWhiteListDialog.on_methodsList_itemSelectionChanged"></a>
293 <h4>EditWhiteListDialog.on_methodsList_itemSelectionChanged</h4>
294 <b>on_methodsList_itemSelectionChanged</b>(<i></i>)
295
296 <p>
297 Private slot to react upon a change of selection in the methods list.
298 </p>
292 <a NAME="EditWhiteListDialog.on_patternsList_itemSelectionChanged" ID="EditWhiteListDialog.on_patternsList_itemSelectionChanged"></a> 299 <a NAME="EditWhiteListDialog.on_patternsList_itemSelectionChanged" ID="EditWhiteListDialog.on_patternsList_itemSelectionChanged"></a>
293 <h4>EditWhiteListDialog.on_patternsList_itemSelectionChanged</h4> 300 <h4>EditWhiteListDialog.on_patternsList_itemSelectionChanged</h4>
294 <b>on_patternsList_itemSelectionChanged</b>(<i></i>) 301 <b>on_patternsList_itemSelectionChanged</b>(<i></i>)
295 302
296 <p> 303 <p>
316 <b>on_removeButton_clicked</b>(<i></i>) 323 <b>on_removeButton_clicked</b>(<i></i>)
317 324
318 <p> 325 <p>
319 Private slot to remove the selected entries from the current list. 326 Private slot to remove the selected entries from the current list.
320 </p> 327 </p>
321 <a NAME="EditWhiteListDialog.on_slotsList_itemSelectionChanged" ID="EditWhiteListDialog.on_slotsList_itemSelectionChanged"></a>
322 <h4>EditWhiteListDialog.on_slotsList_itemSelectionChanged</h4>
323 <b>on_slotsList_itemSelectionChanged</b>(<i></i>)
324
325 <p>
326 Private slot to react upon a change of selection in the slots list.
327 </p>
328 <a NAME="EditWhiteListDialog.on_variablesList_itemSelectionChanged" ID="EditWhiteListDialog.on_variablesList_itemSelectionChanged"></a> 328 <a NAME="EditWhiteListDialog.on_variablesList_itemSelectionChanged" ID="EditWhiteListDialog.on_variablesList_itemSelectionChanged"></a>
329 <h4>EditWhiteListDialog.on_variablesList_itemSelectionChanged</h4> 329 <h4>EditWhiteListDialog.on_variablesList_itemSelectionChanged</h4>
330 <b>on_variablesList_itemSelectionChanged</b>(<i></i>) 330 <b>on_variablesList_itemSelectionChanged</b>(<i></i>)
331 331
332 <p> 332 <p>

eric ide

mercurial