Documentation/Source/eric5.Cooperation.CooperationClient.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3591
2f2a4a76dd22
--- a/Documentation/Source/eric5.Cooperation.CooperationClient.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Cooperation.CooperationClient.html	Sun Oct 13 17:44:48 2013 +0200
@@ -50,18 +50,20 @@
 emitted, if the initial connection fails
 </dd><dt>connectionError(message)</dt>
 <dd>
-emitted when a connection error occurs (string)
+emitted when a connection error occurs
+        (string)
 </dd><dt>editorCommand(hash, filename, message)</dt>
 <dd>
-emitted when an editor command
-            has been received (string, string, string)
+emitted when an editor
+        command has been received (string, string, string)
 </dd><dt>newMessage(user, message)</dt>
 <dd>
 emitted after a new message has
-            arrived (string, string)
+        arrived (string, string)
 </dd><dt>newParticipant(nickname)</dt>
 <dd>
-emitted after a new participant joined (string)
+emitted after a new participant joined
+        (string)
 </dd><dt>participantLeft(nickname)</dt>
 <dd>
 emitted after a participant left (string)
@@ -178,7 +180,8 @@
 </p><dl>
 <dt><i>socketError</i></dt>
 <dd>
-reference to the error object (QAbstractSocket.SocketError)
+reference to the error object
+            (QAbstractSocket.SocketError)
 </dd>
 </dl><a NAME="CooperationClient.__connectionRejected" ID="CooperationClient.__connectionRejected"></a>
 <h4>CooperationClient.__connectionRejected</h4>
@@ -208,7 +211,8 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-list of references to the connection objects (list of Connection)
+list of references to the connection objects (list of
+            Connection)
 </dd>
 </dl><a NAME="CooperationClient.__getParticipants" ID="CooperationClient.__getParticipants"></a>
 <h4>CooperationClient.__getParticipants</h4>
@@ -233,7 +237,8 @@
 </p><dl>
 <dt><i>participants</i></dt>
 <dd>
-list of participants (list of strings of "host:port")
+list of participants (list of strings of
+            "host:port")
 </dd>
 </dl><a NAME="CooperationClient.__readyForUse" ID="CooperationClient.__readyForUse"></a>
 <h4>CooperationClient.__readyForUse</h4>
@@ -297,11 +302,13 @@
 <h4>CooperationClient.errorString</h4>
 <b>errorString</b>(<i></i>)
 <p>
-        Public method to get a human readable error message about the last server error.
+        Public method to get a human readable error message about the last
+        server error.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-human readable error message about the last server error (string)
+human readable error message about the last server error
+            (string)
 </dd>
 </dl><a NAME="CooperationClient.hasConnection" ID="CooperationClient.hasConnection"></a>
 <h4>CooperationClient.hasConnection</h4>
@@ -369,7 +376,8 @@
 </p><dl>
 <dt><i>connection</i></dt>
 <dd>
-reference to the connection to be removed (Connection)
+reference to the connection to be removed
+            (Connection)
 </dd>
 </dl><a NAME="CooperationClient.sendEditorCommand" ID="CooperationClient.sendEditorCommand"></a>
 <h4>CooperationClient.sendEditorCommand</h4>

eric ide

mercurial