--- a/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html Wed Oct 03 19:54:23 2018 +0200 +++ b/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html Wed Oct 03 19:55:11 2018 +0200 @@ -137,6 +137,9 @@ <td><a href="#IrcChannelWidget.__ignore">__ignore</a></td> <td>Private method to handle a channel message we are not interested in.</td> </tr><tr> +<td><a href="#IrcChannelWidget.__ignoreUser">__ignoreUser</a></td> +<td>Private slot to ignore a specific user.</td> +</tr><tr> <td><a href="#IrcChannelWidget.__initMessagesMenu">__initMessagesMenu</a></td> <td>Private slot to initialize the context menu of the messages pane.</td> </tr><tr> @@ -149,12 +152,27 @@ <td><a href="#IrcChannelWidget.__openPrivateChat">__openPrivateChat</a></td> <td>Private slot to open a chat with the selected user.</td> </tr><tr> +<td><a href="#IrcChannelWidget.__pingUser">__pingUser</a></td> +<td>Private slot to send a ping to a specific user.</td> +</tr><tr> +<td><a href="#IrcChannelWidget.__processUserMessage">__processUserMessage</a></td> +<td>Private method to process a message entered by the user or via the user list context menu.</td> +</tr><tr> <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td> <td>Private slot to save the contents of the messages display.</td> </tr><tr> <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td> <td>Private slot to send the WHO command to update the users list.</td> </tr><tr> +<td><a href="#IrcChannelWidget.__sendUserMessage">__sendUserMessage</a></td> +<td>Private slot to send a private message to a specific user.</td> +</tr><tr> +<td><a href="#IrcChannelWidget.__sendUserNotice">__sendUserNotice</a></td> +<td>Private slot to send a notice message to a specific user.</td> +</tr><tr> +<td><a href="#IrcChannelWidget.__sendUserQuery">__sendUserQuery</a></td> +<td>Private slot to send a query message to a specific user.</td> +</tr><tr> <td><a href="#IrcChannelWidget.__setEditTopicButton">__setEditTopicButton</a></td> <td>Private method to set the visibility of the Edit Topic button.</td> </tr><tr> @@ -508,7 +526,12 @@ <dd> flag indicating whether the message was handled (boolean) </dd> -</dl><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a> +</dl><a NAME="IrcChannelWidget.__ignoreUser" ID="IrcChannelWidget.__ignoreUser"></a> +<h4>IrcChannelWidget.__ignoreUser</h4> +<b>__ignoreUser</b>(<i></i>) +<p> + Private slot to ignore a specific user. +</p><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a> <h4>IrcChannelWidget.__initMessagesMenu</h4> <b>__initMessagesMenu</b>(<i></i>) <p> @@ -538,7 +561,23 @@ <b>__openPrivateChat</b>(<i></i>) <p> Private slot to open a chat with the selected user. -</p><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a> +</p><a NAME="IrcChannelWidget.__pingUser" ID="IrcChannelWidget.__pingUser"></a> +<h4>IrcChannelWidget.__pingUser</h4> +<b>__pingUser</b>(<i></i>) +<p> + Private slot to send a ping to a specific user. +</p><a NAME="IrcChannelWidget.__processUserMessage" ID="IrcChannelWidget.__processUserMessage"></a> +<h4>IrcChannelWidget.__processUserMessage</h4> +<b>__processUserMessage</b>(<i>msg</i>) +<p> + Private method to process a message entered by the user or via the + user list context menu. +</p><dl> +<dt><i>msg</i> (str)</dt> +<dd> +message to be processed +</dd> +</dl><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a> <h4>IrcChannelWidget.__saveMessages</h4> <b>__saveMessages</b>(<i></i>) <p> @@ -548,6 +587,21 @@ <b>__sendAutoWhoCommand</b>(<i></i>) <p> Private slot to send the WHO command to update the users list. +</p><a NAME="IrcChannelWidget.__sendUserMessage" ID="IrcChannelWidget.__sendUserMessage"></a> +<h4>IrcChannelWidget.__sendUserMessage</h4> +<b>__sendUserMessage</b>(<i></i>) +<p> + Private slot to send a private message to a specific user. +</p><a NAME="IrcChannelWidget.__sendUserNotice" ID="IrcChannelWidget.__sendUserNotice"></a> +<h4>IrcChannelWidget.__sendUserNotice</h4> +<b>__sendUserNotice</b>(<i></i>) +<p> + Private slot to send a notice message to a specific user. +</p><a NAME="IrcChannelWidget.__sendUserQuery" ID="IrcChannelWidget.__sendUserQuery"></a> +<h4>IrcChannelWidget.__sendUserQuery</h4> +<b>__sendUserQuery</b>(<i></i>) +<p> + Private slot to send a query message to a specific user. </p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a> <h4>IrcChannelWidget.__setEditTopicButton</h4> <b>__setEditTopicButton</b>(<i></i>)