116 </tr><tr> |
116 </tr><tr> |
117 <td><a href="#Pep8Dialog.on_noFixIssuesSelectButton_clicked">on_noFixIssuesSelectButton_clicked</a></td> |
117 <td><a href="#Pep8Dialog.on_noFixIssuesSelectButton_clicked">on_noFixIssuesSelectButton_clicked</a></td> |
118 <td>Private slot to select the issue codes not to be fixed via a selection dialog.</td> |
118 <td>Private slot to select the issue codes not to be fixed via a selection dialog.</td> |
119 </tr><tr> |
119 </tr><tr> |
120 <td><a href="#Pep8Dialog.on_resetDefaultButton_clicked">on_resetDefaultButton_clicked</a></td> |
120 <td><a href="#Pep8Dialog.on_resetDefaultButton_clicked">on_resetDefaultButton_clicked</a></td> |
121 <td>Slot documentation goes here.</td> |
121 <td>Private slot to reset the configuration values to their default values.</td> |
122 </tr><tr> |
122 </tr><tr> |
123 <td><a href="#Pep8Dialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
123 <td><a href="#Pep8Dialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> |
124 <td>Private slot to handle the activation of an item.</td> |
124 <td>Private slot to handle the activation of an item.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#Pep8Dialog.on_resultList_itemSelectionChanged">on_resultList_itemSelectionChanged</a></td> |
126 <td><a href="#Pep8Dialog.on_resultList_itemSelectionChanged">on_resultList_itemSelectionChanged</a></td> |
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> |
325 selection dialog. |
337 selection dialog. |
326 </p><a NAME="Pep8Dialog.on_resetDefaultButton_clicked" ID="Pep8Dialog.on_resetDefaultButton_clicked"></a> |
338 </p><a NAME="Pep8Dialog.on_resetDefaultButton_clicked" ID="Pep8Dialog.on_resetDefaultButton_clicked"></a> |
327 <h4>Pep8Dialog.on_resetDefaultButton_clicked</h4> |
339 <h4>Pep8Dialog.on_resetDefaultButton_clicked</h4> |
328 <b>on_resetDefaultButton_clicked</b>(<i></i>) |
340 <b>on_resetDefaultButton_clicked</b>(<i></i>) |
329 <p> |
341 <p> |
330 Slot documentation goes here. |
342 Private slot to reset the configuration values to their default values. |
331 </p><a NAME="Pep8Dialog.on_resultList_itemActivated" ID="Pep8Dialog.on_resultList_itemActivated"></a> |
343 </p><a NAME="Pep8Dialog.on_resultList_itemActivated" ID="Pep8Dialog.on_resultList_itemActivated"></a> |
332 <h4>Pep8Dialog.on_resultList_itemActivated</h4> |
344 <h4>Pep8Dialog.on_resultList_itemActivated</h4> |
333 <b>on_resultList_itemActivated</b>(<i>item, column</i>) |
345 <b>on_resultList_itemActivated</b>(<i>item, column</i>) |
334 <p> |
346 <p> |
335 Private slot to handle the activation of an item. |
347 Private slot to handle the activation of an item. |
406 <h2>Pep8Report</h2> |
418 <h2>Pep8Report</h2> |
407 <p> |
419 <p> |
408 Class implementing a special report to be used with our dialog. |
420 Class implementing a special report to be used with our dialog. |
409 </p> |
421 </p> |
410 <h3>Derived from</h3> |
422 <h3>Derived from</h3> |
411 pep8.BaseReport |
423 pep8 |
412 <h3>Class Attributes</h3> |
424 <h3>Class Attributes</h3> |
413 <table> |
425 <table> |
414 <tr><td>None</td></tr> |
426 <tr><td>None</td></tr> |
415 </table> |
427 </table> |
416 <h3>Class Methods</h3> |
428 <h3>Class Methods</h3> |