Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html

changeset 2447
d5624b902212
parent 2444
0fdd7f9ebd0b
child 2966
f85f686981ad
equal deleted inserted replaced
2446:aed80104991a 2447:d5624b902212
106 <td>Private slot to copy the selection of the messages display to the clipboard.</td> 106 <td>Private slot to copy the selection of the messages display to the clipboard.</td>
107 </tr><tr> 107 </tr><tr>
108 <td><a href="#IrcChannelWidget.__cutAllMessages">__cutAllMessages</a></td> 108 <td><a href="#IrcChannelWidget.__cutAllMessages">__cutAllMessages</a></td>
109 <td>Private slot to cut the contents of the messages display to the clipboard.</td> 109 <td>Private slot to cut the contents of the messages display to the clipboard.</td>
110 </tr><tr> 110 </tr><tr>
111 <td><a href="#IrcChannelWidget.__cutMessages">__cutMessages</a></td>
112 <td>Private slot to cut the selection of the messages display to the clipboard.</td>
113 </tr><tr>
114 <td><a href="#IrcChannelWidget.__extractPrivilege">__extractPrivilege</a></td> 111 <td><a href="#IrcChannelWidget.__extractPrivilege">__extractPrivilege</a></td>
115 <td>Private method to extract the user privileges out of the name.</td> 112 <td>Private method to extract the user privileges out of the name.</td>
116 </tr><tr> 113 </tr><tr>
117 <td><a href="#IrcChannelWidget.__findUser">__findUser</a></td> 114 <td><a href="#IrcChannelWidget.__findUser">__findUser</a></td>
118 <td>Private method to find the user in the list of users.</td> 115 <td>Private method to find the user in the list of users.</td>
141 <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td> 138 <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td>
142 <td>Private slot to save the contents of the messages display.</td> 139 <td>Private slot to save the contents of the messages display.</td>
143 </tr><tr> 140 </tr><tr>
144 <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td> 141 <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td>
145 <td>Private slot to send the WHO command to update the users list.</td> 142 <td>Private slot to send the WHO command to update the users list.</td>
143 </tr><tr>
144 <td><a href="#IrcChannelWidget.__setEditTopicButton">__setEditTopicButton</a></td>
145 <td>Private method to set the visibility of the Edit Topic button.</td>
146 </tr><tr> 146 </tr><tr>
147 <td><a href="#IrcChannelWidget.__setTopic">__setTopic</a></td> 147 <td><a href="#IrcChannelWidget.__setTopic">__setTopic</a></td>
148 <td>Private method to handle a topic change of the channel.</td> 148 <td>Private method to handle a topic change of the channel.</td>
149 </tr><tr> 149 </tr><tr>
150 <td><a href="#IrcChannelWidget.__setUserPrivilege">__setUserPrivilege</a></td> 150 <td><a href="#IrcChannelWidget.__setUserPrivilege">__setUserPrivilege</a></td>
409 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a> 409 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a>
410 <h4>IrcChannelWidget.__cutAllMessages</h4> 410 <h4>IrcChannelWidget.__cutAllMessages</h4>
411 <b>__cutAllMessages</b>(<i></i>) 411 <b>__cutAllMessages</b>(<i></i>)
412 <p> 412 <p>
413 Private slot to cut the contents of the messages display to the clipboard. 413 Private slot to cut the contents of the messages display to the clipboard.
414 </p><a NAME="IrcChannelWidget.__cutMessages" ID="IrcChannelWidget.__cutMessages"></a>
415 <h4>IrcChannelWidget.__cutMessages</h4>
416 <b>__cutMessages</b>(<i></i>)
417 <p>
418 Private slot to cut the selection of the messages display to the clipboard.
419 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a> 414 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a>
420 <h4>IrcChannelWidget.__extractPrivilege</h4> 415 <h4>IrcChannelWidget.__extractPrivilege</h4>
421 <b>__extractPrivilege</b>(<i>name</i>) 416 <b>__extractPrivilege</b>(<i>name</i>)
422 <p> 417 <p>
423 Private method to extract the user privileges out of the name. 418 Private method to extract the user privileges out of the name.
525 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a> 520 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a>
526 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4> 521 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4>
527 <b>__sendAutoWhoCommand</b>(<i></i>) 522 <b>__sendAutoWhoCommand</b>(<i></i>)
528 <p> 523 <p>
529 Private slot to send the WHO command to update the users list. 524 Private slot to send the WHO command to update the users list.
525 </p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a>
526 <h4>IrcChannelWidget.__setEditTopicButton</h4>
527 <b>__setEditTopicButton</b>(<i></i>)
528 <p>
529 Private method to set the visibility of the Edit Topic button.
530 </p><a NAME="IrcChannelWidget.__setTopic" ID="IrcChannelWidget.__setTopic"></a> 530 </p><a NAME="IrcChannelWidget.__setTopic" ID="IrcChannelWidget.__setTopic"></a>
531 <h4>IrcChannelWidget.__setTopic</h4> 531 <h4>IrcChannelWidget.__setTopic</h4>
532 <b>__setTopic</b>(<i>match</i>) 532 <b>__setTopic</b>(<i>match</i>)
533 <p> 533 <p>
534 Private method to handle a topic change of the channel. 534 Private method to handle a topic change of the channel.
1147 <td>Private method to convert an icon to an away icon.</td> 1147 <td>Private method to convert an icon to an away icon.</td>
1148 </tr><tr> 1148 </tr><tr>
1149 <td><a href="#IrcUserItem.__setIcon">__setIcon</a></td> 1149 <td><a href="#IrcUserItem.__setIcon">__setIcon</a></td>
1150 <td>Private method to set the icon dependent on user privileges.</td> 1150 <td>Private method to set the icon dependent on user privileges.</td>
1151 </tr><tr> 1151 </tr><tr>
1152 <td><a href="#IrcUserItem.canChangeTopic">canChangeTopic</a></td>
1153 <td>Public method to check, if the user is allowed to change the topic.</td>
1154 </tr><tr>
1152 <td><a href="#IrcUserItem.changePrivilege">changePrivilege</a></td> 1155 <td><a href="#IrcUserItem.changePrivilege">changePrivilege</a></td>
1153 <td>Public method to set or unset a user privilege.</td> 1156 <td>Public method to set or unset a user privilege.</td>
1154 </tr><tr> 1157 </tr><tr>
1155 <td><a href="#IrcUserItem.clearPrivileges">clearPrivileges</a></td> 1158 <td><a href="#IrcUserItem.clearPrivileges">clearPrivileges</a></td>
1156 <td>Public method to clear the user privileges.</td> 1159 <td>Public method to clear the user privileges.</td>
1198 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> 1201 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a>
1199 <h4>IrcUserItem.__setIcon</h4> 1202 <h4>IrcUserItem.__setIcon</h4>
1200 <b>__setIcon</b>(<i></i>) 1203 <b>__setIcon</b>(<i></i>)
1201 <p> 1204 <p>
1202 Private method to set the icon dependent on user privileges. 1205 Private method to set the icon dependent on user privileges.
1203 </p><a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a> 1206 </p><a NAME="IrcUserItem.canChangeTopic" ID="IrcUserItem.canChangeTopic"></a>
1207 <h4>IrcUserItem.canChangeTopic</h4>
1208 <b>canChangeTopic</b>(<i></i>)
1209 <p>
1210 Public method to check, if the user is allowed to change the topic.
1211 </p><dl>
1212 <dt>Returns:</dt>
1213 <dd>
1214 flag indicating that the topic can be changed (boolean)
1215 </dd>
1216 </dl><a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a>
1204 <h4>IrcUserItem.changePrivilege</h4> 1217 <h4>IrcUserItem.changePrivilege</h4>
1205 <b>changePrivilege</b>(<i>privilege</i>) 1218 <b>changePrivilege</b>(<i>privilege</i>)
1206 <p> 1219 <p>
1207 Public method to set or unset a user privilege. 1220 Public method to set or unset a user privilege.
1208 </p><dl> 1221 </p><dl>

eric ide

mercurial