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

changeset 2447
d5624b902212
parent 2444
0fdd7f9ebd0b
child 2966
f85f686981ad
--- a/Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html	Sat Mar 02 19:09:05 2013 +0100
+++ b/Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html	Sat Mar 02 19:10:25 2013 +0100
@@ -108,9 +108,6 @@
 <td><a href="#IrcChannelWidget.__cutAllMessages">__cutAllMessages</a></td>
 <td>Private slot to cut the contents of the messages display to the clipboard.</td>
 </tr><tr>
-<td><a href="#IrcChannelWidget.__cutMessages">__cutMessages</a></td>
-<td>Private slot to cut the selection of the messages display to the clipboard.</td>
-</tr><tr>
 <td><a href="#IrcChannelWidget.__extractPrivilege">__extractPrivilege</a></td>
 <td>Private method to extract the user privileges out of the name.</td>
 </tr><tr>
@@ -144,6 +141,9 @@
 <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.__setEditTopicButton">__setEditTopicButton</a></td>
+<td>Private method to set the visibility of the Edit Topic button.</td>
+</tr><tr>
 <td><a href="#IrcChannelWidget.__setTopic">__setTopic</a></td>
 <td>Private method to handle a topic change of the channel.</td>
 </tr><tr>
@@ -411,11 +411,6 @@
 <b>__cutAllMessages</b>(<i></i>)
 <p>
         Private slot to cut the contents of the messages display to the clipboard.
-</p><a NAME="IrcChannelWidget.__cutMessages" ID="IrcChannelWidget.__cutMessages"></a>
-<h4>IrcChannelWidget.__cutMessages</h4>
-<b>__cutMessages</b>(<i></i>)
-<p>
-        Private slot to cut the selection of the messages display to the clipboard.
 </p><a NAME="IrcChannelWidget.__extractPrivilege" ID="IrcChannelWidget.__extractPrivilege"></a>
 <h4>IrcChannelWidget.__extractPrivilege</h4>
 <b>__extractPrivilege</b>(<i>name</i>)
@@ -527,6 +522,11 @@
 <b>__sendAutoWhoCommand</b>(<i></i>)
 <p>
         Private slot to send the WHO command to update the users list.
+</p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a>
+<h4>IrcChannelWidget.__setEditTopicButton</h4>
+<b>__setEditTopicButton</b>(<i></i>)
+<p>
+        Private method to set the visibility of the Edit Topic button.
 </p><a NAME="IrcChannelWidget.__setTopic" ID="IrcChannelWidget.__setTopic"></a>
 <h4>IrcChannelWidget.__setTopic</h4>
 <b>__setTopic</b>(<i>match</i>)
@@ -1149,6 +1149,9 @@
 <td><a href="#IrcUserItem.__setIcon">__setIcon</a></td>
 <td>Private method to set the icon dependent on user privileges.</td>
 </tr><tr>
+<td><a href="#IrcUserItem.canChangeTopic">canChangeTopic</a></td>
+<td>Public method to check, if the user is allowed to change the topic.</td>
+</tr><tr>
 <td><a href="#IrcUserItem.changePrivilege">changePrivilege</a></td>
 <td>Public method to set or unset a user privilege.</td>
 </tr><tr>
@@ -1200,7 +1203,17 @@
 <b>__setIcon</b>(<i></i>)
 <p>
         Private method to set the icon dependent on user privileges.
-</p><a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a>
+</p><a NAME="IrcUserItem.canChangeTopic" ID="IrcUserItem.canChangeTopic"></a>
+<h4>IrcUserItem.canChangeTopic</h4>
+<b>canChangeTopic</b>(<i></i>)
+<p>
+        Public method to check, if the user is allowed to change the topic.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating that the topic can be changed (boolean)
+</dd>
+</dl><a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a>
 <h4>IrcUserItem.changePrivilege</h4>
 <b>changePrivilege</b>(<i>privilege</i>)
 <p>

eric ide

mercurial