src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9925
a267ac36dd69
child 10304
ff7d3d6b952d
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
61 <tr> 61 <tr>
62 <td><a href="#SyntaxCheckerDialog.__batchFinished">__batchFinished</a></td> 62 <td><a href="#SyntaxCheckerDialog.__batchFinished">__batchFinished</a></td>
63 <td>Private slot handling the completion of a batch job.</td> 63 <td>Private slot handling the completion of a batch job.</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#SyntaxCheckerDialog.__cancel">__cancel</a></td>
67 <td>Private method to cancel the current check run.</td>
68 </tr>
69 <tr>
66 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> 70 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td>
67 <td>Private method to clear all error and warning markers of open editors to be checked.</td> 71 <td>Private method to clear all error and warning markers of open editors to be checked.</td>
68 </tr> 72 </tr>
69 <tr> 73 <tr>
70 <td><a href="#SyntaxCheckerDialog.__createErrorItem">__createErrorItem</a></td> 74 <td><a href="#SyntaxCheckerDialog.__createErrorItem">__createErrorItem</a></td>
95 <td>Public method to start a check for one file.</td> 99 <td>Public method to start a check for one file.</td>
96 </tr> 100 </tr>
97 <tr> 101 <tr>
98 <td><a href="#SyntaxCheckerDialog.checkBatch">checkBatch</a></td> 102 <td><a href="#SyntaxCheckerDialog.checkBatch">checkBatch</a></td>
99 <td>Public method to start a style check batch job.</td> 103 <td>Public method to start a style check batch job.</td>
104 </tr>
105 <tr>
106 <td><a href="#SyntaxCheckerDialog.closeEvent">closeEvent</a></td>
107 <td>Protected method to handle a close event.</td>
100 </tr> 108 </tr>
101 <tr> 109 <tr>
102 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 110 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
103 <td>Private slot called by a button of the button box clicked.</td> 111 <td>Private slot called by a button of the button box clicked.</td>
104 </tr> 112 </tr>
155 <h4>SyntaxCheckerDialog.__batchFinished</h4> 163 <h4>SyntaxCheckerDialog.__batchFinished</h4>
156 <b>__batchFinished</b>(<i></i>) 164 <b>__batchFinished</b>(<i></i>)
157 165
158 <p> 166 <p>
159 Private slot handling the completion of a batch job. 167 Private slot handling the completion of a batch job.
168 </p>
169 <a NAME="SyntaxCheckerDialog.__cancel" ID="SyntaxCheckerDialog.__cancel"></a>
170 <h4>SyntaxCheckerDialog.__cancel</h4>
171 <b>__cancel</b>(<i></i>)
172
173 <p>
174 Private method to cancel the current check run.
160 </p> 175 </p>
161 <a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> 176 <a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a>
162 <h4>SyntaxCheckerDialog.__clearErrors</h4> 177 <h4>SyntaxCheckerDialog.__clearErrors</h4>
163 <b>__clearErrors</b>(<i>files</i>) 178 <b>__clearErrors</b>(<i>files</i>)
164 179
304 Public method to start a style check batch job. 319 Public method to start a style check batch job.
305 </p> 320 </p>
306 <p> 321 <p>
307 The results are reported to the __processResult slot. 322 The results are reported to the __processResult slot.
308 </p> 323 </p>
324 <a NAME="SyntaxCheckerDialog.closeEvent" ID="SyntaxCheckerDialog.closeEvent"></a>
325 <h4>SyntaxCheckerDialog.closeEvent</h4>
326 <b>closeEvent</b>(<i>evt</i>)
327
328 <p>
329 Protected method to handle a close event.
330 </p>
331 <dl>
332
333 <dt><i>evt</i> (QCloseEvent)</dt>
334 <dd>
335 reference to the close event
336 </dd>
337 </dl>
309 <a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a> 338 <a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a>
310 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4> 339 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4>
311 <b>on_buttonBox_clicked</b>(<i>button</i>) 340 <b>on_buttonBox_clicked</b>(<i>button</i>)
312 341
313 <p> 342 <p>

eric ide

mercurial