src/eric7/Documentation/Source/eric7.Cooperation.ChatWidget.html

branch
eric7
changeset 11265
0fb6d2c26cbf
parent 11215
d07c71a34adf
equal deleted inserted replaced
11264:6feb46361342 11265:0fb6d2c26cbf
35 <h2>ChatWidget</h2> 35 <h2>ChatWidget</h2>
36 <p> 36 <p>
37 Class implementing the chat dialog. 37 Class implementing the chat dialog.
38 </p> 38 </p>
39 39
40 <h3>Signals</h3>
41 <dl>
42
43 <dt>cancelEdit()</dt>
44 <dd>
45 emitted to cancel a shared edit session
46 </dd>
47 <dt>connected(connected)</dt>
48 <dd>
49 emitted to signal a change of the connected
50 state (bool)
51 </dd>
52 <dt>editorCommand(hashStr, filename, message)</dt>
53 <dd>
54 emitted when an editor
55 command has been received (string, string, string)
56 </dd>
57 <dt>sendEdit()</dt>
58 <dd>
59 emitted to send a shared edit session
60 </dd>
61 <dt>shareEditor(share)</dt>
62 <dd>
63 emitted to signal a share is requested (bool)
64 </dd>
65 <dt>startEdit()</dt>
66 <dd>
67 emitted to start a shared edit session
68 </dd>
69 </dl>
70 <h3>Derived from</h3> 40 <h3>Derived from</h3>
71 QWidget, Ui_ChatWidget 41 QWidget, Ui_ChatWidget
72 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
73 <table> 43 <table>
74 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>

eric ide

mercurial