124 <td>Public method to get the currently selected nick name.</td> |
124 <td>Public method to get the currently selected nick name.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#IrcNetworkWidget.initialize">initialize</a></td> |
126 <td><a href="#IrcNetworkWidget.initialize">initialize</a></td> |
127 <td>Public method to initialize the widget.</td> |
127 <td>Public method to initialize the widget.</td> |
128 </tr><tr> |
128 </tr><tr> |
|
129 <td><a href="#IrcNetworkWidget.isConnected">isConnected</a></td> |
|
130 <td>Public method to check, if the network is connected.</td> |
|
131 </tr><tr> |
129 <td><a href="#IrcNetworkWidget.on_awayButton_clicked">on_awayButton_clicked</a></td> |
132 <td><a href="#IrcNetworkWidget.on_awayButton_clicked">on_awayButton_clicked</a></td> |
130 <td>Private slot to toggle the away status.</td> |
133 <td>Private slot to toggle the away status.</td> |
131 </tr><tr> |
134 </tr><tr> |
132 <td><a href="#IrcNetworkWidget.on_channelCombo_editTextChanged">on_channelCombo_editTextChanged</a></td> |
135 <td><a href="#IrcNetworkWidget.on_channelCombo_editTextChanged">on_channelCombo_editTextChanged</a></td> |
133 <td>Private slot to react upon changes of the channel.</td> |
136 <td>Private slot to react upon changes of the channel.</td> |
288 </p><dl> |
291 </p><dl> |
289 <dt><i>manager</i></dt> |
292 <dt><i>manager</i></dt> |
290 <dd> |
293 <dd> |
291 reference to the network manager (IrcNetworkManager) |
294 reference to the network manager (IrcNetworkManager) |
292 </dd> |
295 </dd> |
|
296 </dl><a NAME="IrcNetworkWidget.isConnected" ID="IrcNetworkWidget.isConnected"></a> |
|
297 <h4>IrcNetworkWidget.isConnected</h4> |
|
298 <b>isConnected</b>(<i></i>) |
|
299 <p> |
|
300 Public method to check, if the network is connected. |
|
301 </p><dl> |
|
302 <dt>Returns:</dt> |
|
303 <dd> |
|
304 flag indicating a connected network (boolean) |
|
305 </dd> |
293 </dl><a NAME="IrcNetworkWidget.on_awayButton_clicked" ID="IrcNetworkWidget.on_awayButton_clicked"></a> |
306 </dl><a NAME="IrcNetworkWidget.on_awayButton_clicked" ID="IrcNetworkWidget.on_awayButton_clicked"></a> |
294 <h4>IrcNetworkWidget.on_awayButton_clicked</h4> |
307 <h4>IrcNetworkWidget.on_awayButton_clicked</h4> |
295 <b>on_awayButton_clicked</b>(<i></i>) |
308 <b>on_awayButton_clicked</b>(<i></i>) |
296 <p> |
309 <p> |
297 Private slot to toggle the away status. |
310 Private slot to toggle the away status. |