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

changeset 6514
f11a703e4664
parent 4666
bc52ef526e11
equal deleted inserted replaced
6513:e1fcd71fbda3 6514:f11a703e4664
128 <td>Public method to get the list of channels associated with the selected network.</td> 128 <td>Public method to get the list of channels associated with the selected network.</td>
129 </tr><tr> 129 </tr><tr>
130 <td><a href="#IrcNetworkWidget.getNickname">getNickname</a></td> 130 <td><a href="#IrcNetworkWidget.getNickname">getNickname</a></td>
131 <td>Public method to get the currently selected nick name.</td> 131 <td>Public method to get the currently selected nick name.</td>
132 </tr><tr> 132 </tr><tr>
133 <td><a href="#IrcNetworkWidget.handleAwayCommand">handleAwayCommand</a></td>
134 <td>Public slot to process an away command.</td>
135 </tr><tr>
133 <td><a href="#IrcNetworkWidget.initialize">initialize</a></td> 136 <td><a href="#IrcNetworkWidget.initialize">initialize</a></td>
134 <td>Public method to initialize the widget.</td> 137 <td>Public method to initialize the widget.</td>
135 </tr><tr> 138 </tr><tr>
136 <td><a href="#IrcNetworkWidget.isConnected">isConnected</a></td> 139 <td><a href="#IrcNetworkWidget.isConnected">isConnected</a></td>
137 <td>Public method to check, if the network is connected.</td> 140 <td>Public method to check, if the network is connected.</td>
306 </p><dl> 309 </p><dl>
307 <dt>Returns:</dt> 310 <dt>Returns:</dt>
308 <dd> 311 <dd>
309 selected nick name (string) 312 selected nick name (string)
310 </dd> 313 </dd>
314 </dl><a NAME="IrcNetworkWidget.handleAwayCommand" ID="IrcNetworkWidget.handleAwayCommand"></a>
315 <h4>IrcNetworkWidget.handleAwayCommand</h4>
316 <b>handleAwayCommand</b>(<i>awayMessage</i>)
317 <p>
318 Public slot to process an away command.
319 </p><dl>
320 <dt><i>awayMessage</i> (str)</dt>
321 <dd>
322 message to be set for being away
323 </dd>
311 </dl><a NAME="IrcNetworkWidget.initialize" ID="IrcNetworkWidget.initialize"></a> 324 </dl><a NAME="IrcNetworkWidget.initialize" ID="IrcNetworkWidget.initialize"></a>
312 <h4>IrcNetworkWidget.initialize</h4> 325 <h4>IrcNetworkWidget.initialize</h4>
313 <b>initialize</b>(<i>manager</i>) 326 <b>initialize</b>(<i>manager</i>)
314 <p> 327 <p>
315 Public method to initialize the widget. 328 Public method to initialize the widget.

eric ide

mercurial