49 QDialog, Ui_Pep8Dialog |
49 QDialog, Ui_Pep8Dialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
52 <tr><td>filenameRole</td></tr><tr><td>lineRole</td></tr><tr><td>messageRole</td></tr><tr><td>positionRole</td></tr><tr><td>settingsKey</td></tr> |
52 <tr><td>filenameRole</td></tr><tr><td>lineRole</td></tr><tr><td>messageRole</td></tr><tr><td>positionRole</td></tr><tr><td>settingsKey</td></tr> |
53 </table> |
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
54 <h3>Methods</h3> |
58 <h3>Methods</h3> |
55 <table> |
59 <table> |
56 <tr> |
60 <tr> |
57 <td><a href="#Pep8Dialog.__init__">Pep8Dialog</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#Pep8Dialog.__clearErrors">__clearErrors</a></td> |
61 <td><a href="#Pep8Dialog.__clearErrors">__clearErrors</a></td> |
61 <td>Private method to clear all warning markers of open editors.</td> |
62 <td>Private method to clear all warning markers of open editors.</td> |
62 </tr><tr> |
63 </tr><tr> |
63 <td><a href="#Pep8Dialog.__createResultItem">__createResultItem</a></td> |
64 <td><a href="#Pep8Dialog.__createResultItem">__createResultItem</a></td> |
64 <td>Private method to create an entry in the result list.</td> |
65 <td>Private method to create an entry in the result list.</td> |
109 <td>Public method to prepare the dialog with a list of filenames.</td> |
110 <td>Public method to prepare the dialog with a list of filenames.</td> |
110 </tr><tr> |
111 </tr><tr> |
111 <td><a href="#Pep8Dialog.start">start</a></td> |
112 <td><a href="#Pep8Dialog.start">start</a></td> |
112 <td>Public slot to start the PEP 8 check.</td> |
113 <td>Public slot to start the PEP 8 check.</td> |
113 </tr> |
114 </tr> |
|
115 </table> |
|
116 <h3>Static Methods</h3> |
|
117 <table> |
|
118 <tr><td>None</td></tr> |
114 </table> |
119 </table> |
115 <a NAME="Pep8Dialog.__init__" ID="Pep8Dialog.__init__"></a> |
120 <a NAME="Pep8Dialog.__init__" ID="Pep8Dialog.__init__"></a> |
116 <h4>Pep8Dialog (Constructor)</h4> |
121 <h4>Pep8Dialog (Constructor)</h4> |
117 <b>Pep8Dialog</b>(<i>parent=None</i>) |
122 <b>Pep8Dialog</b>(<i>parent=None</i>) |
118 <p> |
123 <p> |