93 <tr> |
93 <tr> |
94 <td><a href="#CodeStyleCheckerDialog.__finish">__finish</a></td> |
94 <td><a href="#CodeStyleCheckerDialog.__finish">__finish</a></td> |
95 <td>Private slot called when the code style check finished or the user pressed the cancel button.</td> |
95 <td>Private slot called when the code style check finished or the user pressed the cancel button.</td> |
96 </tr> |
96 </tr> |
97 <tr> |
97 <tr> |
|
98 <td><a href="#CodeStyleCheckerDialog.__getBanRelativeImportsValue">__getBanRelativeImportsValue</a></td> |
|
99 <td>Private method to get the value corresponding the selected button.</td> |
|
100 </tr> |
|
101 <tr> |
98 <td><a href="#CodeStyleCheckerDialog.__getBuiltinsIgnoreList">__getBuiltinsIgnoreList</a></td> |
102 <td><a href="#CodeStyleCheckerDialog.__getBuiltinsIgnoreList">__getBuiltinsIgnoreList</a></td> |
99 <td>Private method to get a dictionary containing the builtins assignments to be ignored.</td> |
103 <td>Private method to get a dictionary containing the builtins assignments to be ignored.</td> |
100 </tr> |
104 </tr> |
101 <tr> |
105 <tr> |
102 <td><a href="#CodeStyleCheckerDialog.__getCategories">__getCategories</a></td> |
106 <td><a href="#CodeStyleCheckerDialog.__getCategories">__getCategories</a></td> |
167 <td>Private method to resort the tree.</td> |
171 <td>Private method to resort the tree.</td> |
168 </tr> |
172 </tr> |
169 <tr> |
173 <tr> |
170 <td><a href="#CodeStyleCheckerDialog.__selectCodes">__selectCodes</a></td> |
174 <td><a href="#CodeStyleCheckerDialog.__selectCodes">__selectCodes</a></td> |
171 <td>Private method to select message codes via a selection dialog.</td> |
175 <td>Private method to select message codes via a selection dialog.</td> |
|
176 </tr> |
|
177 <tr> |
|
178 <td><a href="#CodeStyleCheckerDialog.__setBanRelativeImports">__setBanRelativeImports</a></td> |
|
179 <td>Private method to set the button according to the ban relative imports setting.</td> |
172 </tr> |
180 </tr> |
173 <tr> |
181 <tr> |
174 <td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> |
182 <td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> |
175 <td>Private method to update the collected fixer related statistics.</td> |
183 <td>Private method to update the collected fixer related statistics.</td> |
176 </tr> |
184 </tr> |
459 |
467 |
460 <p> |
468 <p> |
461 Private slot called when the code style check finished or the user |
469 Private slot called when the code style check finished or the user |
462 pressed the cancel button. |
470 pressed the cancel button. |
463 </p> |
471 </p> |
|
472 <a NAME="CodeStyleCheckerDialog.__getBanRelativeImportsValue" ID="CodeStyleCheckerDialog.__getBanRelativeImportsValue"></a> |
|
473 <h4>CodeStyleCheckerDialog.__getBanRelativeImportsValue</h4> |
|
474 <b>__getBanRelativeImportsValue</b>(<i></i>) |
|
475 |
|
476 <p> |
|
477 Private method to get the value corresponding the selected button. |
|
478 </p> |
|
479 <dl> |
|
480 <dt>Return:</dt> |
|
481 <dd> |
|
482 value for the BanRelativeImports argument |
|
483 </dd> |
|
484 </dl> |
|
485 <dl> |
|
486 <dt>Return Type:</dt> |
|
487 <dd> |
|
488 str |
|
489 </dd> |
|
490 </dl> |
464 <a NAME="CodeStyleCheckerDialog.__getBuiltinsIgnoreList" ID="CodeStyleCheckerDialog.__getBuiltinsIgnoreList"></a> |
491 <a NAME="CodeStyleCheckerDialog.__getBuiltinsIgnoreList" ID="CodeStyleCheckerDialog.__getBuiltinsIgnoreList"></a> |
465 <h4>CodeStyleCheckerDialog.__getBuiltinsIgnoreList</h4> |
492 <h4>CodeStyleCheckerDialog.__getBuiltinsIgnoreList</h4> |
466 <b>__getBuiltinsIgnoreList</b>(<i></i>) |
493 <b>__getBuiltinsIgnoreList</b>(<i></i>) |
467 |
494 |
468 <p> |
495 <p> |
816 <dd> |
843 <dd> |
817 flag indicating to show a list of fixable |
844 flag indicating to show a list of fixable |
818 issues |
845 issues |
819 </dd> |
846 </dd> |
820 </dl> |
847 </dl> |
|
848 <a NAME="CodeStyleCheckerDialog.__setBanRelativeImports" ID="CodeStyleCheckerDialog.__setBanRelativeImports"></a> |
|
849 <h4>CodeStyleCheckerDialog.__setBanRelativeImports</h4> |
|
850 <b>__setBanRelativeImports</b>(<i>value</i>) |
|
851 |
|
852 <p> |
|
853 Private method to set the button according to the ban relative imports |
|
854 setting. |
|
855 </p> |
|
856 <dl> |
|
857 |
|
858 <dt><i>value</i> (str)</dt> |
|
859 <dd> |
|
860 value of the ban relative imports setting |
|
861 </dd> |
|
862 </dl> |
821 <a NAME="CodeStyleCheckerDialog.__updateFixerStatistics" ID="CodeStyleCheckerDialog.__updateFixerStatistics"></a> |
863 <a NAME="CodeStyleCheckerDialog.__updateFixerStatistics" ID="CodeStyleCheckerDialog.__updateFixerStatistics"></a> |
822 <h4>CodeStyleCheckerDialog.__updateFixerStatistics</h4> |
864 <h4>CodeStyleCheckerDialog.__updateFixerStatistics</h4> |
823 <b>__updateFixerStatistics</b>(<i>fixer</i>) |
865 <b>__updateFixerStatistics</b>(<i>fixer</i>) |
824 |
866 |
825 <p> |
867 <p> |