eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html

changeset 7721
331ecfa0e716
parent 7273
391d6b7b1eff
child 7976
a8a20f558176
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html	Tue Sep 29 18:59:05 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html	Tue Sep 29 19:00:15 2020 +0200
@@ -79,34 +79,14 @@
 <td>Private slot called after the commit has finished.</td>
 </tr>
 <tr>
-<td><a href="#HgSummaryDialog.__finish">__finish</a></td>
-<td>Private slot called when the process finished or the user pressed the button.</td>
-</tr>
-<tr>
-<td><a href="#HgSummaryDialog.__procFinished">__procFinished</a></td>
-<td>Private slot connected to the finished signal.</td>
-</tr>
-<tr>
 <td><a href="#HgSummaryDialog.__processOutput">__processOutput</a></td>
 <td>Private method to process the output into nice readable text.</td>
 </tr>
 <tr>
-<td><a href="#HgSummaryDialog.__readStderr">__readStderr</a></td>
-<td>Private slot to handle the readyReadStandardError signal.</td>
-</tr>
-<tr>
-<td><a href="#HgSummaryDialog.__readStdout">__readStdout</a></td>
-<td>Private slot to handle the readyReadStandardOutput signal.</td>
-</tr>
-<tr>
 <td><a href="#HgSummaryDialog.__showError">__showError</a></td>
 <td>Private slot to show some error.</td>
 </tr>
 <tr>
-<td><a href="#HgSummaryDialog.closeEvent">closeEvent</a></td>
-<td>Protected slot implementing a close event handler.</td>
-</tr>
-<tr>
 <td><a href="#HgSummaryDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
 </tr>
@@ -150,32 +130,6 @@
 <p>
         Private slot called after the commit has finished.
 </p>
-<a NAME="HgSummaryDialog.__finish" ID="HgSummaryDialog.__finish"></a>
-<h4>HgSummaryDialog.__finish</h4>
-<b>__finish</b>(<i></i>)
-
-<p>
-        Private slot called when the process finished or the user pressed
-        the button.
-</p>
-<a NAME="HgSummaryDialog.__procFinished" ID="HgSummaryDialog.__procFinished"></a>
-<h4>HgSummaryDialog.__procFinished</h4>
-<b>__procFinished</b>(<i>exitCode, exitStatus</i>)
-
-<p>
-        Private slot connected to the finished signal.
-</p>
-<dl>
-
-<dt><i>exitCode</i></dt>
-<dd>
-exit code of the process (integer)
-</dd>
-<dt><i>exitStatus</i></dt>
-<dd>
-exit status of the process (QProcess.ExitStatus)
-</dd>
-</dl>
 <a NAME="HgSummaryDialog.__processOutput" ID="HgSummaryDialog.__processOutput"></a>
 <h4>HgSummaryDialog.__processOutput</h4>
 <b>__processOutput</b>(<i>output</i>)
@@ -190,28 +144,6 @@
 output from the summary command (string)
 </dd>
 </dl>
-<a NAME="HgSummaryDialog.__readStderr" ID="HgSummaryDialog.__readStderr"></a>
-<h4>HgSummaryDialog.__readStderr</h4>
-<b>__readStderr</b>(<i></i>)
-
-<p>
-        Private slot to handle the readyReadStandardError signal.
-</p>
-<p>
-        It reads the error output of the process and inserts it into the
-        error pane.
-</p>
-<a NAME="HgSummaryDialog.__readStdout" ID="HgSummaryDialog.__readStdout"></a>
-<h4>HgSummaryDialog.__readStdout</h4>
-<b>__readStdout</b>(<i></i>)
-
-<p>
-        Private slot to handle the readyReadStandardOutput signal.
-</p>
-<p>
-        It reads the output of the process, formats it and inserts it into
-        the contents pane.
-</p>
 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a>
 <h4>HgSummaryDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)
@@ -226,20 +158,6 @@
 error to be shown (string)
 </dd>
 </dl>
-<a NAME="HgSummaryDialog.closeEvent" ID="HgSummaryDialog.closeEvent"></a>
-<h4>HgSummaryDialog.closeEvent</h4>
-<b>closeEvent</b>(<i>e</i>)
-
-<p>
-        Protected slot implementing a close event handler.
-</p>
-<dl>
-
-<dt><i>e</i></dt>
-<dd>
-close event (QCloseEvent)
-</dd>
-</dl>
 <a NAME="HgSummaryDialog.on_buttonBox_clicked" ID="HgSummaryDialog.on_buttonBox_clicked"></a>
 <h4>HgSummaryDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial