--- a/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.RawMetricsDialog.html Sat Dec 31 16:27:44 2022 +0100 +++ b/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.RawMetricsDialog.html Sat May 27 15:33:58 2023 +0200 @@ -63,6 +63,10 @@ <td>Private slot handling the completion of a batch job.</td> </tr> <tr> +<td><a href="#RawMetricsDialog.__cancel">__cancel</a></td> +<td>Private method to cancel the current check run.</td> +</tr> +<tr> <td><a href="#RawMetricsDialog.__createErrorItem">__createErrorItem</a></td> <td>Private slot to create a new error item in the result list.</td> </tr> @@ -103,6 +107,10 @@ <td>Public method to clear all results.</td> </tr> <tr> +<td><a href="#RawMetricsDialog.closeEvent">closeEvent</a></td> +<td>Protected method to handle a close event.</td> +</tr> +<tr> <td><a href="#RawMetricsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr> @@ -169,6 +177,13 @@ type of the calculated metrics </dd> </dl> +<a NAME="RawMetricsDialog.__cancel" ID="RawMetricsDialog.__cancel"></a> +<h4>RawMetricsDialog.__cancel</h4> +<b>__cancel</b>(<i></i>) + +<p> + Private method to cancel the current check run. +</p> <a NAME="RawMetricsDialog.__createErrorItem" ID="RawMetricsDialog.__createErrorItem"></a> <h4>RawMetricsDialog.__createErrorItem</h4> <b>__createErrorItem</b>(<i>filename, message</i>) @@ -318,6 +333,20 @@ <p> Public method to clear all results. </p> +<a NAME="RawMetricsDialog.closeEvent" ID="RawMetricsDialog.closeEvent"></a> +<h4>RawMetricsDialog.closeEvent</h4> +<b>closeEvent</b>(<i>evt</i>) + +<p> + Protected method to handle a close event. +</p> +<dl> + +<dt><i>evt</i> (QCloseEvent)</dt> +<dd> +reference to the close event +</dd> +</dl> <a NAME="RawMetricsDialog.on_buttonBox_clicked" ID="RawMetricsDialog.on_buttonBox_clicked"></a> <h4>RawMetricsDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) @@ -377,7 +406,7 @@ </dl> <a NAME="RawMetricsDialog.rawMetrics" ID="RawMetricsDialog.rawMetrics"></a> <h4>RawMetricsDialog.rawMetrics</h4> -<b>rawMetrics</b>(<i>codestring=""</i>) +<b>rawMetrics</b>(<i></i>) <p> Public method to start a code metrics calculation for one Python file. @@ -385,13 +414,6 @@ <p> The results are reported to the __processResult slot. </p> -<dl> - -<dt><i>codestring</i> (str)</dt> -<dd> -optional sourcestring -</dd> -</dl> <a NAME="RawMetricsDialog.rawMetricsBatch" ID="RawMetricsDialog.rawMetricsBatch"></a> <h4>RawMetricsDialog.rawMetricsBatch</h4> <b>rawMetricsBatch</b>(<i></i>)