src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonStreamReader.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10928
46651e194fbe
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonStreamReader.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonStreamReader.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,34 +7,32 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricNetwork.EricJsonStreamReader</h1>
-
 <p>
 Module implementing a JSON based reader class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricJsonReader">EricJsonReader</a></td>
 <td>Class implementing a JSON based reader class.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricJsonReader" ID="EricJsonReader"></a>
 <h2>EricJsonReader</h2>
-
 <p>
     Class implementing a JSON based reader class.
 </p>
@@ -42,6 +40,7 @@
     The reader is responsible for opening a socket to listen for writer
     connections.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +52,17 @@
 <h3>Derived from</h3>
 QTcpServer
 <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="#EricJsonReader.__init__">EricJsonReader</a></td>
 <td>Constructor</td>
@@ -91,19 +88,20 @@
 <td>Public method to get the port number to connect to.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricJsonReader.__init__" ID="EricJsonReader.__init__"></a>
 <h4>EricJsonReader (Constructor)</h4>
 <b>EricJsonReader</b>(<i>name="", ip=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -122,24 +120,24 @@
 <a NAME="EricJsonReader.__handleDisconnect" ID="EricJsonReader.__handleDisconnect"></a>
 <h4>EricJsonReader.__handleDisconnect</h4>
 <b>__handleDisconnect</b>(<i></i>)
-
 <p>
         Private slot handling a disconnect of the writer.
 </p>
+
 <a NAME="EricJsonReader.__receiveJson" ID="EricJsonReader.__receiveJson"></a>
 <h4>EricJsonReader.__receiveJson</h4>
 <b>__receiveJson</b>(<i></i>)
-
 <p>
         Private slot handling received data from the writer.
 </p>
+
 <a NAME="EricJsonReader.address" ID="EricJsonReader.address"></a>
 <h4>EricJsonReader.address</h4>
 <b>address</b>(<i></i>)
-
 <p>
         Public method to get the host address.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -155,17 +153,17 @@
 <a NAME="EricJsonReader.handleNewConnection" ID="EricJsonReader.handleNewConnection"></a>
 <h4>EricJsonReader.handleNewConnection</h4>
 <b>handleNewConnection</b>(<i></i>)
-
 <p>
         Public slot for new incoming connections from a writer.
 </p>
+
 <a NAME="EricJsonReader.port" ID="EricJsonReader.port"></a>
 <h4>EricJsonReader.port</h4>
 <b>port</b>(<i></i>)
-
 <p>
         Public method to get the port number to connect to.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -180,4 +178,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