65 <tr> |
65 <tr> |
66 <td><a href="#VultureCheckerDialog.__batchFinished">__batchFinished</a></td> |
66 <td><a href="#VultureCheckerDialog.__batchFinished">__batchFinished</a></td> |
67 <td>Private slot handling the completion of a batch job.</td> |
67 <td>Private slot handling the completion of a batch job.</td> |
68 </tr> |
68 </tr> |
69 <tr> |
69 <tr> |
|
70 <td><a href="#VultureCheckerDialog.__cancel">__cancel</a></td> |
|
71 <td>Private method to cancel the current check run.</td> |
|
72 </tr> |
|
73 <tr> |
70 <td><a href="#VultureCheckerDialog.__createErrorItem">__createErrorItem</a></td> |
74 <td><a href="#VultureCheckerDialog.__createErrorItem">__createErrorItem</a></td> |
71 <td>Private slot to create a new error item in the result list.</td> |
75 <td>Private slot to create a new error item in the result list.</td> |
72 </tr> |
76 </tr> |
73 <tr> |
77 <tr> |
74 <td><a href="#VultureCheckerDialog.__createFileItem">__createFileItem</a></td> |
78 <td><a href="#VultureCheckerDialog.__createFileItem">__createFileItem</a></td> |
171 <td>Private slot to add entries to the whitelist.</td> |
175 <td>Private slot to add entries to the whitelist.</td> |
172 </tr> |
176 </tr> |
173 <tr> |
177 <tr> |
174 <td><a href="#VultureCheckerDialog.clear">clear</a></td> |
178 <td><a href="#VultureCheckerDialog.clear">clear</a></td> |
175 <td>Public method to clear all results.</td> |
179 <td>Public method to clear all results.</td> |
|
180 </tr> |
|
181 <tr> |
|
182 <td><a href="#VultureCheckerDialog.closeEvent">closeEvent</a></td> |
|
183 <td>Protected method to handle a close event.</td> |
176 </tr> |
184 </tr> |
177 <tr> |
185 <tr> |
178 <td><a href="#VultureCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
186 <td><a href="#VultureCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
179 <td>Private slot called by a button of the button box clicked.</td> |
187 <td>Private slot called by a button of the button box clicked.</td> |
180 </tr> |
188 </tr> |
232 <b>__batchFinished</b>(<i></i>) |
240 <b>__batchFinished</b>(<i></i>) |
233 |
241 |
234 <p> |
242 <p> |
235 Private slot handling the completion of a batch job. |
243 Private slot handling the completion of a batch job. |
236 </p> |
244 </p> |
|
245 <a NAME="VultureCheckerDialog.__cancel" ID="VultureCheckerDialog.__cancel"></a> |
|
246 <h4>VultureCheckerDialog.__cancel</h4> |
|
247 <b>__cancel</b>(<i></i>) |
|
248 |
|
249 <p> |
|
250 Private method to cancel the current check run. |
|
251 </p> |
237 <a NAME="VultureCheckerDialog.__createErrorItem" ID="VultureCheckerDialog.__createErrorItem"></a> |
252 <a NAME="VultureCheckerDialog.__createErrorItem" ID="VultureCheckerDialog.__createErrorItem"></a> |
238 <h4>VultureCheckerDialog.__createErrorItem</h4> |
253 <h4>VultureCheckerDialog.__createErrorItem</h4> |
239 <b>__createErrorItem</b>(<i>filename, message</i>) |
254 <b>__createErrorItem</b>(<i>filename, message</i>) |
240 |
255 |
241 <p> |
256 <p> |
664 <b>clear</b>(<i></i>) |
679 <b>clear</b>(<i></i>) |
665 |
680 |
666 <p> |
681 <p> |
667 Public method to clear all results. |
682 Public method to clear all results. |
668 </p> |
683 </p> |
|
684 <a NAME="VultureCheckerDialog.closeEvent" ID="VultureCheckerDialog.closeEvent"></a> |
|
685 <h4>VultureCheckerDialog.closeEvent</h4> |
|
686 <b>closeEvent</b>(<i>evt</i>) |
|
687 |
|
688 <p> |
|
689 Protected method to handle a close event. |
|
690 </p> |
|
691 <dl> |
|
692 |
|
693 <dt><i>evt</i> (QCloseEvent)</dt> |
|
694 <dd> |
|
695 reference to the close event |
|
696 </dd> |
|
697 </dl> |
669 <a NAME="VultureCheckerDialog.on_buttonBox_clicked" ID="VultureCheckerDialog.on_buttonBox_clicked"></a> |
698 <a NAME="VultureCheckerDialog.on_buttonBox_clicked" ID="VultureCheckerDialog.on_buttonBox_clicked"></a> |
670 <h4>VultureCheckerDialog.on_buttonBox_clicked</h4> |
699 <h4>VultureCheckerDialog.on_buttonBox_clicked</h4> |
671 <b>on_buttonBox_clicked</b>(<i>button</i>) |
700 <b>on_buttonBox_clicked</b>(<i>button</i>) |
672 |
701 |
673 <p> |
702 <p> |