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> |
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> |
146 </tr><tr> |
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> |
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> |
151 <td>Private method to handle a change of user privileges for the channel.</td> |
151 <td>Private method to handle a change of user privileges for the channel.</td> |
243 <td><a href="#IrcChannelWidget.on_editTopicButton_clicked">on_editTopicButton_clicked</a></td> |
243 <td><a href="#IrcChannelWidget.on_editTopicButton_clicked">on_editTopicButton_clicked</a></td> |
244 <td>Private slot to change the topic of the channel.</td> |
244 <td>Private slot to change the topic of the channel.</td> |
245 </tr><tr> |
245 </tr><tr> |
246 <td><a href="#IrcChannelWidget.on_messageEdit_returnPressed">on_messageEdit_returnPressed</a></td> |
246 <td><a href="#IrcChannelWidget.on_messageEdit_returnPressed">on_messageEdit_returnPressed</a></td> |
247 <td>Private slot to send a message to the channel.</td> |
247 <td>Private slot to send a message to the channel.</td> |
|
248 </tr><tr> |
|
249 <td><a href="#IrcChannelWidget.on_messages_anchorClicked">on_messages_anchorClicked</a></td> |
|
250 <td>Private slot to open links in the default browser.</td> |
248 </tr><tr> |
251 </tr><tr> |
249 <td><a href="#IrcChannelWidget.on_messages_copyAvailable">on_messages_copyAvailable</a></td> |
252 <td><a href="#IrcChannelWidget.on_messages_copyAvailable">on_messages_copyAvailable</a></td> |
250 <td>Private slot to react to text selection/deselection of the messages edit.</td> |
253 <td>Private slot to react to text selection/deselection of the messages edit.</td> |
251 </tr><tr> |
254 </tr><tr> |
252 <td><a href="#IrcChannelWidget.on_messages_customContextMenuRequested">on_messages_customContextMenuRequested</a></td> |
255 <td><a href="#IrcChannelWidget.on_messages_customContextMenuRequested">on_messages_customContextMenuRequested</a></td> |
406 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a> |
409 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a> |
407 <h4>IrcChannelWidget.__cutAllMessages</h4> |
410 <h4>IrcChannelWidget.__cutAllMessages</h4> |
408 <b>__cutAllMessages</b>(<i></i>) |
411 <b>__cutAllMessages</b>(<i></i>) |
409 <p> |
412 <p> |
410 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. |
411 </p><a NAME="IrcChannelWidget.__cutMessages" ID="IrcChannelWidget.__cutMessages"></a> |
|
412 <h4>IrcChannelWidget.__cutMessages</h4> |
|
413 <b>__cutMessages</b>(<i></i>) |
|
414 <p> |
|
415 Private slot to cut the selection of the messages display to the clipboard. |
|
416 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a> |
414 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a> |
417 <h4>IrcChannelWidget.__extractPrivilege</h4> |
415 <h4>IrcChannelWidget.__extractPrivilege</h4> |
418 <b>__extractPrivilege</b>(<i>name</i>) |
416 <b>__extractPrivilege</b>(<i>name</i>) |
419 <p> |
417 <p> |
420 Private method to extract the user privileges out of the name. |
418 Private method to extract the user privileges out of the name. |
522 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a> |
520 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a> |
523 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4> |
521 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4> |
524 <b>__sendAutoWhoCommand</b>(<i></i>) |
522 <b>__sendAutoWhoCommand</b>(<i></i>) |
525 <p> |
523 <p> |
526 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. |
527 </p><a NAME="IrcChannelWidget.__setTopic" ID="IrcChannelWidget.__setTopic"></a> |
530 </p><a NAME="IrcChannelWidget.__setTopic" ID="IrcChannelWidget.__setTopic"></a> |
528 <h4>IrcChannelWidget.__setTopic</h4> |
531 <h4>IrcChannelWidget.__setTopic</h4> |
529 <b>__setTopic</b>(<i>match</i>) |
532 <b>__setTopic</b>(<i>match</i>) |
530 <p> |
533 <p> |
531 Private method to handle a topic change of the channel. |
534 Private method to handle a topic change of the channel. |
971 </p><a NAME="IrcChannelWidget.on_messageEdit_returnPressed" ID="IrcChannelWidget.on_messageEdit_returnPressed"></a> |
974 </p><a NAME="IrcChannelWidget.on_messageEdit_returnPressed" ID="IrcChannelWidget.on_messageEdit_returnPressed"></a> |
972 <h4>IrcChannelWidget.on_messageEdit_returnPressed</h4> |
975 <h4>IrcChannelWidget.on_messageEdit_returnPressed</h4> |
973 <b>on_messageEdit_returnPressed</b>(<i></i>) |
976 <b>on_messageEdit_returnPressed</b>(<i></i>) |
974 <p> |
977 <p> |
975 Private slot to send a message to the channel. |
978 Private slot to send a message to the channel. |
|
979 </p><a NAME="IrcChannelWidget.on_messages_anchorClicked" ID="IrcChannelWidget.on_messages_anchorClicked"></a> |
|
980 <h4>IrcChannelWidget.on_messages_anchorClicked</h4> |
|
981 <b>on_messages_anchorClicked</b>(<i>url</i>) |
|
982 <p> |
|
983 Private slot to open links in the default browser. |
976 </p><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
984 </p><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
977 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
985 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
978 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
986 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
979 <p> |
987 <p> |
980 Private slot to react to text selection/deselection of the messages edit. |
988 Private slot to react to text selection/deselection of the messages edit. |
1139 <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> |
1140 </tr><tr> |
1148 </tr><tr> |
1141 <td><a href="#IrcUserItem.__setIcon">__setIcon</a></td> |
1149 <td><a href="#IrcUserItem.__setIcon">__setIcon</a></td> |
1142 <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> |
1143 </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> |
1144 <td><a href="#IrcUserItem.changePrivilege">changePrivilege</a></td> |
1155 <td><a href="#IrcUserItem.changePrivilege">changePrivilege</a></td> |
1145 <td>Public method to set or unset a user privilege.</td> |
1156 <td>Public method to set or unset a user privilege.</td> |
1146 </tr><tr> |
1157 </tr><tr> |
1147 <td><a href="#IrcUserItem.clearPrivileges">clearPrivileges</a></td> |
1158 <td><a href="#IrcUserItem.clearPrivileges">clearPrivileges</a></td> |
1148 <td>Public method to clear the user privileges.</td> |
1159 <td>Public method to clear the user privileges.</td> |
1190 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> |
1201 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> |
1191 <h4>IrcUserItem.__setIcon</h4> |
1202 <h4>IrcUserItem.__setIcon</h4> |
1192 <b>__setIcon</b>(<i></i>) |
1203 <b>__setIcon</b>(<i></i>) |
1193 <p> |
1204 <p> |
1194 Private method to set the icon dependent on user privileges. |
1205 Private method to set the icon dependent on user privileges. |
1195 </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> |
1196 <h4>IrcUserItem.changePrivilege</h4> |
1217 <h4>IrcUserItem.changePrivilege</h4> |
1197 <b>changePrivilege</b>(<i>privilege</i>) |
1218 <b>changePrivilege</b>(<i>privilege</i>) |
1198 <p> |
1219 <p> |
1199 Public method to set or unset a user privilege. |
1220 Public method to set or unset a user privilege. |
1200 </p><dl> |
1221 </p><dl> |