80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> |
81 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> |
82 <td>Private method to modify a result list entry to show its positive fixed state.</td> |
82 <td>Private method to modify a result list entry to show its positive fixed state.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td> |
84 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td> |
85 <td>Privat slot called after perfoming a style check on one file.</td> |
85 <td>Private slot called after perfoming a style check on one file.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#CodeStyleCheckerDialog.__resetStatistics">__resetStatistics</a></td> |
87 <td><a href="#CodeStyleCheckerDialog.__resetStatistics">__resetStatistics</a></td> |
88 <td>Private slot to reset the statistics data.</td> |
88 <td>Private slot to reset the statistics data.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#CodeStyleCheckerDialog.__resort">__resort</a></td> |
90 <td><a href="#CodeStyleCheckerDialog.__resort">__resort</a></td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
99 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
100 <td>Private method to update the collected statistics.</td> |
100 <td>Private method to update the collected statistics.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
102 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
103 <td>Start a style check for one file.</td> |
103 <td>Public method to start a style check for one file.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
105 <td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
106 <td>Private slot called by a button of the button box clicked.</td> |
106 <td>Private slot called by a button of the button box clicked.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> |
108 <td><a href="#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> |
279 </dd> |
279 </dd> |
280 </dl><a NAME="CodeStyleCheckerDialog.__processResult" ID="CodeStyleCheckerDialog.__processResult"></a> |
280 </dl><a NAME="CodeStyleCheckerDialog.__processResult" ID="CodeStyleCheckerDialog.__processResult"></a> |
281 <h4>CodeStyleCheckerDialog.__processResult</h4> |
281 <h4>CodeStyleCheckerDialog.__processResult</h4> |
282 <b>__processResult</b>(<i>fn, codeStyleCheckerStats, fixes, results</i>) |
282 <b>__processResult</b>(<i>fn, codeStyleCheckerStats, fixes, results</i>) |
283 <p> |
283 <p> |
284 Privat slot called after perfoming a style check on one file. |
284 Private slot called after perfoming a style check on one file. |
285 </p><dl> |
285 </p><dl> |
286 <dt><i>fn</i></dt> |
286 <dt><i>fn</i></dt> |
287 <dd> |
287 <dd> |
288 filename of the just checked file (str) |
288 filename of the just checked file (str) |
289 </dd><dt><i>codeStyleCheckerStats</i></dt> |
289 </dd><dt><i>codeStyleCheckerStats</i></dt> |
351 </dd> |
351 </dd> |
352 </dl><a NAME="CodeStyleCheckerDialog.check" ID="CodeStyleCheckerDialog.check"></a> |
352 </dl><a NAME="CodeStyleCheckerDialog.check" ID="CodeStyleCheckerDialog.check"></a> |
353 <h4>CodeStyleCheckerDialog.check</h4> |
353 <h4>CodeStyleCheckerDialog.check</h4> |
354 <b>check</b>(<i>codestring='', onlyFixes={}</i>) |
354 <b>check</b>(<i>codestring='', onlyFixes={}</i>) |
355 <p> |
355 <p> |
356 Start a style check for one file. |
356 Public method to start a style check for one file. |
357 </p><p> |
357 </p><p> |
358 The results are reported to the __processResult slot. |
358 The results are reported to the __processResult slot. |
359 </p><dl> |
359 </p><dl> |
360 <dt><i>codestring=</i></dt> |
360 <dt><i>codestring=</i></dt> |
361 <dd> |
361 <dd> |