147 <tr> |
147 <tr> |
148 <td><a href="#CodeStyleCheckerDialog.__modifyOptions">__modifyOptions</a></td> |
148 <td><a href="#CodeStyleCheckerDialog.__modifyOptions">__modifyOptions</a></td> |
149 <td>Private method to modify the options based on eflag: entries.</td> |
149 <td>Private method to modify the options based on eflag: entries.</td> |
150 </tr> |
150 </tr> |
151 <tr> |
151 <tr> |
|
152 <td><a href="#CodeStyleCheckerDialog.__prepareProgress">__prepareProgress</a></td> |
|
153 <td>Private method to prepare the progress tab for the next run.</td> |
|
154 </tr> |
|
155 <tr> |
152 <td><a href="#CodeStyleCheckerDialog.__processError">__processError</a></td> |
156 <td><a href="#CodeStyleCheckerDialog.__processError">__processError</a></td> |
153 <td>Private slot to process an error indication from the service.</td> |
157 <td>Private slot to process an error indication from the service.</td> |
154 </tr> |
158 </tr> |
155 <tr> |
159 <tr> |
156 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td> |
160 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td> |
171 <tr> |
175 <tr> |
172 <td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> |
176 <td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> |
173 <td>Private method to update the collected fixer related statistics.</td> |
177 <td>Private method to update the collected fixer related statistics.</td> |
174 </tr> |
178 </tr> |
175 <tr> |
179 <tr> |
|
180 <td><a href="#CodeStyleCheckerDialog.__updateProgress">__updateProgress</a></td> |
|
181 <td>Private method to update the progress tab.</td> |
|
182 </tr> |
|
183 <tr> |
176 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
184 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
177 <td>Private method to update the collected statistics.</td> |
185 <td>Private method to update the collected statistics.</td> |
178 </tr> |
186 </tr> |
179 <tr> |
187 <tr> |
180 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
188 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
193 <td>Private slot to react upon changes of the selected builtin assignments.</td> |
201 <td>Private slot to react upon changes of the selected builtin assignments.</td> |
194 </tr> |
202 </tr> |
195 <tr> |
203 <tr> |
196 <td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
204 <td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
197 <td>Private slot called by a button of the button box clicked.</td> |
205 <td>Private slot called by a button of the button box clicked.</td> |
|
206 </tr> |
|
207 <tr> |
|
208 <td><a href="#CodeStyleCheckerDialog.on_cancelButton_clicked">on_cancelButton_clicked</a></td> |
|
209 <td>Private slot to handle the "Cancel" button press.</td> |
198 </tr> |
210 </tr> |
199 <tr> |
211 <tr> |
200 <td><a href="#CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked">on_deleteBuiltinButton_clicked</a></td> |
212 <td><a href="#CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked">on_deleteBuiltinButton_clicked</a></td> |
201 <td>Private slot to delete the selected items from the list.</td> |
213 <td>Private slot to delete the selected items from the list.</td> |
202 </tr> |
214 </tr> |
644 <dt>Return Type:</dt> |
656 <dt>Return Type:</dt> |
645 <dd> |
657 <dd> |
646 list |
658 list |
647 </dd> |
659 </dd> |
648 </dl> |
660 </dl> |
|
661 <a NAME="CodeStyleCheckerDialog.__prepareProgress" ID="CodeStyleCheckerDialog.__prepareProgress"></a> |
|
662 <h4>CodeStyleCheckerDialog.__prepareProgress</h4> |
|
663 <b>__prepareProgress</b>(<i></i>) |
|
664 |
|
665 <p> |
|
666 Private method to prepare the progress tab for the next run. |
|
667 </p> |
649 <a NAME="CodeStyleCheckerDialog.__processError" ID="CodeStyleCheckerDialog.__processError"></a> |
668 <a NAME="CodeStyleCheckerDialog.__processError" ID="CodeStyleCheckerDialog.__processError"></a> |
650 <h4>CodeStyleCheckerDialog.__processError</h4> |
669 <h4>CodeStyleCheckerDialog.__processError</h4> |
651 <b>__processError</b>(<i>fn, msg</i>) |
670 <b>__processError</b>(<i>fn, msg</i>) |
652 |
671 |
653 <p> |
672 <p> |
739 <dt><i>fixer</i> (CodeStyleFixer)</dt> |
758 <dt><i>fixer</i> (CodeStyleFixer)</dt> |
740 <dd> |
759 <dd> |
741 reference to the code style fixer |
760 reference to the code style fixer |
742 </dd> |
761 </dd> |
743 </dl> |
762 </dl> |
|
763 <a NAME="CodeStyleCheckerDialog.__updateProgress" ID="CodeStyleCheckerDialog.__updateProgress"></a> |
|
764 <h4>CodeStyleCheckerDialog.__updateProgress</h4> |
|
765 <b>__updateProgress</b>(<i>fn</i>) |
|
766 |
|
767 <p> |
|
768 Private method to update the progress tab. |
|
769 </p> |
|
770 <dl> |
|
771 |
|
772 <dt><i>fn</i> (str)</dt> |
|
773 <dd> |
|
774 filename of the just checked file |
|
775 </dd> |
|
776 </dl> |
744 <a NAME="CodeStyleCheckerDialog.__updateStatistics" ID="CodeStyleCheckerDialog.__updateStatistics"></a> |
777 <a NAME="CodeStyleCheckerDialog.__updateStatistics" ID="CodeStyleCheckerDialog.__updateStatistics"></a> |
745 <h4>CodeStyleCheckerDialog.__updateStatistics</h4> |
778 <h4>CodeStyleCheckerDialog.__updateStatistics</h4> |
746 <b>__updateStatistics</b>(<i>statistics, fixer, ignoredErrors, securityOk</i>) |
779 <b>__updateStatistics</b>(<i>statistics, fixer, ignoredErrors, securityOk</i>) |
747 |
780 |
748 <p> |
781 <p> |
821 <dt><i>button</i> (QAbstractButton)</dt> |
854 <dt><i>button</i> (QAbstractButton)</dt> |
822 <dd> |
855 <dd> |
823 button that was clicked |
856 button that was clicked |
824 </dd> |
857 </dd> |
825 </dl> |
858 </dl> |
|
859 <a NAME="CodeStyleCheckerDialog.on_cancelButton_clicked" ID="CodeStyleCheckerDialog.on_cancelButton_clicked"></a> |
|
860 <h4>CodeStyleCheckerDialog.on_cancelButton_clicked</h4> |
|
861 <b>on_cancelButton_clicked</b>(<i></i>) |
|
862 |
|
863 <p> |
|
864 Private slot to handle the "Cancel" button press. |
|
865 </p> |
826 <a NAME="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked" ID="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked"></a> |
866 <a NAME="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked" ID="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked"></a> |
827 <h4>CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked</h4> |
867 <h4>CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked</h4> |
828 <b>on_deleteBuiltinButton_clicked</b>(<i></i>) |
868 <b>on_deleteBuiltinButton_clicked</b>(<i></i>) |
829 |
869 |
830 <p> |
870 <p> |