--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkWidget.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkWidget.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Network.IRC.IrcNetworkWidget</h1> - <p> Module implementing the network part of the IRC widget. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#IrcNetworkWidget">IrcNetworkWidget</a></td> <td>Class implementing the network part of the IRC widget.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="IrcNetworkWidget" ID="IrcNetworkWidget"></a> <h2>IrcNetworkWidget</h2> - <p> Class implementing the network part of the IRC widget. </p> + <h3>Signals</h3> <dl> @@ -74,19 +73,17 @@ <h3>Derived from</h3> QWidget, Ui_IrcNetworkWidget <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#IrcNetworkWidget.__init__">IrcNetworkWidget</a></td> <td>Constructor</td> @@ -216,19 +213,20 @@ <td>Public slot to set the registered state.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="IrcNetworkWidget.__init__" ID="IrcNetworkWidget.__init__"></a> <h4>IrcNetworkWidget (Constructor)</h4> <b>IrcNetworkWidget</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -239,55 +237,55 @@ <a NAME="IrcNetworkWidget.__autoConnect" ID="IrcNetworkWidget.__autoConnect"></a> <h4>IrcNetworkWidget.__autoConnect</h4> <b>__autoConnect</b>(<i></i>) - <p> Private method to perform the IRC auto connection. </p> + <a NAME="IrcNetworkWidget.__clearMessages" ID="IrcNetworkWidget.__clearMessages"></a> <h4>IrcNetworkWidget.__clearMessages</h4> <b>__clearMessages</b>(<i></i>) - <p> Private slot to clear the contents of the messages display. </p> + <a NAME="IrcNetworkWidget.__copyAllMessages" ID="IrcNetworkWidget.__copyAllMessages"></a> <h4>IrcNetworkWidget.__copyAllMessages</h4> <b>__copyAllMessages</b>(<i></i>) - <p> Private slot to copy the contents of the messages display to the clipboard. </p> + <a NAME="IrcNetworkWidget.__copyMessages" ID="IrcNetworkWidget.__copyMessages"></a> <h4>IrcNetworkWidget.__copyMessages</h4> <b>__copyMessages</b>(<i></i>) - <p> Private slot to copy the selection of the messages display to the clipboard. </p> + <a NAME="IrcNetworkWidget.__cutAllMessages" ID="IrcNetworkWidget.__cutAllMessages"></a> <h4>IrcNetworkWidget.__cutAllMessages</h4> <b>__cutAllMessages</b>(<i></i>) - <p> Private slot to cut the contents 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>) - <p> Private slot to initialize the context menu of the messages pane. </p> + <a NAME="IrcNetworkWidget.__onlineStateChanged" ID="IrcNetworkWidget.__onlineStateChanged"></a> <h4>IrcNetworkWidget.__onlineStateChanged</h4> <b>__onlineStateChanged</b>(<i>online</i>) - <p> Private slot handling online state changes. </p> + <dl> <dt><i>online</i> (bool)</dt> @@ -298,24 +296,24 @@ <a NAME="IrcNetworkWidget.__refreshNetworks" ID="IrcNetworkWidget.__refreshNetworks"></a> <h4>IrcNetworkWidget.__refreshNetworks</h4> <b>__refreshNetworks</b>(<i></i>) - <p> Private slot to refresh all network related widgets. </p> + <a NAME="IrcNetworkWidget.__saveMessages" ID="IrcNetworkWidget.__saveMessages"></a> <h4>IrcNetworkWidget.__saveMessages</h4> <b>__saveMessages</b>(<i></i>) - <p> Private slot to save the contents of the messages display. </p> + <a NAME="IrcNetworkWidget.addErrorMessage" ID="IrcNetworkWidget.addErrorMessage"></a> <h4>IrcNetworkWidget.addErrorMessage</h4> <b>addErrorMessage</b>(<i>msgType, msg</i>) - <p> Public method to add an error message. </p> + <dl> <dt><i>msgType</i> (str)</dt> @@ -330,10 +328,10 @@ <a NAME="IrcNetworkWidget.addMessage" ID="IrcNetworkWidget.addMessage"></a> <h4>IrcNetworkWidget.addMessage</h4> <b>addMessage</b>(<i>msg</i>) - <p> Public method to add a message. </p> + <dl> <dt><i>msg</i> (str)</dt> @@ -344,10 +342,10 @@ <a NAME="IrcNetworkWidget.addServerMessage" ID="IrcNetworkWidget.addServerMessage"></a> <h4>IrcNetworkWidget.addServerMessage</h4> <b>addServerMessage</b>(<i>msgType, msg, filterMsg=True</i>) - <p> Public method to add a server message. </p> + <dl> <dt><i>msgType</i> (str)</dt> @@ -366,18 +364,18 @@ <a NAME="IrcNetworkWidget.autoConnect" ID="IrcNetworkWidget.autoConnect"></a> <h4>IrcNetworkWidget.autoConnect</h4> <b>autoConnect</b>(<i></i>) - <p> Public method to perform the IRC auto connection. </p> + <a NAME="IrcNetworkWidget.getNetworkChannels" ID="IrcNetworkWidget.getNetworkChannels"></a> <h4>IrcNetworkWidget.getNetworkChannels</h4> <b>getNetworkChannels</b>(<i></i>) - <p> Public method to get the list of channels associated with the selected network. </p> + <dl> <dt>Return:</dt> <dd> @@ -393,10 +391,10 @@ <a NAME="IrcNetworkWidget.getNickname" ID="IrcNetworkWidget.getNickname"></a> <h4>IrcNetworkWidget.getNickname</h4> <b>getNickname</b>(<i></i>) - <p> Public method to get the currently selected nick name. </p> + <dl> <dt>Return:</dt> <dd> @@ -412,10 +410,10 @@ <a NAME="IrcNetworkWidget.handleAwayCommand" ID="IrcNetworkWidget.handleAwayCommand"></a> <h4>IrcNetworkWidget.handleAwayCommand</h4> <b>handleAwayCommand</b>(<i>awayMessage</i>) - <p> Public slot to process an away command. </p> + <dl> <dt><i>awayMessage</i> (str)</dt> @@ -426,10 +424,10 @@ <a NAME="IrcNetworkWidget.initialize" ID="IrcNetworkWidget.initialize"></a> <h4>IrcNetworkWidget.initialize</h4> <b>initialize</b>(<i>manager</i>) - <p> Public method to initialize the widget. </p> + <dl> <dt><i>manager</i> (IrcNetworkManager)</dt> @@ -440,10 +438,10 @@ <a NAME="IrcNetworkWidget.isConnected" ID="IrcNetworkWidget.isConnected"></a> <h4>IrcNetworkWidget.isConnected</h4> <b>isConnected</b>(<i></i>) - <p> Public method to check, if the network is connected. </p> + <dl> <dt>Return:</dt> <dd> @@ -459,17 +457,17 @@ <a NAME="IrcNetworkWidget.on_awayButton_clicked" ID="IrcNetworkWidget.on_awayButton_clicked"></a> <h4>IrcNetworkWidget.on_awayButton_clicked</h4> <b>on_awayButton_clicked</b>(<i></i>) - <p> Private slot to toggle the away status. </p> + <a NAME="IrcNetworkWidget.on_channelCombo_editTextChanged" ID="IrcNetworkWidget.on_channelCombo_editTextChanged"></a> <h4>IrcNetworkWidget.on_channelCombo_editTextChanged</h4> <b>on_channelCombo_editTextChanged</b>(<i>txt</i>) - <p> Private slot to react upon changes of the channel. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -480,31 +478,31 @@ <a NAME="IrcNetworkWidget.on_connectButton_clicked" ID="IrcNetworkWidget.on_connectButton_clicked"></a> <h4>IrcNetworkWidget.on_connectButton_clicked</h4> <b>on_connectButton_clicked</b>(<i></i>) - <p> Private slot to connect to a network. </p> + <a NAME="IrcNetworkWidget.on_editButton_clicked" ID="IrcNetworkWidget.on_editButton_clicked"></a> <h4>IrcNetworkWidget.on_editButton_clicked</h4> <b>on_editButton_clicked</b>(<i></i>) - <p> Private slot to edit a network. </p> + <a NAME="IrcNetworkWidget.on_joinButton_clicked" ID="IrcNetworkWidget.on_joinButton_clicked"></a> <h4>IrcNetworkWidget.on_joinButton_clicked</h4> <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> + <dl> <dt><i>url</i> (QUrl)</dt> @@ -515,11 +513,11 @@ <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>) - <p> Private slot to react to text selection/deselection of the messages edit. </p> + <dl> <dt><i>yes</i> (bool)</dt> @@ -530,10 +528,10 @@ <a NAME="IrcNetworkWidget.on_messages_customContextMenuRequested" ID="IrcNetworkWidget.on_messages_customContextMenuRequested"></a> <h4>IrcNetworkWidget.on_messages_customContextMenuRequested</h4> <b>on_messages_customContextMenuRequested</b>(<i>pos</i>) - <p> Private slot to show the context menu of the messages pane. </p> + <dl> <dt><i>pos</i> (QPoint)</dt> @@ -544,10 +542,10 @@ <a NAME="IrcNetworkWidget.on_networkCombo_currentIndexChanged" ID="IrcNetworkWidget.on_networkCombo_currentIndexChanged"></a> <h4>IrcNetworkWidget.on_networkCombo_currentIndexChanged</h4> <b>on_networkCombo_currentIndexChanged</b>(<i>index</i>) - <p> Private slot to handle selections of a network. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -558,10 +556,10 @@ <a NAME="IrcNetworkWidget.on_nickCombo_currentIndexChanged" ID="IrcNetworkWidget.on_nickCombo_currentIndexChanged"></a> <h4>IrcNetworkWidget.on_nickCombo_currentIndexChanged</h4> <b>on_nickCombo_currentIndexChanged</b>(<i>nick=0</i>) - <p> Private slot to use another nick name. </p> + <dl> <dt><i>nick</i> (int)</dt> @@ -572,10 +570,10 @@ <a NAME="IrcNetworkWidget.setConnected" ID="IrcNetworkWidget.setConnected"></a> <h4>IrcNetworkWidget.setConnected</h4> <b>setConnected</b>(<i>connected</i>) - <p> Public slot to set the connection state. </p> + <dl> <dt><i>connected</i> (bool)</dt> @@ -586,10 +584,10 @@ <a NAME="IrcNetworkWidget.setNickName" ID="IrcNetworkWidget.setNickName"></a> <h4>IrcNetworkWidget.setNickName</h4> <b>setNickName</b>(<i>nick</i>) - <p> Public slot to set the nick name in use. </p> + <dl> <dt><i>nick</i> (str)</dt> @@ -600,10 +598,10 @@ <a NAME="IrcNetworkWidget.setRegistered" ID="IrcNetworkWidget.setRegistered"></a> <h4>IrcNetworkWidget.setRegistered</h4> <b>setRegistered</b>(<i>registered</i>) - <p> Public slot to set the registered state. </p> + <dl> <dt><i>registered</i> (bool)</dt> @@ -613,4 +611,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>