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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9925
a267ac36dd69
child 10304
ff7d3d6b952d
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Thu May 25 19:52:31 2023 +0200
@@ -63,6 +63,10 @@
 <td>Private slot handling the completion of a batch job.</td>
 </tr>
 <tr>
+<td><a href="#SyntaxCheckerDialog.__cancel">__cancel</a></td>
+<td>Private method to cancel the current check run.</td>
+</tr>
+<tr>
 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td>
 <td>Private method to clear all error and warning markers of open editors to be checked.</td>
 </tr>
@@ -99,6 +103,10 @@
 <td>Public method to start a style check batch job.</td>
 </tr>
 <tr>
+<td><a href="#SyntaxCheckerDialog.closeEvent">closeEvent</a></td>
+<td>Protected method to handle a close event.</td>
+</tr>
+<tr>
 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
 </tr>
@@ -158,6 +166,13 @@
 <p>
         Private slot handling the completion of a batch job.
 </p>
+<a NAME="SyntaxCheckerDialog.__cancel" ID="SyntaxCheckerDialog.__cancel"></a>
+<h4>SyntaxCheckerDialog.__cancel</h4>
+<b>__cancel</b>(<i></i>)
+
+<p>
+        Private method to cancel the current check run.
+</p>
 <a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a>
 <h4>SyntaxCheckerDialog.__clearErrors</h4>
 <b>__clearErrors</b>(<i>files</i>)
@@ -306,6 +321,20 @@
 <p>
         The results are reported to the __processResult slot.
 </p>
+<a NAME="SyntaxCheckerDialog.closeEvent" ID="SyntaxCheckerDialog.closeEvent"></a>
+<h4>SyntaxCheckerDialog.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="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a>
 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial