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

changeset 2966
f85f686981ad
parent 2529
f2e71f563d52
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
51 </dd><dt>away(bool)</dt> 51 </dd><dt>away(bool)</dt>
52 <dd> 52 <dd>
53 emitted to indicate the away status 53 emitted to indicate the away status
54 </dd><dt>connectNetwork(str,bool)</dt> 54 </dd><dt>connectNetwork(str,bool)</dt>
55 <dd> 55 <dd>
56 emitted to connect or disconnect from a network 56 emitted to connect or disconnect from
57 a network
57 </dd><dt>editNetwork(str)</dt> 58 </dd><dt>editNetwork(str)</dt>
58 <dd> 59 <dd>
59 emitted to edit a network configuration 60 emitted to edit a network configuration
60 </dd><dt>joinChannel(str)</dt> 61 </dd><dt>joinChannel(str)</dt>
61 <dd> 62 <dd>
190 Private slot to clear the contents of the messages display. 191 Private slot to clear the contents of the messages display.
191 </p><a NAME="IrcNetworkWidget.__copyAllMessages" ID="IrcNetworkWidget.__copyAllMessages"></a> 192 </p><a NAME="IrcNetworkWidget.__copyAllMessages" ID="IrcNetworkWidget.__copyAllMessages"></a>
192 <h4>IrcNetworkWidget.__copyAllMessages</h4> 193 <h4>IrcNetworkWidget.__copyAllMessages</h4>
193 <b>__copyAllMessages</b>(<i></i>) 194 <b>__copyAllMessages</b>(<i></i>)
194 <p> 195 <p>
195 Private slot to copy the contents of the messages display to the clipboard. 196 Private slot to copy the contents of the messages display to
197 the clipboard.
196 </p><a NAME="IrcNetworkWidget.__copyMessages" ID="IrcNetworkWidget.__copyMessages"></a> 198 </p><a NAME="IrcNetworkWidget.__copyMessages" ID="IrcNetworkWidget.__copyMessages"></a>
197 <h4>IrcNetworkWidget.__copyMessages</h4> 199 <h4>IrcNetworkWidget.__copyMessages</h4>
198 <b>__copyMessages</b>(<i></i>) 200 <b>__copyMessages</b>(<i></i>)
199 <p> 201 <p>
200 Private slot to copy the selection of the messages display to the clipboard. 202 Private slot to copy the selection of the messages display to
203 the clipboard.
201 </p><a NAME="IrcNetworkWidget.__cutAllMessages" ID="IrcNetworkWidget.__cutAllMessages"></a> 204 </p><a NAME="IrcNetworkWidget.__cutAllMessages" ID="IrcNetworkWidget.__cutAllMessages"></a>
202 <h4>IrcNetworkWidget.__cutAllMessages</h4> 205 <h4>IrcNetworkWidget.__cutAllMessages</h4>
203 <b>__cutAllMessages</b>(<i></i>) 206 <b>__cutAllMessages</b>(<i></i>)
204 <p> 207 <p>
205 Private slot to cut the contents of the messages display to the clipboard. 208 Private slot to cut the contents of the messages display to
209 the clipboard.
206 </p><a NAME="IrcNetworkWidget.__initMessagesMenu" ID="IrcNetworkWidget.__initMessagesMenu"></a> 210 </p><a NAME="IrcNetworkWidget.__initMessagesMenu" ID="IrcNetworkWidget.__initMessagesMenu"></a>
207 <h4>IrcNetworkWidget.__initMessagesMenu</h4> 211 <h4>IrcNetworkWidget.__initMessagesMenu</h4>
208 <b>__initMessagesMenu</b>(<i></i>) 212 <b>__initMessagesMenu</b>(<i></i>)
209 <p> 213 <p>
210 Private slot to initialize the context menu of the messages pane. 214 Private slot to initialize the context menu of the messages pane.
336 </p><a NAME="IrcNetworkWidget.on_messages_anchorClicked" ID="IrcNetworkWidget.on_messages_anchorClicked"></a> 340 </p><a NAME="IrcNetworkWidget.on_messages_anchorClicked" ID="IrcNetworkWidget.on_messages_anchorClicked"></a>
337 <h4>IrcNetworkWidget.on_messages_anchorClicked</h4> 341 <h4>IrcNetworkWidget.on_messages_anchorClicked</h4>
338 <b>on_messages_anchorClicked</b>(<i>url</i>) 342 <b>on_messages_anchorClicked</b>(<i>url</i>)
339 <p> 343 <p>
340 Private slot to open links in the default browser. 344 Private slot to open links in the default browser.
341 </p><a NAME="IrcNetworkWidget.on_messages_copyAvailable" ID="IrcNetworkWidget.on_messages_copyAvailable"></a> 345 </p><dl>
346 <dt><i>url</i></dt>
347 <dd>
348 URL to be opened (QUrl)
349 </dd>
350 </dl><a NAME="IrcNetworkWidget.on_messages_copyAvailable" ID="IrcNetworkWidget.on_messages_copyAvailable"></a>
342 <h4>IrcNetworkWidget.on_messages_copyAvailable</h4> 351 <h4>IrcNetworkWidget.on_messages_copyAvailable</h4>
343 <b>on_messages_copyAvailable</b>(<i>yes</i>) 352 <b>on_messages_copyAvailable</b>(<i>yes</i>)
344 <p> 353 <p>
345 Private slot to react to text selection/deselection of the messages edit. 354 Private slot to react to text selection/deselection of the
355 messages edit.
346 </p><dl> 356 </p><dl>
347 <dt><i>yes</i></dt> 357 <dt><i>yes</i></dt>
348 <dd> 358 <dd>
349 flag signaling the availability of selected text (boolean) 359 flag signaling the availability of selected text (boolean)
350 </dd> 360 </dd>
351 </dl><a NAME="IrcNetworkWidget.on_messages_customContextMenuRequested" ID="IrcNetworkWidget.on_messages_customContextMenuRequested"></a> 361 </dl><a NAME="IrcNetworkWidget.on_messages_customContextMenuRequested" ID="IrcNetworkWidget.on_messages_customContextMenuRequested"></a>
352 <h4>IrcNetworkWidget.on_messages_customContextMenuRequested</h4> 362 <h4>IrcNetworkWidget.on_messages_customContextMenuRequested</h4>
353 <b>on_messages_customContextMenuRequested</b>(<i>pos</i>) 363 <b>on_messages_customContextMenuRequested</b>(<i>pos</i>)
354 <p> 364 <p>
355 Private slot to show the context menu of the messages pane. 365 Private slot to show the context menu of the messages pane.
356 </p><a NAME="IrcNetworkWidget.on_networkCombo_currentIndexChanged" ID="IrcNetworkWidget.on_networkCombo_currentIndexChanged"></a> 366 </p><dl>
367 <dt><i>pos</i></dt>
368 <dd>
369 position the menu should be opened at (QPoint)
370 </dd>
371 </dl><a NAME="IrcNetworkWidget.on_networkCombo_currentIndexChanged" ID="IrcNetworkWidget.on_networkCombo_currentIndexChanged"></a>
357 <h4>IrcNetworkWidget.on_networkCombo_currentIndexChanged</h4> 372 <h4>IrcNetworkWidget.on_networkCombo_currentIndexChanged</h4>
358 <b>on_networkCombo_currentIndexChanged</b>(<i>networkName</i>) 373 <b>on_networkCombo_currentIndexChanged</b>(<i>networkName</i>)
359 <p> 374 <p>
360 Private slot to handle selections of a network. 375 Private slot to handle selections of a network.
361 </p><dl> 376 </p><dl>
397 <h4>IrcNetworkWidget.setRegistered</h4> 412 <h4>IrcNetworkWidget.setRegistered</h4>
398 <b>setRegistered</b>(<i>registered</i>) 413 <b>setRegistered</b>(<i>registered</i>)
399 <p> 414 <p>
400 Public slot to set the registered state. 415 Public slot to set the registered state.
401 </p><dl> 416 </p><dl>
402 <dt><i>connected</i></dt> 417 <dt><i>registered</i></dt>
403 <dd> 418 <dd>
404 flag indicating the connection state (boolean) 419 flag indicating the registration state (boolean)
405 </dd> 420 </dd>
406 </dl> 421 </dl>
407 <div align="right"><a href="#top">Up</a></div> 422 <div align="right"><a href="#top">Up</a></div>
408 <hr /> 423 <hr />
409 </body></html> 424 </body></html>

eric ide

mercurial