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

changeset 6536
c3dca7b0a486
parent 6514
f11a703e4664
equal deleted inserted replaced
6535:6e8b59db4c70 6536:c3dca7b0a486
135 <td>Private method to handle a help message.</td> 135 <td>Private method to handle a help message.</td>
136 </tr><tr> 136 </tr><tr>
137 <td><a href="#IrcChannelWidget.__ignore">__ignore</a></td> 137 <td><a href="#IrcChannelWidget.__ignore">__ignore</a></td>
138 <td>Private method to handle a channel message we are not interested in.</td> 138 <td>Private method to handle a channel message we are not interested in.</td>
139 </tr><tr> 139 </tr><tr>
140 <td><a href="#IrcChannelWidget.__ignoreUser">__ignoreUser</a></td>
141 <td>Private slot to ignore a specific user.</td>
142 </tr><tr>
140 <td><a href="#IrcChannelWidget.__initMessagesMenu">__initMessagesMenu</a></td> 143 <td><a href="#IrcChannelWidget.__initMessagesMenu">__initMessagesMenu</a></td>
141 <td>Private slot to initialize the context menu of the messages pane.</td> 144 <td>Private slot to initialize the context menu of the messages pane.</td>
142 </tr><tr> 145 </tr><tr>
143 <td><a href="#IrcChannelWidget.__initUsersMenu">__initUsersMenu</a></td> 146 <td><a href="#IrcChannelWidget.__initUsersMenu">__initUsersMenu</a></td>
144 <td>Private slot to initialize the users list context menu.</td> 147 <td>Private slot to initialize the users list context menu.</td>
147 <td>Private method to handle messages to the channel.</td> 150 <td>Private method to handle messages to the channel.</td>
148 </tr><tr> 151 </tr><tr>
149 <td><a href="#IrcChannelWidget.__openPrivateChat">__openPrivateChat</a></td> 152 <td><a href="#IrcChannelWidget.__openPrivateChat">__openPrivateChat</a></td>
150 <td>Private slot to open a chat with the selected user.</td> 153 <td>Private slot to open a chat with the selected user.</td>
151 </tr><tr> 154 </tr><tr>
155 <td><a href="#IrcChannelWidget.__pingUser">__pingUser</a></td>
156 <td>Private slot to send a ping to a specific user.</td>
157 </tr><tr>
158 <td><a href="#IrcChannelWidget.__processUserMessage">__processUserMessage</a></td>
159 <td>Private method to process a message entered by the user or via the user list context menu.</td>
160 </tr><tr>
152 <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td> 161 <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td>
153 <td>Private slot to save the contents of the messages display.</td> 162 <td>Private slot to save the contents of the messages display.</td>
154 </tr><tr> 163 </tr><tr>
155 <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td> 164 <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td>
156 <td>Private slot to send the WHO command to update the users list.</td> 165 <td>Private slot to send the WHO command to update the users list.</td>
166 </tr><tr>
167 <td><a href="#IrcChannelWidget.__sendUserMessage">__sendUserMessage</a></td>
168 <td>Private slot to send a private message to a specific user.</td>
169 </tr><tr>
170 <td><a href="#IrcChannelWidget.__sendUserNotice">__sendUserNotice</a></td>
171 <td>Private slot to send a notice message to a specific user.</td>
172 </tr><tr>
173 <td><a href="#IrcChannelWidget.__sendUserQuery">__sendUserQuery</a></td>
174 <td>Private slot to send a query message to a specific user.</td>
157 </tr><tr> 175 </tr><tr>
158 <td><a href="#IrcChannelWidget.__setEditTopicButton">__setEditTopicButton</a></td> 176 <td><a href="#IrcChannelWidget.__setEditTopicButton">__setEditTopicButton</a></td>
159 <td>Private method to set the visibility of the Edit Topic button.</td> 177 <td>Private method to set the visibility of the Edit Topic button.</td>
160 </tr><tr> 178 </tr><tr>
161 <td><a href="#IrcChannelWidget.__setTopic">__setTopic</a></td> 179 <td><a href="#IrcChannelWidget.__setTopic">__setTopic</a></td>
506 </dl><dl> 524 </dl><dl>
507 <dt>Returns:</dt> 525 <dt>Returns:</dt>
508 <dd> 526 <dd>
509 flag indicating whether the message was handled (boolean) 527 flag indicating whether the message was handled (boolean)
510 </dd> 528 </dd>
511 </dl><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a> 529 </dl><a NAME="IrcChannelWidget.__ignoreUser" ID="IrcChannelWidget.__ignoreUser"></a>
530 <h4>IrcChannelWidget.__ignoreUser</h4>
531 <b>__ignoreUser</b>(<i></i>)
532 <p>
533 Private slot to ignore a specific user.
534 </p><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a>
512 <h4>IrcChannelWidget.__initMessagesMenu</h4> 535 <h4>IrcChannelWidget.__initMessagesMenu</h4>
513 <b>__initMessagesMenu</b>(<i></i>) 536 <b>__initMessagesMenu</b>(<i></i>)
514 <p> 537 <p>
515 Private slot to initialize the context menu of the messages pane. 538 Private slot to initialize the context menu of the messages pane.
516 </p><a NAME="IrcChannelWidget.__initUsersMenu" ID="IrcChannelWidget.__initUsersMenu"></a> 539 </p><a NAME="IrcChannelWidget.__initUsersMenu" ID="IrcChannelWidget.__initUsersMenu"></a>
536 </dl><a NAME="IrcChannelWidget.__openPrivateChat" ID="IrcChannelWidget.__openPrivateChat"></a> 559 </dl><a NAME="IrcChannelWidget.__openPrivateChat" ID="IrcChannelWidget.__openPrivateChat"></a>
537 <h4>IrcChannelWidget.__openPrivateChat</h4> 560 <h4>IrcChannelWidget.__openPrivateChat</h4>
538 <b>__openPrivateChat</b>(<i></i>) 561 <b>__openPrivateChat</b>(<i></i>)
539 <p> 562 <p>
540 Private slot to open a chat with the selected user. 563 Private slot to open a chat with the selected user.
541 </p><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a> 564 </p><a NAME="IrcChannelWidget.__pingUser" ID="IrcChannelWidget.__pingUser"></a>
565 <h4>IrcChannelWidget.__pingUser</h4>
566 <b>__pingUser</b>(<i></i>)
567 <p>
568 Private slot to send a ping to a specific user.
569 </p><a NAME="IrcChannelWidget.__processUserMessage" ID="IrcChannelWidget.__processUserMessage"></a>
570 <h4>IrcChannelWidget.__processUserMessage</h4>
571 <b>__processUserMessage</b>(<i>msg</i>)
572 <p>
573 Private method to process a message entered by the user or via the
574 user list context menu.
575 </p><dl>
576 <dt><i>msg</i> (str)</dt>
577 <dd>
578 message to be processed
579 </dd>
580 </dl><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a>
542 <h4>IrcChannelWidget.__saveMessages</h4> 581 <h4>IrcChannelWidget.__saveMessages</h4>
543 <b>__saveMessages</b>(<i></i>) 582 <b>__saveMessages</b>(<i></i>)
544 <p> 583 <p>
545 Private slot to save the contents of the messages display. 584 Private slot to save the contents of the messages display.
546 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a> 585 </p><a NAME="IrcChannelWidget.__sendAutoWhoCommand" ID="IrcChannelWidget.__sendAutoWhoCommand"></a>
547 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4> 586 <h4>IrcChannelWidget.__sendAutoWhoCommand</h4>
548 <b>__sendAutoWhoCommand</b>(<i></i>) 587 <b>__sendAutoWhoCommand</b>(<i></i>)
549 <p> 588 <p>
550 Private slot to send the WHO command to update the users list. 589 Private slot to send the WHO command to update the users list.
590 </p><a NAME="IrcChannelWidget.__sendUserMessage" ID="IrcChannelWidget.__sendUserMessage"></a>
591 <h4>IrcChannelWidget.__sendUserMessage</h4>
592 <b>__sendUserMessage</b>(<i></i>)
593 <p>
594 Private slot to send a private message to a specific user.
595 </p><a NAME="IrcChannelWidget.__sendUserNotice" ID="IrcChannelWidget.__sendUserNotice"></a>
596 <h4>IrcChannelWidget.__sendUserNotice</h4>
597 <b>__sendUserNotice</b>(<i></i>)
598 <p>
599 Private slot to send a notice message to a specific user.
600 </p><a NAME="IrcChannelWidget.__sendUserQuery" ID="IrcChannelWidget.__sendUserQuery"></a>
601 <h4>IrcChannelWidget.__sendUserQuery</h4>
602 <b>__sendUserQuery</b>(<i></i>)
603 <p>
604 Private slot to send a query message to a specific user.
551 </p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a> 605 </p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a>
552 <h4>IrcChannelWidget.__setEditTopicButton</h4> 606 <h4>IrcChannelWidget.__setEditTopicButton</h4>
553 <b>__setEditTopicButton</b>(<i></i>) 607 <b>__setEditTopicButton</b>(<i></i>)
554 <p> 608 <p>
555 Private method to set the visibility of the Edit Topic button. 609 Private method to set the visibility of the Edit Topic button.

eric ide

mercurial