62 <tr> |
62 <tr> |
63 <td><a href="#CodeStyleCheckerDialog.__init__">CodeStyleCheckerDialog</a></td> |
63 <td><a href="#CodeStyleCheckerDialog.__init__">CodeStyleCheckerDialog</a></td> |
64 <td>Constructor</td> |
64 <td>Constructor</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> |
66 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> |
67 <td>Private method to clear all warning markers of open editors.</td> |
67 <td>Private method to clear all warning markers of open editors to be checked.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#CodeStyleCheckerDialog.__createResultItem">__createResultItem</a></td> |
69 <td><a href="#CodeStyleCheckerDialog.__createResultItem">__createResultItem</a></td> |
70 <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> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#CodeStyleCheckerDialog.__finish">__finish</a></td> |
72 <td><a href="#CodeStyleCheckerDialog.__finish">__finish</a></td> |
159 <dd> |
159 <dd> |
160 reference to the parent widget (QWidget) |
160 reference to the parent widget (QWidget) |
161 </dd> |
161 </dd> |
162 </dl><a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> |
162 </dl><a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> |
163 <h4>CodeStyleCheckerDialog.__clearErrors</h4> |
163 <h4>CodeStyleCheckerDialog.__clearErrors</h4> |
164 <b>__clearErrors</b>(<i></i>) |
164 <b>__clearErrors</b>(<i>files</i>) |
165 <p> |
165 <p> |
166 Private method to clear all warning markers of open editors. |
166 Private method to clear all warning markers of open editors to be |
167 </p><a NAME="CodeStyleCheckerDialog.__createResultItem" ID="CodeStyleCheckerDialog.__createResultItem"></a> |
167 checked. |
|
168 </p><dl> |
|
169 <dt><i>files</i></dt> |
|
170 <dd> |
|
171 list of files to be checked (list of string) |
|
172 </dd> |
|
173 </dl><a NAME="CodeStyleCheckerDialog.__createResultItem" ID="CodeStyleCheckerDialog.__createResultItem"></a> |
168 <h4>CodeStyleCheckerDialog.__createResultItem</h4> |
174 <h4>CodeStyleCheckerDialog.__createResultItem</h4> |
169 <b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>) |
175 <b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>) |
170 <p> |
176 <p> |
171 Private method to create an entry in the result list. |
177 Private method to create an entry in the result list. |
172 </p><dl> |
178 </p><dl> |