349 <dd> |
349 <dd> |
350 number of ignored errors (integer) |
350 number of ignored errors (integer) |
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=''</i>) |
355 <p> |
355 <p> |
356 Public method to 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> |
362 optional sourcestring (str) |
362 optional sourcestring (str) |
363 </dd><dt><i>onlyFixes=</i></dt> |
|
364 <dd> |
|
365 dict which violations should be fixed (dict) |
|
366 </dd> |
363 </dd> |
367 </dl><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> |
364 </dl><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> |
368 <h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4> |
365 <h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4> |
369 <b>on_buttonBox_clicked</b>(<i>button</i>) |
366 <b>on_buttonBox_clicked</b>(<i>button</i>) |
370 <p> |
367 <p> |