--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,34 +7,32 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog</h1> - <p> Module implementing a dialog starting a process and showing its output. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#HgDialog">HgDialog</a></td> <td>Class implementing a dialog starting a process and showing its output.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="HgDialog" ID="HgDialog"></a> <h2>HgDialog</h2> - <p> Class implementing a dialog starting a process and showing its output. </p> @@ -43,22 +41,21 @@ shows the output of the process. The dialog is modal, which causes a synchronized execution of the process. </p> + <h3>Derived from</h3> QDialog, Ui_HgDialog <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="#HgDialog.__init__">HgDialog</a></td> <td>Constructor</td> @@ -100,19 +97,20 @@ <td>Public slot used to start the process.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HgDialog.__init__" ID="HgDialog.__init__"></a> <h4>HgDialog (Constructor)</h4> <b>HgDialog</b>(<i>text, hg=None, useClient=True, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>text</i> (str)</dt> @@ -136,18 +134,18 @@ <a NAME="HgDialog.__finish" ID="HgDialog.__finish"></a> <h4>HgDialog.__finish</h4> <b>__finish</b>(<i></i>) - <p> Private slot called when the process finished or the user pressed the button. </p> + <a NAME="HgDialog.__getInput" ID="HgDialog.__getInput"></a> <h4>HgDialog.__getInput</h4> <b>__getInput</b>(<i>size, message</i>) - <p> Private method to get some input from the user. </p> + <dl> <dt><i>size</i> (int)</dt> @@ -175,10 +173,10 @@ <a NAME="HgDialog.__showError" ID="HgDialog.__showError"></a> <h4>HgDialog.__showError</h4> <b>__showError</b>(<i>out</i>) - <p> Private slot to show some error. </p> + <dl> <dt><i>out</i> (str)</dt> @@ -189,10 +187,10 @@ <a NAME="HgDialog.__showOutput" ID="HgDialog.__showOutput"></a> <h4>HgDialog.__showOutput</h4> <b>__showOutput</b>(<i>out</i>) - <p> Private slot to show some output. </p> + <dl> <dt><i>out</i> (str)</dt> @@ -203,10 +201,10 @@ <a NAME="HgDialog.hasAddOrDelete" ID="HgDialog.hasAddOrDelete"></a> <h4>HgDialog.hasAddOrDelete</h4> <b>hasAddOrDelete</b>(<i></i>) - <p> Public method to check, if the last action contained an add or delete. </p> + <dl> <dt>Return:</dt> <dd> @@ -222,10 +220,10 @@ <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a> <h4>HgDialog.normalExit</h4> <b>normalExit</b>(<i></i>) - <p> Public method to check for a normal process termination. </p> + <dl> <dt>Return:</dt> <dd> @@ -241,11 +239,11 @@ <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a> <h4>HgDialog.normalExitWithoutErrors</h4> <b>normalExitWithoutErrors</b>(<i></i>) - <p> Public method to check for a normal process termination without error messages. </p> + <dl> <dt>Return:</dt> <dd> @@ -261,10 +259,10 @@ <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a> <h4>HgDialog.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> @@ -275,10 +273,10 @@ <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> <h4>HgDialog.startProcess</h4> <b>startProcess</b>(<i>args, showArgs=True, client=None</i>) - <p> Public slot used to start the process. </p> + <dl> <dt><i>args</i> (list of str)</dt> @@ -308,4 +306,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>