319 <dd> |
319 <dd> |
320 indicator to be shown (string) |
320 indicator to be shown (string) |
321 </dd><dt><i>message</i></dt> |
321 </dd><dt><i>message</i></dt> |
322 <dd> |
322 <dd> |
323 message to be shown (string) |
323 message to be shown (string) |
324 </dd><dt><i>isLocal=</i></dt> |
|
325 <dd> |
|
326 flag indicating a message related to the local user (boolean) |
|
327 </dd> |
324 </dd> |
328 </dl><a NAME="IrcChannelWidget.__appendMessage" ID="IrcChannelWidget.__appendMessage"></a> |
325 </dl><a NAME="IrcChannelWidget.__appendMessage" ID="IrcChannelWidget.__appendMessage"></a> |
329 <h4>IrcChannelWidget.__appendMessage</h4> |
326 <h4>IrcChannelWidget.__appendMessage</h4> |
330 <b>__appendMessage</b>(<i>message</i>) |
327 <b>__appendMessage</b>(<i>message</i>) |
331 <p> |
328 <p> |
332 Private slot to append a message. |
329 Private slot to append a message. |
333 </p><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> |
330 </p><dl> |
|
331 <dt><i>message</i></dt> |
|
332 <dd> |
|
333 message to be appended (string) |
|
334 </dd> |
|
335 </dl><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> |
334 <h4>IrcChannelWidget.__autoWhoEntry</h4> |
336 <h4>IrcChannelWidget.__autoWhoEntry</h4> |
335 <b>__autoWhoEntry</b>(<i>match</i>) |
337 <b>__autoWhoEntry</b>(<i>match</i>) |
336 <p> |
338 <p> |
337 Private method to handle a WHO entry returned by the server as requested |
339 Private method to handle a WHO entry returned by the server as requested |
338 automatically. |
340 automatically. |
418 Private method to extract the user privileges out of the name. |
420 Private method to extract the user privileges out of the name. |
419 </p><dl> |
421 </p><dl> |
420 <dt><i>name</i></dt> |
422 <dt><i>name</i></dt> |
421 <dd> |
423 <dd> |
422 user name and prefixes (string) |
424 user name and prefixes (string) |
423 return list of privileges and user name (list of string, string) |
425 </dd> |
|
426 </dl><dl> |
|
427 <dt>Returns:</dt> |
|
428 <dd> |
|
429 list of privileges and user name (list of string, string) |
424 </dd> |
430 </dd> |
425 </dl><a NAME="IrcChannelWidget.__findUser" ID="IrcChannelWidget.__findUser"></a> |
431 </dl><a NAME="IrcChannelWidget.__findUser" ID="IrcChannelWidget.__findUser"></a> |
426 <h4>IrcChannelWidget.__findUser</h4> |
432 <h4>IrcChannelWidget.__findUser</h4> |
427 <b>__findUser</b>(<i>name</i>) |
433 <b>__findUser</b>(<i>name</i>) |
428 <p> |
434 <p> |
441 <h4>IrcChannelWidget.__handleCtcp</h4> |
447 <h4>IrcChannelWidget.__handleCtcp</h4> |
442 <b>__handleCtcp</b>(<i>match</i>) |
448 <b>__handleCtcp</b>(<i>match</i>) |
443 <p> |
449 <p> |
444 Private method to handle a CTCP channel command. |
450 Private method to handle a CTCP channel command. |
445 </p><dl> |
451 </p><dl> |
446 <dt><i>reference</i></dt> |
452 <dt><i>match</i></dt> |
447 <dd> |
453 <dd> |
448 to the match object |
454 reference to the match object |
449 </dd> |
455 </dd> |
450 </dl><dl> |
456 </dl><dl> |
451 <dt>Returns:</dt> |
457 <dt>Returns:</dt> |
452 <dd> |
458 <dd> |
453 flag indicating, if the message was handled (boolean) |
459 flag indicating, if the message was handled (boolean) |
979 </p><a NAME="IrcChannelWidget.on_messages_anchorClicked" ID="IrcChannelWidget.on_messages_anchorClicked"></a> |
985 </p><a NAME="IrcChannelWidget.on_messages_anchorClicked" ID="IrcChannelWidget.on_messages_anchorClicked"></a> |
980 <h4>IrcChannelWidget.on_messages_anchorClicked</h4> |
986 <h4>IrcChannelWidget.on_messages_anchorClicked</h4> |
981 <b>on_messages_anchorClicked</b>(<i>url</i>) |
987 <b>on_messages_anchorClicked</b>(<i>url</i>) |
982 <p> |
988 <p> |
983 Private slot to open links in the default browser. |
989 Private slot to open links in the default browser. |
984 </p><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
990 </p><dl> |
|
991 <dt><i>url</i></dt> |
|
992 <dd> |
|
993 URL to be opened (QUrl) |
|
994 </dd> |
|
995 </dl><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> |
985 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
996 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> |
986 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
997 <b>on_messages_copyAvailable</b>(<i>yes</i>) |
987 <p> |
998 <p> |
988 Private slot to react to text selection/deselection of the messages edit. |
999 Private slot to react to text selection/deselection of the messages edit. |
989 </p><dl> |
1000 </p><dl> |
1192 Private method to convert an icon to an away icon. |
1203 Private method to convert an icon to an away icon. |
1193 </p><dl> |
1204 </p><dl> |
1194 <dt><i>icon</i></dt> |
1205 <dt><i>icon</i></dt> |
1195 <dd> |
1206 <dd> |
1196 icon to be converted (QIcon) |
1207 icon to be converted (QIcon) |
1197 </dd><dt><i>away</i></dt> |
1208 </dd> |
1198 <dd> |
1209 </dl><dl> |
1199 icon (QIcon) |
1210 <dt>Returns:</dt> |
|
1211 <dd> |
|
1212 away icon (QIcon) |
1200 </dd> |
1213 </dd> |
1201 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> |
1214 </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> |
1202 <h4>IrcUserItem.__setIcon</h4> |
1215 <h4>IrcUserItem.__setIcon</h4> |
1203 <b>__setIcon</b>(<i></i>) |
1216 <b>__setIcon</b>(<i></i>) |
1204 <p> |
1217 <p> |