RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.RawMetricsDialog.html

branch
eric7
changeset 107
0843dd7239f6
parent 95
e2e82819eec0
child 111
897c71cbc967
equal deleted inserted replaced
106:6422943b388f 107:0843dd7239f6
61 <tr> 61 <tr>
62 <td><a href="#RawMetricsDialog.__batchFinished">__batchFinished</a></td> 62 <td><a href="#RawMetricsDialog.__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="#RawMetricsDialog.__cancel">__cancel</a></td>
67 <td>Private method to cancel the current check run.</td>
68 </tr>
69 <tr>
66 <td><a href="#RawMetricsDialog.__createErrorItem">__createErrorItem</a></td> 70 <td><a href="#RawMetricsDialog.__createErrorItem">__createErrorItem</a></td>
67 <td>Private slot to create a new error item in the result list.</td> 71 <td>Private slot to create a new error item in the result list.</td>
68 </tr> 72 </tr>
69 <tr> 73 <tr>
70 <td><a href="#RawMetricsDialog.__createResultItem">__createResultItem</a></td> 74 <td><a href="#RawMetricsDialog.__createResultItem">__createResultItem</a></td>
99 <td>Private method to resize the list columns.</td> 103 <td>Private method to resize the list columns.</td>
100 </tr> 104 </tr>
101 <tr> 105 <tr>
102 <td><a href="#RawMetricsDialog.clear">clear</a></td> 106 <td><a href="#RawMetricsDialog.clear">clear</a></td>
103 <td>Public method to clear all results.</td> 107 <td>Public method to clear all results.</td>
108 </tr>
109 <tr>
110 <td><a href="#RawMetricsDialog.closeEvent">closeEvent</a></td>
111 <td>Protected method to handle a close event.</td>
104 </tr> 112 </tr>
105 <tr> 113 <tr>
106 <td><a href="#RawMetricsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 114 <td><a href="#RawMetricsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
107 <td>Private slot called by a button of the button box clicked.</td> 115 <td>Private slot called by a button of the button box clicked.</td>
108 </tr> 116 </tr>
167 <dt><i>type_</i> (str, one of ["raw", "mi", "cc"])</dt> 175 <dt><i>type_</i> (str, one of ["raw", "mi", "cc"])</dt>
168 <dd> 176 <dd>
169 type of the calculated metrics 177 type of the calculated metrics
170 </dd> 178 </dd>
171 </dl> 179 </dl>
180 <a NAME="RawMetricsDialog.__cancel" ID="RawMetricsDialog.__cancel"></a>
181 <h4>RawMetricsDialog.__cancel</h4>
182 <b>__cancel</b>(<i></i>)
183
184 <p>
185 Private method to cancel the current check run.
186 </p>
172 <a NAME="RawMetricsDialog.__createErrorItem" ID="RawMetricsDialog.__createErrorItem"></a> 187 <a NAME="RawMetricsDialog.__createErrorItem" ID="RawMetricsDialog.__createErrorItem"></a>
173 <h4>RawMetricsDialog.__createErrorItem</h4> 188 <h4>RawMetricsDialog.__createErrorItem</h4>
174 <b>__createErrorItem</b>(<i>filename, message</i>) 189 <b>__createErrorItem</b>(<i>filename, message</i>)
175 190
176 <p> 191 <p>
316 <b>clear</b>(<i></i>) 331 <b>clear</b>(<i></i>)
317 332
318 <p> 333 <p>
319 Public method to clear all results. 334 Public method to clear all results.
320 </p> 335 </p>
336 <a NAME="RawMetricsDialog.closeEvent" ID="RawMetricsDialog.closeEvent"></a>
337 <h4>RawMetricsDialog.closeEvent</h4>
338 <b>closeEvent</b>(<i>evt</i>)
339
340 <p>
341 Protected method to handle a close event.
342 </p>
343 <dl>
344
345 <dt><i>evt</i> (QCloseEvent)</dt>
346 <dd>
347 reference to the close event
348 </dd>
349 </dl>
321 <a NAME="RawMetricsDialog.on_buttonBox_clicked" ID="RawMetricsDialog.on_buttonBox_clicked"></a> 350 <a NAME="RawMetricsDialog.on_buttonBox_clicked" ID="RawMetricsDialog.on_buttonBox_clicked"></a>
322 <h4>RawMetricsDialog.on_buttonBox_clicked</h4> 351 <h4>RawMetricsDialog.on_buttonBox_clicked</h4>
323 <b>on_buttonBox_clicked</b>(<i>button</i>) 352 <b>on_buttonBox_clicked</b>(<i>button</i>)
324 353
325 <p> 354 <p>
375 reference to the project object 404 reference to the project object
376 </dd> 405 </dd>
377 </dl> 406 </dl>
378 <a NAME="RawMetricsDialog.rawMetrics" ID="RawMetricsDialog.rawMetrics"></a> 407 <a NAME="RawMetricsDialog.rawMetrics" ID="RawMetricsDialog.rawMetrics"></a>
379 <h4>RawMetricsDialog.rawMetrics</h4> 408 <h4>RawMetricsDialog.rawMetrics</h4>
380 <b>rawMetrics</b>(<i>codestring=""</i>) 409 <b>rawMetrics</b>(<i></i>)
381 410
382 <p> 411 <p>
383 Public method to start a code metrics calculation for one Python file. 412 Public method to start a code metrics calculation for one Python file.
384 </p> 413 </p>
385 <p> 414 <p>
386 The results are reported to the __processResult slot. 415 The results are reported to the __processResult slot.
387 </p> 416 </p>
388 <dl>
389
390 <dt><i>codestring</i> (str)</dt>
391 <dd>
392 optional sourcestring
393 </dd>
394 </dl>
395 <a NAME="RawMetricsDialog.rawMetricsBatch" ID="RawMetricsDialog.rawMetricsBatch"></a> 417 <a NAME="RawMetricsDialog.rawMetricsBatch" ID="RawMetricsDialog.rawMetricsBatch"></a>
396 <h4>RawMetricsDialog.rawMetricsBatch</h4> 418 <h4>RawMetricsDialog.rawMetricsBatch</h4>
397 <b>rawMetricsBatch</b>(<i></i>) 419 <b>rawMetricsBatch</b>(<i></i>)
398 420
399 <p> 421 <p>

eric ide

mercurial