Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

changeset 4232
8349fd3f8802
parent 3673
e26d7d0c1088
child 4503
d68dcbe1deb3
--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Wed Apr 22 19:53:58 2015 +0200
+++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Wed Apr 22 19:54:47 2015 +0200
@@ -60,6 +60,9 @@
 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#SyntaxCheckerDialog.__batchFinished">__batchFinished</a></td>
+<td>Private slot handling the completion of a batch job.</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><tr>
@@ -78,6 +81,9 @@
 <td><a href="#SyntaxCheckerDialog.check">check</a></td>
 <td>Public method to start a check for one file.</td>
 </tr><tr>
+<td><a href="#SyntaxCheckerDialog.checkBatch">checkBatch</a></td>
+<td>Public method to start a style check batch job.</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><tr>
@@ -111,7 +117,12 @@
 <dd>
 The parent widget. (QWidget)
 </dd>
-</dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a>
+</dl><a NAME="SyntaxCheckerDialog.__batchFinished" ID="SyntaxCheckerDialog.__batchFinished"></a>
+<h4>SyntaxCheckerDialog.__batchFinished</h4>
+<b>__batchFinished</b>(<i></i>)
+<p>
+        Private slot handling the completion of a batch job.
+</p><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a>
 <h4>SyntaxCheckerDialog.__clearErrors</h4>
 <b>__clearErrors</b>(<i>files</i>)
 <p>
@@ -186,7 +197,14 @@
 <dd>
 optional sourcestring (str)
 </dd>
-</dl><a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a>
+</dl><a NAME="SyntaxCheckerDialog.checkBatch" ID="SyntaxCheckerDialog.checkBatch"></a>
+<h4>SyntaxCheckerDialog.checkBatch</h4>
+<b>checkBatch</b>(<i></i>)
+<p>
+        Public method to start a style check batch job.
+</p><p>
+        The results are reported to the __processResult slot.
+</p><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>)
 <p>

eric ide

mercurial