58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#CodeStyleCheckerDialog.__init__">CodeStyleCheckerDialog</a></td> |
60 <td><a href="#CodeStyleCheckerDialog.__init__">CodeStyleCheckerDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#CodeStyleCheckerDialog.__batchFinished">__batchFinished</a></td> |
|
64 <td>Private slot handling the completion of a batch job.</td> |
|
65 </tr><tr> |
63 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> |
66 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> |
64 <td>Private method to clear all warning markers of open editors to be checked.</td> |
67 <td>Private method to clear all warning markers of open editors to be checked.</td> |
65 </tr><tr> |
68 </tr><tr> |
66 <td><a href="#CodeStyleCheckerDialog.__createResultItem">__createResultItem</a></td> |
69 <td><a href="#CodeStyleCheckerDialog.__createResultItem">__createResultItem</a></td> |
67 <td>Private method to create an entry in the result list.</td> |
70 <td>Private method to create an entry in the result list.</td> |
99 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
102 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td> |
100 <td>Private method to update the collected statistics.</td> |
103 <td>Private method to update the collected statistics.</td> |
101 </tr><tr> |
104 </tr><tr> |
102 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
105 <td><a href="#CodeStyleCheckerDialog.check">check</a></td> |
103 <td>Public method to start a style check for one file.</td> |
106 <td>Public method to start a style check for one file.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#CodeStyleCheckerDialog.checkBatch">checkBatch</a></td> |
|
109 <td>Public method to start a style check batch job.</td> |
104 </tr><tr> |
110 </tr><tr> |
105 <td><a href="#CodeStyleCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
111 <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> |
112 <td>Private slot called by a button of the button box clicked.</td> |
107 </tr><tr> |
113 </tr><tr> |
108 <td><a href="#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> |
114 <td><a href="#CodeStyleCheckerDialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> |
167 (CodeStyleCheckService) |
173 (CodeStyleCheckService) |
168 </dd><dt><i>parent</i></dt> |
174 </dd><dt><i>parent</i></dt> |
169 <dd> |
175 <dd> |
170 reference to the parent widget (QWidget) |
176 reference to the parent widget (QWidget) |
171 </dd> |
177 </dd> |
172 </dl><a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> |
178 </dl><a NAME="CodeStyleCheckerDialog.__batchFinished" ID="CodeStyleCheckerDialog.__batchFinished"></a> |
|
179 <h4>CodeStyleCheckerDialog.__batchFinished</h4> |
|
180 <b>__batchFinished</b>(<i></i>) |
|
181 <p> |
|
182 Private slot handling the completion of a batch job. |
|
183 </p><a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> |
173 <h4>CodeStyleCheckerDialog.__clearErrors</h4> |
184 <h4>CodeStyleCheckerDialog.__clearErrors</h4> |
174 <b>__clearErrors</b>(<i>files</i>) |
185 <b>__clearErrors</b>(<i>files</i>) |
175 <p> |
186 <p> |
176 Private method to clear all warning markers of open editors to be |
187 Private method to clear all warning markers of open editors to be |
177 checked. |
188 checked. |
359 </p><dl> |
370 </p><dl> |
360 <dt><i>codestring=</i></dt> |
371 <dt><i>codestring=</i></dt> |
361 <dd> |
372 <dd> |
362 optional sourcestring (str) |
373 optional sourcestring (str) |
363 </dd> |
374 </dd> |
364 </dl><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> |
375 </dl><a NAME="CodeStyleCheckerDialog.checkBatch" ID="CodeStyleCheckerDialog.checkBatch"></a> |
|
376 <h4>CodeStyleCheckerDialog.checkBatch</h4> |
|
377 <b>checkBatch</b>(<i></i>) |
|
378 <p> |
|
379 Public method to start a style check batch job. |
|
380 </p><p> |
|
381 The results are reported to the __processResult slot. |
|
382 </p><a NAME="CodeStyleCheckerDialog.on_buttonBox_clicked" ID="CodeStyleCheckerDialog.on_buttonBox_clicked"></a> |
365 <h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4> |
383 <h4>CodeStyleCheckerDialog.on_buttonBox_clicked</h4> |
366 <b>on_buttonBox_clicked</b>(<i>button</i>) |
384 <b>on_buttonBox_clicked</b>(<i>button</i>) |
367 <p> |
385 <p> |
368 Private slot called by a button of the button box clicked. |
386 Private slot called by a button of the button box clicked. |
369 </p><dl> |
387 </p><dl> |