164 <b>__clearErrors</b>(<i></i>) |
164 <b>__clearErrors</b>(<i></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. |
167 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a> |
167 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a> |
168 <h4>Pep8Dialog.__createResultItem</h4> |
168 <h4>Pep8Dialog.__createResultItem</h4> |
169 <b>__createResultItem</b>(<i>file, line, pos, message, fixed</i>) |
169 <b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>) |
170 <p> |
170 <p> |
171 Private method to create an entry in the result list. |
171 Private method to create an entry in the result list. |
172 </p><dl> |
172 </p><dl> |
173 <dt><i>file</i></dt> |
173 <dt><i>file</i></dt> |
174 <dd> |
174 <dd> |
183 <dd> |
183 <dd> |
184 message text (string) |
184 message text (string) |
185 </dd><dt><i>fixed</i></dt> |
185 </dd><dt><i>fixed</i></dt> |
186 <dd> |
186 <dd> |
187 flag indicating a fixed issue (boolean) |
187 flag indicating a fixed issue (boolean) |
|
188 </dd><dt><i>autofixing</i></dt> |
|
189 <dd> |
|
190 flag indicating, that we are fixing issues |
|
191 automatically (boolean) |
|
192 </dd> |
|
193 </dl><dl> |
|
194 <dt>Returns:</dt> |
|
195 <dd> |
|
196 reference to the created item (QTreeWidgetItem) |
188 </dd> |
197 </dd> |
189 </dl><a NAME="Pep8Dialog.__finish" ID="Pep8Dialog.__finish"></a> |
198 </dl><a NAME="Pep8Dialog.__finish" ID="Pep8Dialog.__finish"></a> |
190 <h4>Pep8Dialog.__finish</h4> |
199 <h4>Pep8Dialog.__finish</h4> |
191 <b>__finish</b>(<i></i>) |
200 <b>__finish</b>(<i></i>) |
192 <p> |
201 <p> |
217 <dd> |
226 <dd> |
218 flag indicating a fixable issue (boolean) |
227 flag indicating a fixable issue (boolean) |
219 </dd> |
228 </dd> |
220 </dl><a NAME="Pep8Dialog.__modifyFixedResultItem" ID="Pep8Dialog.__modifyFixedResultItem"></a> |
229 </dl><a NAME="Pep8Dialog.__modifyFixedResultItem" ID="Pep8Dialog.__modifyFixedResultItem"></a> |
221 <h4>Pep8Dialog.__modifyFixedResultItem</h4> |
230 <h4>Pep8Dialog.__modifyFixedResultItem</h4> |
222 <b>__modifyFixedResultItem</b>(<i>itm, text</i>) |
231 <b>__modifyFixedResultItem</b>(<i>itm, text, fixed</i>) |
223 <p> |
232 <p> |
224 Private method to modify a result list entry to show its |
233 Private method to modify a result list entry to show its |
225 positive fixed state. |
234 positive fixed state. |
226 </p><dl> |
235 </p><dl> |
227 <dt><i>itm</i></dt> |
236 <dt><i>itm</i></dt> |
228 <dd> |
237 <dd> |
229 reference to the item to modify (QTreeWidgetItem) |
238 reference to the item to modify (QTreeWidgetItem) |
230 </dd><dt><i>text</i></dt> |
239 </dd><dt><i>text</i></dt> |
231 <dd> |
240 <dd> |
232 text to be appended (string) |
241 text to be appended (string) |
|
242 </dd><dt><i>fixed</i></dt> |
|
243 <dd> |
|
244 flag indicating a fixed issue (boolean) |
233 </dd> |
245 </dd> |
234 </dl><a NAME="Pep8Dialog.__resetStatistics" ID="Pep8Dialog.__resetStatistics"></a> |
246 </dl><a NAME="Pep8Dialog.__resetStatistics" ID="Pep8Dialog.__resetStatistics"></a> |
235 <h4>Pep8Dialog.__resetStatistics</h4> |
247 <h4>Pep8Dialog.__resetStatistics</h4> |
236 <b>__resetStatistics</b>(<i></i>) |
248 <b>__resetStatistics</b>(<i></i>) |
237 <p> |
249 <p> |