51 <dt>channelClosed(str)</dt> |
51 <dt>channelClosed(str)</dt> |
52 <dd> |
52 <dd> |
53 emitted after the user has left the channel |
53 emitted after the user has left the channel |
54 </dd><dt>openPrivateChat(str)</dt> |
54 </dd><dt>openPrivateChat(str)</dt> |
55 <dd> |
55 <dd> |
56 emitted to open a "channel" for private messages |
56 emitted to open a "channel" for private |
|
57 messages |
57 </dd><dt>sendCtcpReply(str, str)</dt> |
58 </dd><dt>sendCtcpReply(str, str)</dt> |
58 <dd> |
59 <dd> |
59 emitted to send a CTCP reply |
60 emitted to send a CTCP reply |
60 </dd><dt>sendData(str)</dt> |
61 </dd><dt>sendData(str)</dt> |
61 <dd> |
62 <dd> |
334 </dd> |
335 </dd> |
335 </dl><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> |
336 </dl><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> |
336 <h4>IrcChannelWidget.__autoWhoEntry</h4> |
337 <h4>IrcChannelWidget.__autoWhoEntry</h4> |
337 <b>__autoWhoEntry</b>(<i>match</i>) |
338 <b>__autoWhoEntry</b>(<i>match</i>) |
338 <p> |
339 <p> |
339 Private method to handle a WHO entry returned by the server as requested |
340 Private method to handle a WHO entry returned by the server as |
340 automatically. |
341 requested automatically. |
341 </p><dl> |
342 </p><dl> |
342 <dt><i>match</i></dt> |
343 <dt><i>match</i></dt> |
343 <dd> |
344 <dd> |
344 match object that matched the pattern |
345 match object that matched the pattern |
345 </dd> |
346 </dd> |
400 Private slot to clear the contents of the messages display. |
401 Private slot to clear the contents of the messages display. |
401 </p><a NAME="IrcChannelWidget.__copyAllMessages" ID="IrcChannelWidget.__copyAllMessages"></a> |
402 </p><a NAME="IrcChannelWidget.__copyAllMessages" ID="IrcChannelWidget.__copyAllMessages"></a> |
402 <h4>IrcChannelWidget.__copyAllMessages</h4> |
403 <h4>IrcChannelWidget.__copyAllMessages</h4> |
403 <b>__copyAllMessages</b>(<i></i>) |
404 <b>__copyAllMessages</b>(<i></i>) |
404 <p> |
405 <p> |
405 Private slot to copy the contents of the messages display to the clipboard. |
406 Private slot to copy the contents of the messages display to the |
|
407 clipboard. |
406 </p><a NAME="IrcChannelWidget.__copyMessages" ID="IrcChannelWidget.__copyMessages"></a> |
408 </p><a NAME="IrcChannelWidget.__copyMessages" ID="IrcChannelWidget.__copyMessages"></a> |
407 <h4>IrcChannelWidget.__copyMessages</h4> |
409 <h4>IrcChannelWidget.__copyMessages</h4> |
408 <b>__copyMessages</b>(<i></i>) |
410 <b>__copyMessages</b>(<i></i>) |
409 <p> |
411 <p> |
410 Private slot to copy the selection of the messages display to the clipboard. |
412 Private slot to copy the selection of the messages display to the |
|
413 clipboard. |
411 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a> |
414 </p><a NAME="IrcChannelWidget.__cutAllMessages" ID="IrcChannelWidget.__cutAllMessages"></a> |
412 <h4>IrcChannelWidget.__cutAllMessages</h4> |
415 <h4>IrcChannelWidget.__cutAllMessages</h4> |
413 <b>__cutAllMessages</b>(<i></i>) |
416 <b>__cutAllMessages</b>(<i></i>) |
414 <p> |
417 <p> |
415 Private slot to cut the contents of the messages display to the clipboard. |
418 Private slot to cut the contents of the messages display to the |
|
419 clipboard. |
416 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a> |
420 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a> |
417 <h4>IrcChannelWidget.__extractPrivilege</h4> |
421 <h4>IrcChannelWidget.__extractPrivilege</h4> |
418 <b>__extractPrivilege</b>(<i>name</i>) |
422 <b>__extractPrivilege</b>(<i>name</i>) |
419 <p> |
423 <p> |
420 Private method to extract the user privileges out of the name. |
424 Private method to extract the user privileges out of the name. |
700 </dd> |
704 </dd> |
701 </dl><a NAME="IrcChannelWidget.__whoEntry" ID="IrcChannelWidget.__whoEntry"></a> |
705 </dl><a NAME="IrcChannelWidget.__whoEntry" ID="IrcChannelWidget.__whoEntry"></a> |
702 <h4>IrcChannelWidget.__whoEntry</h4> |
706 <h4>IrcChannelWidget.__whoEntry</h4> |
703 <b>__whoEntry</b>(<i>match</i>) |
707 <b>__whoEntry</b>(<i>match</i>) |
704 <p> |
708 <p> |
705 Private method to handle a WHO entry returned by the server as requested |
709 Private method to handle a WHO entry returned by the server as |
706 manually. |
710 requested manually. |
707 </p><dl> |
711 </p><dl> |
708 <dt><i>match</i></dt> |
712 <dt><i>match</i></dt> |
709 <dd> |
713 <dd> |
710 match object that matched the pattern |
714 match object that matched the pattern |
711 </dd> |
715 </dd> |
994 </dd> |
998 </dd> |
995 </dl><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
999 </dl><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
996 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
1000 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
997 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
1001 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
998 <p> |
1002 <p> |
999 Private slot to react to text selection/deselection of the messages edit. |
1003 Private slot to react to text selection/deselection of the messages |
|
1004 edit. |
1000 </p><dl> |
1005 </p><dl> |
1001 <dt><i>yes</i></dt> |
1006 <dt><i>yes</i></dt> |
1002 <dd> |
1007 <dd> |
1003 flag signaling the availability of selected text (boolean) |
1008 flag signaling the availability of selected text (boolean) |
1004 </dd> |
1009 </dd> |
1192 <dt><i>name</i></dt> |
1197 <dt><i>name</i></dt> |
1193 <dd> |
1198 <dd> |
1194 string with user name and privilege prefix (string) |
1199 string with user name and privilege prefix (string) |
1195 </dd><dt><i>parent</i></dt> |
1200 </dd><dt><i>parent</i></dt> |
1196 <dd> |
1201 <dd> |
1197 reference to the parent widget (QListWidget or QListWidgetItem) |
1202 reference to the parent widget (QListWidget or |
|
1203 QListWidgetItem) |
1198 </dd> |
1204 </dd> |
1199 </dl><a NAME="IrcUserItem.__awayIcon" ID="IrcUserItem.__awayIcon"></a> |
1205 </dl><a NAME="IrcUserItem.__awayIcon" ID="IrcUserItem.__awayIcon"></a> |
1200 <h4>IrcUserItem.__awayIcon</h4> |
1206 <h4>IrcUserItem.__awayIcon</h4> |
1201 <b>__awayIcon</b>(<i>icon</i>) |
1207 <b>__awayIcon</b>(<i>icon</i>) |
1202 <p> |
1208 <p> |