87 </tr><tr> |
87 </tr><tr> |
88 <td><a href="#CodeStyleCheckerPlugin.__projectBrowserShowMenu">__projectBrowserShowMenu</a></td> |
88 <td><a href="#CodeStyleCheckerPlugin.__projectBrowserShowMenu">__projectBrowserShowMenu</a></td> |
89 <td>Private slot called, when the the project browser menu or a submenu is about to be shown.</td> |
89 <td>Private slot called, when the the project browser menu or a submenu is about to be shown.</td> |
90 </tr><tr> |
90 </tr><tr> |
91 <td><a href="#CodeStyleCheckerPlugin.__projectCodeStyleCheck">__projectCodeStyleCheck</a></td> |
91 <td><a href="#CodeStyleCheckerPlugin.__projectCodeStyleCheck">__projectCodeStyleCheck</a></td> |
92 <td>Public slot used to check the project files for code style.</td> |
92 <td>Private slot used to check the project files for code style.</td> |
93 </tr><tr> |
93 </tr><tr> |
94 <td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
94 <td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
95 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
95 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="#CodeStyleCheckerPlugin.__serviceError">__serviceError</a></td> |
97 <td><a href="#CodeStyleCheckerPlugin.__serviceError">__serviceError</a></td> |
98 <td>Private slot handling service errors.</td> |
98 <td>Private slot handling service errors.</td> |
99 </tr><tr> |
99 </tr><tr> |
100 <td><a href="#CodeStyleCheckerPlugin.__translateStyleCheck">__translateStyleCheck</a></td> |
100 <td><a href="#CodeStyleCheckerPlugin.__translateStyleCheck">__translateStyleCheck</a></td> |
101 <td>Privat slot called after perfoming a style check on one file.</td> |
101 <td>Private slot called after perfoming a style check on one file.</td> |
102 </tr><tr> |
102 </tr><tr> |
103 <td><a href="#CodeStyleCheckerPlugin.activate">activate</a></td> |
103 <td><a href="#CodeStyleCheckerPlugin.activate">activate</a></td> |
104 <td>Public method to activate this plugin.</td> |
104 <td>Public method to activate this plugin.</td> |
105 </tr><tr> |
105 </tr><tr> |
106 <td><a href="#CodeStyleCheckerPlugin.deactivate">deactivate</a></td> |
106 <td><a href="#CodeStyleCheckerPlugin.deactivate">deactivate</a></td> |
111 </tr><tr> |
111 </tr><tr> |
112 <td><a href="#CodeStyleCheckerPlugin.serviceErrorPy3">serviceErrorPy3</a></td> |
112 <td><a href="#CodeStyleCheckerPlugin.serviceErrorPy3">serviceErrorPy3</a></td> |
113 <td>Public method handling service errors for Python 2.</td> |
113 <td>Public method handling service errors for Python 2.</td> |
114 </tr><tr> |
114 </tr><tr> |
115 <td><a href="#CodeStyleCheckerPlugin.styleCheck">styleCheck</a></td> |
115 <td><a href="#CodeStyleCheckerPlugin.styleCheck">styleCheck</a></td> |
116 <td>Method to prepare a style check on one Python source file in another task.</td> |
116 <td>Public method to prepare a style check on one Python source file.</td> |
117 </tr> |
117 </tr> |
118 </table> |
118 </table> |
119 <h3>Static Methods</h3> |
119 <h3>Static Methods</h3> |
120 <table> |
120 <table> |
121 <tr><td>None</td></tr> |
121 <tr><td>None</td></tr> |
200 </dd> |
200 </dd> |
201 </dl><a NAME="CodeStyleCheckerPlugin.__projectCodeStyleCheck" ID="CodeStyleCheckerPlugin.__projectCodeStyleCheck"></a> |
201 </dl><a NAME="CodeStyleCheckerPlugin.__projectCodeStyleCheck" ID="CodeStyleCheckerPlugin.__projectCodeStyleCheck"></a> |
202 <h4>CodeStyleCheckerPlugin.__projectCodeStyleCheck</h4> |
202 <h4>CodeStyleCheckerPlugin.__projectCodeStyleCheck</h4> |
203 <b>__projectCodeStyleCheck</b>(<i></i>) |
203 <b>__projectCodeStyleCheck</b>(<i></i>) |
204 <p> |
204 <p> |
205 Public slot used to check the project files for code style. |
205 Private slot used to check the project files for code style. |
206 </p><a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> |
206 </p><a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> |
207 <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> |
207 <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> |
208 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
208 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
209 <p> |
209 <p> |
210 Private slot called, when the the project menu or a submenu is |
210 Private slot called, when the the project menu or a submenu is |
232 </dd> |
232 </dd> |
233 </dl><a NAME="CodeStyleCheckerPlugin.__translateStyleCheck" ID="CodeStyleCheckerPlugin.__translateStyleCheck"></a> |
233 </dl><a NAME="CodeStyleCheckerPlugin.__translateStyleCheck" ID="CodeStyleCheckerPlugin.__translateStyleCheck"></a> |
234 <h4>CodeStyleCheckerPlugin.__translateStyleCheck</h4> |
234 <h4>CodeStyleCheckerPlugin.__translateStyleCheck</h4> |
235 <b>__translateStyleCheck</b>(<i>fn, codeStyleCheckerStats, results</i>) |
235 <b>__translateStyleCheck</b>(<i>fn, codeStyleCheckerStats, results</i>) |
236 <p> |
236 <p> |
237 Privat slot called after perfoming a style check on one file. |
237 Private slot called after perfoming a style check on one file. |
238 </p><dl> |
238 </p><dl> |
239 <dt><i>fn</i></dt> |
239 <dt><i>fn</i></dt> |
240 <dd> |
240 <dd> |
241 filename of the just checked file (str) |
241 filename of the just checked file (str) |
242 </dd><dt><i>codeStyleCheckerStats</i></dt> |
242 </dd><dt><i>codeStyleCheckerStats</i></dt> |
303 </dd> |
303 </dd> |
304 </dl><a NAME="CodeStyleCheckerPlugin.styleCheck" ID="CodeStyleCheckerPlugin.styleCheck"></a> |
304 </dl><a NAME="CodeStyleCheckerPlugin.styleCheck" ID="CodeStyleCheckerPlugin.styleCheck"></a> |
305 <h4>CodeStyleCheckerPlugin.styleCheck</h4> |
305 <h4>CodeStyleCheckerPlugin.styleCheck</h4> |
306 <b>styleCheck</b>(<i>lang, filename, source, args</i>) |
306 <b>styleCheck</b>(<i>lang, filename, source, args</i>) |
307 <p> |
307 <p> |
308 Method to prepare a style check on one Python source file in another |
308 Public method to prepare a style check on one Python source file. |
309 task. |
|
310 </p><dl> |
309 </p><dl> |
311 <dt><i>lang</i></dt> |
310 <dt><i>lang</i></dt> |
312 <dd> |
311 <dd> |
313 language of the file or None to determine by internal |
312 language of the file or None to determine by internal |
314 algorithm (str or None) |
313 algorithm (str or None) |