src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,21 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricSingleApplication</h1>
-
 <p>
 Module implementing the single application server and client.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>SAArguments</td></tr><tr><td>SAFile</td></tr><tr><td>SAOpenFile</td></tr><tr><td>SAOpenMultiProject</td></tr><tr><td>SAOpenProject</td></tr>
+<tr><td>SAArguments</td></tr>
+<tr><td>SAFile</td></tr>
+<tr><td>SAOpenFile</td></tr>
+<tr><td>SAOpenMultiProject</td></tr>
+<tr><td>SAOpenProject</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricSingleApplicationClient">EricSingleApplicationClient</a></td>
 <td>Class implementing the single application client of the IDE.</td>
@@ -29,35 +31,34 @@
 <td>Class implementing the single application server embedded within the IDE.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricSingleApplicationClient" ID="EricSingleApplicationClient"></a>
 <h2>EricSingleApplicationClient</h2>
-
 <p>
     Class implementing the single application client of the IDE.
 </p>
+
 <h3>Derived from</h3>
 SingleApplicationClient
 <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="#EricSingleApplicationClient.__init__">EricSingleApplicationClient</a></td>
 <td>Constructor</td>
@@ -83,26 +84,27 @@
 <td>Public method to process the command line args passed to the UI.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricSingleApplicationClient.__init__" ID="EricSingleApplicationClient.__init__"></a>
 <h4>EricSingleApplicationClient (Constructor)</h4>
 <b>EricSingleApplicationClient</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="EricSingleApplicationClient.__openFile" ID="EricSingleApplicationClient.__openFile"></a>
 <h4>EricSingleApplicationClient.__openFile</h4>
 <b>__openFile</b>(<i>fname</i>)
-
 <p>
         Private method to open a file in the application server.
 </p>
+
 <dl>
 
 <dt><i>fname</i> (str)</dt>
@@ -113,10 +115,10 @@
 <a NAME="EricSingleApplicationClient.__openMultiProject" ID="EricSingleApplicationClient.__openMultiProject"></a>
 <h4>EricSingleApplicationClient.__openMultiProject</h4>
 <b>__openMultiProject</b>(<i>pfname</i>)
-
 <p>
         Private method to open a project in the application server.
 </p>
+
 <dl>
 
 <dt><i>pfname</i> (str)</dt>
@@ -127,10 +129,10 @@
 <a NAME="EricSingleApplicationClient.__openProject" ID="EricSingleApplicationClient.__openProject"></a>
 <h4>EricSingleApplicationClient.__openProject</h4>
 <b>__openProject</b>(<i>pfname</i>)
-
 <p>
         Private method to open a project in the application server.
 </p>
+
 <dl>
 
 <dt><i>pfname</i> (str)</dt>
@@ -141,10 +143,10 @@
 <a NAME="EricSingleApplicationClient.__sendArguments" ID="EricSingleApplicationClient.__sendArguments"></a>
 <h4>EricSingleApplicationClient.__sendArguments</h4>
 <b>__sendArguments</b>(<i>argsStr</i>)
-
 <p>
         Private method to set the command arguments in the application server.
 </p>
+
 <dl>
 
 <dt><i>argsStr</i> (str)</dt>
@@ -155,10 +157,10 @@
 <a NAME="EricSingleApplicationClient.processArgs" ID="EricSingleApplicationClient.processArgs"></a>
 <h4>EricSingleApplicationClient.processArgs</h4>
 <b>processArgs</b>(<i>args</i>)
-
 <p>
         Public method to process the command line args passed to the UI.
 </p>
+
 <dl>
 
 <dt><i>args</i> (argparse.Namespace)</dt>
@@ -171,26 +173,24 @@
 <hr />
 <a NAME="EricSingleApplicationServer" ID="EricSingleApplicationServer"></a>
 <h2>EricSingleApplicationServer</h2>
-
 <p>
     Class implementing the single application server embedded within the IDE.
 </p>
+
 <h3>Derived from</h3>
 SingleApplicationServer
 <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="#EricSingleApplicationServer.__init__">EricSingleApplicationServer</a></td>
 <td>Constructor</td>
@@ -216,26 +216,27 @@
 <td>Public slot to handle the command sent by the client.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricSingleApplicationServer.__init__" ID="EricSingleApplicationServer.__init__"></a>
 <h4>EricSingleApplicationServer (Constructor)</h4>
 <b>EricSingleApplicationServer</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="EricSingleApplicationServer.__saArguments" ID="EricSingleApplicationServer.__saArguments"></a>
 <h4>EricSingleApplicationServer.__saArguments</h4>
 <b>__saArguments</b>(<i>argsStr</i>)
-
 <p>
         Private method used to handle the "Arguments" command.
 </p>
+
 <dl>
 
 <dt><i>argsStr</i> (str)</dt>
@@ -246,10 +247,10 @@
 <a NAME="EricSingleApplicationServer.__saOpenFile" ID="EricSingleApplicationServer.__saOpenFile"></a>
 <h4>EricSingleApplicationServer.__saOpenFile</h4>
 <b>__saOpenFile</b>(<i>fname</i>)
-
 <p>
         Private method used to handle the "Open File" command.
 </p>
+
 <dl>
 
 <dt><i>fname</i> (str)</dt>
@@ -260,10 +261,10 @@
 <a NAME="EricSingleApplicationServer.__saOpenMultiProject" ID="EricSingleApplicationServer.__saOpenMultiProject"></a>
 <h4>EricSingleApplicationServer.__saOpenMultiProject</h4>
 <b>__saOpenMultiProject</b>(<i>pfname</i>)
-
 <p>
         Private method used to handle the "Open Multi-Project" command.
 </p>
+
 <dl>
 
 <dt><i>pfname</i> (str)</dt>
@@ -274,10 +275,10 @@
 <a NAME="EricSingleApplicationServer.__saOpenProject" ID="EricSingleApplicationServer.__saOpenProject"></a>
 <h4>EricSingleApplicationServer.__saOpenProject</h4>
 <b>__saOpenProject</b>(<i>pfname</i>)
-
 <p>
         Private method used to handle the "Open Project" command.
 </p>
+
 <dl>
 
 <dt><i>pfname</i> (str)</dt>
@@ -288,10 +289,10 @@
 <a NAME="EricSingleApplicationServer.handleCommand" ID="EricSingleApplicationServer.handleCommand"></a>
 <h4>EricSingleApplicationServer.handleCommand</h4>
 <b>handleCommand</b>(<i>command, arguments</i>)
-
 <p>
         Public slot to handle the command sent by the client.
 </p>
+
 <dl>
 
 <dt><i>command</i> (str)</dt>
@@ -305,4 +306,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