eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html

changeset 7631
2c7ccb4484bf
parent 7624
6eabbcf3bdf8
child 7632
7ac16bf7695b
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html	Fri Jun 19 13:43:40 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html	Fri Jun 19 13:46:58 2020 +0200
@@ -149,6 +149,10 @@
 <td>Private method to modify the options based on eflag: entries.</td>
 </tr>
 <tr>
+<td><a href="#CodeStyleCheckerDialog.__prepareProgress">__prepareProgress</a></td>
+<td>Private method to prepare the progress tab for the next run.</td>
+</tr>
+<tr>
 <td><a href="#CodeStyleCheckerDialog.__processError">__processError</a></td>
 <td>Private slot to process an error indication from the service.</td>
 </tr>
@@ -173,6 +177,10 @@
 <td>Private method to update the collected fixer related statistics.</td>
 </tr>
 <tr>
+<td><a href="#CodeStyleCheckerDialog.__updateProgress">__updateProgress</a></td>
+<td>Private method to update the progress tab.</td>
+</tr>
+<tr>
 <td><a href="#CodeStyleCheckerDialog.__updateStatistics">__updateStatistics</a></td>
 <td>Private method to update the collected statistics.</td>
 </tr>
@@ -197,6 +205,10 @@
 <td>Private slot called by a button of the button box clicked.</td>
 </tr>
 <tr>
+<td><a href="#CodeStyleCheckerDialog.on_cancelButton_clicked">on_cancelButton_clicked</a></td>
+<td>Private slot to handle the "Cancel" button press.</td>
+</tr>
+<tr>
 <td><a href="#CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked">on_deleteBuiltinButton_clicked</a></td>
 <td>Private slot to delete the selected items from the list.</td>
 </tr>
@@ -646,6 +658,13 @@
 list
 </dd>
 </dl>
+<a NAME="CodeStyleCheckerDialog.__prepareProgress" ID="CodeStyleCheckerDialog.__prepareProgress"></a>
+<h4>CodeStyleCheckerDialog.__prepareProgress</h4>
+<b>__prepareProgress</b>(<i></i>)
+
+<p>
+        Private method to prepare the progress tab for the next run.
+</p>
 <a NAME="CodeStyleCheckerDialog.__processError" ID="CodeStyleCheckerDialog.__processError"></a>
 <h4>CodeStyleCheckerDialog.__processError</h4>
 <b>__processError</b>(<i>fn, msg</i>)
@@ -741,6 +760,20 @@
 reference to the code style fixer
 </dd>
 </dl>
+<a NAME="CodeStyleCheckerDialog.__updateProgress" ID="CodeStyleCheckerDialog.__updateProgress"></a>
+<h4>CodeStyleCheckerDialog.__updateProgress</h4>
+<b>__updateProgress</b>(<i>fn</i>)
+
+<p>
+        Private method to update the progress tab.
+</p>
+<dl>
+
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename of the just checked file
+</dd>
+</dl>
 <a NAME="CodeStyleCheckerDialog.__updateStatistics" ID="CodeStyleCheckerDialog.__updateStatistics"></a>
 <h4>CodeStyleCheckerDialog.__updateStatistics</h4>
 <b>__updateStatistics</b>(<i>statistics, fixer, ignoredErrors, securityOk</i>)
@@ -823,6 +856,13 @@
 button that was clicked
 </dd>
 </dl>
+<a NAME="CodeStyleCheckerDialog.on_cancelButton_clicked" ID="CodeStyleCheckerDialog.on_cancelButton_clicked"></a>
+<h4>CodeStyleCheckerDialog.on_cancelButton_clicked</h4>
+<b>on_cancelButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to handle the "Cancel" button press.
+</p>
 <a NAME="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked" ID="CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked"></a>
 <h4>CodeStyleCheckerDialog.on_deleteBuiltinButton_clicked</h4>
 <b>on_deleteBuiltinButton_clicked</b>(<i></i>)

eric ide

mercurial