src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,55 +7,52 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog</h1>
-
 <p>
 Module implementing a dialog to show some summary information of the working
 directory state.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HgSummaryDialog">HgSummaryDialog</a></td>
 <td>Class implementing a dialog to show some summary information of the working directory state.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HgSummaryDialog" ID="HgSummaryDialog"></a>
 <h2>HgSummaryDialog</h2>
-
 <p>
     Class implementing a dialog to show some summary information of the working
     directory state.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_HgSummaryDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HgSummaryDialog.__init__">HgSummaryDialog</a></td>
 <td>Constructor</td>
@@ -85,19 +82,20 @@
 <td>Public slot to start the hg summary command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HgSummaryDialog.__init__" ID="HgSummaryDialog.__init__"></a>
 <h4>HgSummaryDialog (Constructor)</h4>
 <b>HgSummaryDialog</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Hg)</dt>
@@ -112,17 +110,17 @@
 <a NAME="HgSummaryDialog.__committed" ID="HgSummaryDialog.__committed"></a>
 <h4>HgSummaryDialog.__committed</h4>
 <b>__committed</b>(<i></i>)
-
 <p>
         Private slot called after the commit has finished.
 </p>
+
 <a NAME="HgSummaryDialog.__processOutput" ID="HgSummaryDialog.__processOutput"></a>
 <h4>HgSummaryDialog.__processOutput</h4>
 <b>__processOutput</b>(<i>output</i>)
-
 <p>
         Private method to process the output into nice readable text.
 </p>
+
 <dl>
 
 <dt><i>output</i> (str)</dt>
@@ -133,10 +131,10 @@
 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a>
 <h4>HgSummaryDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)
-
 <p>
         Private slot to show some error.
 </p>
+
 <dl>
 
 <dt><i>out</i> (str)</dt>
@@ -147,10 +145,10 @@
 <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>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -161,17 +159,17 @@
 <a NAME="HgSummaryDialog.on_refreshButton_clicked" ID="HgSummaryDialog.on_refreshButton_clicked"></a>
 <h4>HgSummaryDialog.on_refreshButton_clicked</h4>
 <b>on_refreshButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to refresh the status display.
 </p>
+
 <a NAME="HgSummaryDialog.start" ID="HgSummaryDialog.start"></a>
 <h4>HgSummaryDialog.start</h4>
 <b>start</b>(<i>mq=False, largefiles=False</i>)
-
 <p>
         Public slot to start the hg summary command.
 </p>
+
 <dl>
 
 <dt><i>mq</i> (bool)</dt>
@@ -186,4 +184,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial