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

branch
5_3_x
changeset 2450
8b99e0a898c3
parent 2374
f78ee0e8f96c
child 2536
56c4a6ee3823
diff -r b5b9d235e2cd -r 8b99e0a898c3 Documentation/Source/eric5.Network.IRC.IrcNetworkWidget.html
--- a/Documentation/Source/eric5.Network.IRC.IrcNetworkWidget.html	Sat Mar 02 19:09:05 2013 +0100
+++ b/Documentation/Source/eric5.Network.IRC.IrcNetworkWidget.html	Sat Mar 02 19:12:54 2013 +0100
@@ -96,9 +96,6 @@
 <td><a href="#IrcNetworkWidget.__cutAllMessages">__cutAllMessages</a></td>
 <td>Private slot to cut the contents of the messages display to the clipboard.</td>
 </tr><tr>
-<td><a href="#IrcNetworkWidget.__cutMessages">__cutMessages</a></td>
-<td>Private slot to cut the selection of the messages display to the clipboard.</td>
-</tr><tr>
 <td><a href="#IrcNetworkWidget.__initMessagesMenu">__initMessagesMenu</a></td>
 <td>Private slot to initialize the context menu of the messages pane.</td>
 </tr><tr>
@@ -144,6 +141,9 @@
 <td><a href="#IrcNetworkWidget.on_joinButton_clicked">on_joinButton_clicked</a></td>
 <td>Private slot to join a channel.</td>
 </tr><tr>
+<td><a href="#IrcNetworkWidget.on_messages_anchorClicked">on_messages_anchorClicked</a></td>
+<td>Private slot to open links in the default browser.</td>
+</tr><tr>
 <td><a href="#IrcNetworkWidget.on_messages_copyAvailable">on_messages_copyAvailable</a></td>
 <td>Private slot to react to text selection/deselection of the messages edit.</td>
 </tr><tr>
@@ -200,11 +200,6 @@
 <b>__cutAllMessages</b>(<i></i>)
 <p>
         Private slot to cut the contents of the messages display to the clipboard.
-</p><a NAME="IrcNetworkWidget.__cutMessages" ID="IrcNetworkWidget.__cutMessages"></a>
-<h4>IrcNetworkWidget.__cutMessages</h4>
-<b>__cutMessages</b>(<i></i>)
-<p>
-        Private slot to cut the selection of the messages display to the clipboard.
 </p><a NAME="IrcNetworkWidget.__initMessagesMenu" ID="IrcNetworkWidget.__initMessagesMenu"></a>
 <h4>IrcNetworkWidget.__initMessagesMenu</h4>
 <b>__initMessagesMenu</b>(<i></i>)
@@ -325,6 +320,11 @@
 <b>on_joinButton_clicked</b>(<i></i>)
 <p>
         Private slot to join a channel.
+</p><a NAME="IrcNetworkWidget.on_messages_anchorClicked" ID="IrcNetworkWidget.on_messages_anchorClicked"></a>
+<h4>IrcNetworkWidget.on_messages_anchorClicked</h4>
+<b>on_messages_anchorClicked</b>(<i>url</i>)
+<p>
+        Private slot to open links in the default browser.
 </p><a NAME="IrcNetworkWidget.on_messages_copyAvailable" ID="IrcNetworkWidget.on_messages_copyAvailable"></a>
 <h4>IrcNetworkWidget.on_messages_copyAvailable</h4>
 <b>on_messages_copyAvailable</b>(<i>yes</i>)

eric ide

mercurial