src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
--- a/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,34 +7,32 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog</h1>
-
 <p>
 Module implementing a dialog to show the output of the ericapi process.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricapiExecDialog">EricapiExecDialog</a></td>
 <td>Class implementing a dialog to show the output of the ericapi process.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricapiExecDialog" ID="EricapiExecDialog"></a>
 <h2>EricapiExecDialog</h2>
-
 <p>
     Class implementing a dialog to show the output of the ericapi process.
 </p>
@@ -42,6 +40,7 @@
     This class starts a QProcess and displays a dialog that
     shows the output of the documentation command process.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +52,17 @@
 <h3>Derived from</h3>
 QDialog, Ui_EricapiExecDialog
 <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="#EricapiExecDialog.__init__">EricapiExecDialog</a></td>
 <td>Constructor</td>
@@ -91,19 +88,20 @@
 <td>Public slot to start the ericapi command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricapiExecDialog.__init__" ID="EricapiExecDialog.__init__"></a>
 <h4>EricapiExecDialog (Constructor)</h4>
 <b>EricapiExecDialog</b>(<i>cmdname, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>cmdname</i> (str)</dt>
@@ -118,7 +116,6 @@
 <a NAME="EricapiExecDialog.__finish" ID="EricapiExecDialog.__finish"></a>
 <h4>EricapiExecDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the process finished.
 </p>
@@ -126,10 +123,10 @@
         It is called when the process finished or
         the user pressed the button.
 </p>
+
 <a NAME="EricapiExecDialog.__readStderr" ID="EricapiExecDialog.__readStderr"></a>
 <h4>EricapiExecDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -137,10 +134,10 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <a NAME="EricapiExecDialog.__readStdout" ID="EricapiExecDialog.__readStdout"></a>
 <h4>EricapiExecDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p>
@@ -148,13 +145,14 @@
         It reads the output of the process, formats it and inserts it into
         the contents pane.
 </p>
+
 <a NAME="EricapiExecDialog.on_buttonBox_clicked" ID="EricapiExecDialog.on_buttonBox_clicked"></a>
 <h4>EricapiExecDialog.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>
@@ -165,10 +163,10 @@
 <a NAME="EricapiExecDialog.start" ID="EricapiExecDialog.start"></a>
 <h4>EricapiExecDialog.start</h4>
 <b>start</b>(<i>args, fn</i>)
-
 <p>
         Public slot to start the ericapi command.
 </p>
+
 <dl>
 
 <dt><i>args</i> (list of str)</dt>
@@ -194,4 +192,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