42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="CooperationServer" ID="CooperationServer"></a> |
43 <a NAME="CooperationServer" ID="CooperationServer"></a> |
44 <h2>CooperationServer</h2> |
44 <h2>CooperationServer</h2> |
45 <p> |
45 <p> |
46 Class implementing the cooperation server. |
46 Class implementing the cooperation server. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>newConnection(connection)</dt> |
49 <dt>newConnection(connection)</dt> |
50 <dd> |
50 <dd> |
51 emitted after a new connection was received |
51 emitted after a new connection was received |
52 (Connection) |
52 (Connection) |
53 </dd> |
53 </dd> |
54 </dl> |
54 </dl> |
55 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
56 QTcpServer |
56 QTcpServer |
57 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 <table> |
|
59 <tr><td>None</td></tr> |
|
60 </table> |
|
61 <h3>Class Methods</h3> |
58 <table> |
62 <table> |
59 <tr><td>None</td></tr> |
63 <tr><td>None</td></tr> |
60 </table> |
64 </table> |
61 <h3>Methods</h3> |
65 <h3>Methods</h3> |
62 <table> |
66 <table> |
68 <td>Protected method handling an incoming connection.</td> |
72 <td>Protected method handling an incoming connection.</td> |
69 </tr><tr> |
73 </tr><tr> |
70 <td><a href="#CooperationServer.startListening">startListening</a></td> |
74 <td><a href="#CooperationServer.startListening">startListening</a></td> |
71 <td>Public method to start listening for new connections.</td> |
75 <td>Public method to start listening for new connections.</td> |
72 </tr> |
76 </tr> |
|
77 </table> |
|
78 <h3>Static Methods</h3> |
|
79 <table> |
|
80 <tr><td>None</td></tr> |
73 </table> |
81 </table> |
74 <a NAME="CooperationServer.__init__" ID="CooperationServer.__init__"></a> |
82 <a NAME="CooperationServer.__init__" ID="CooperationServer.__init__"></a> |
75 <h4>CooperationServer (Constructor)</h4> |
83 <h4>CooperationServer (Constructor)</h4> |
76 <b>CooperationServer</b>(<i>parent = None</i>) |
84 <b>CooperationServer</b>(<i>parent = None</i>) |
77 <p> |
85 <p> |