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

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
164 </tr><tr> 164 </tr><tr>
165 <td><a href="#IrcWidget.autoConnect">autoConnect</a></td> 165 <td><a href="#IrcWidget.autoConnect">autoConnect</a></td>
166 <td>Public method to initiate the IRC auto connection.</td> 166 <td>Public method to initiate the IRC auto connection.</td>
167 </tr><tr> 167 </tr><tr>
168 <td><a href="#IrcWidget.isChannelName">isChannelName</a></td> 168 <td><a href="#IrcWidget.isChannelName">isChannelName</a></td>
169 <td>PublicisChannelName method to check, if the given name is a channel name.</td> 169 <td>Public method to check, if the given name is a channel name.</td>
170 </tr><tr> 170 </tr><tr>
171 <td><a href="#IrcWidget.on_channelsWidget_tabCloseRequested">on_channelsWidget_tabCloseRequested</a></td> 171 <td><a href="#IrcWidget.on_channelsWidget_tabCloseRequested">on_channelsWidget_tabCloseRequested</a></td>
172 <td>Private slot to close a channel by pressing the close button of the channels widget.</td> 172 <td>Private slot to close a channel by pressing the close button of the channels widget.</td>
173 </tr><tr> 173 </tr><tr>
174 <td><a href="#IrcWidget.shutdown">shutdown</a></td> 174 <td><a href="#IrcWidget.shutdown">shutdown</a></td>
259 <h4>IrcWidget.__handleCtcp</h4> 259 <h4>IrcWidget.__handleCtcp</h4>
260 <b>__handleCtcp</b>(<i>match</i>) 260 <b>__handleCtcp</b>(<i>match</i>)
261 <p> 261 <p>
262 Private method to handle a CTCP command. 262 Private method to handle a CTCP command.
263 </p><dl> 263 </p><dl>
264 <dt><i>reference</i></dt> 264 <dt><i>match</i></dt>
265 <dd> 265 <dd>
266 to the match object 266 reference to the match object
267 </dd> 267 </dd>
268 </dl><dl> 268 </dl><dl>
269 <dt>Returns:</dt> 269 <dt>Returns:</dt>
270 <dd> 270 <dd>
271 flag indicating, if the message was handled (boolean) 271 flag indicating, if the message was handled (boolean)
274 <h4>IrcWidget.__handleNamedMessage</h4> 274 <h4>IrcWidget.__handleNamedMessage</h4>
275 <b>__handleNamedMessage</b>(<i>match</i>) 275 <b>__handleNamedMessage</b>(<i>match</i>)
276 <p> 276 <p>
277 Private method to handle a server message containing a message name. 277 Private method to handle a server message containing a message name.
278 </p><dl> 278 </p><dl>
279 <dt><i>reference</i></dt> 279 <dt><i>match</i></dt>
280 <dd> 280 <dd>
281 to the match object 281 reference to the match object
282 </dd> 282 </dd>
283 </dl><dl> 283 </dl><dl>
284 <dt>Returns:</dt> 284 <dt>Returns:</dt>
285 <dd> 285 <dd>
286 flag indicating, if the message was handled (boolean) 286 flag indicating, if the message was handled (boolean)
299 <h4>IrcWidget.__handleNumericMessage</h4> 299 <h4>IrcWidget.__handleNumericMessage</h4>
300 <b>__handleNumericMessage</b>(<i>match</i>) 300 <b>__handleNumericMessage</b>(<i>match</i>)
301 <p> 301 <p>
302 Private method to handle a server message containing a numeric code. 302 Private method to handle a server message containing a numeric code.
303 </p><dl> 303 </p><dl>
304 <dt><i>reference</i></dt> 304 <dt><i>match</i></dt>
305 <dd> 305 <dd>
306 to the match object 306 reference to the match object
307 </dd> 307 </dd>
308 </dl><dl> 308 </dl><dl>
309 <dt>Returns:</dt> 309 <dt>Returns:</dt>
310 <dd> 310 <dd>
311 flag indicating, if the message was handled (boolean) 311 flag indicating, if the message was handled (boolean)
404 <h4>IrcWidget.__ping</h4> 404 <h4>IrcWidget.__ping</h4>
405 <b>__ping</b>(<i>match</i>) 405 <b>__ping</b>(<i>match</i>)
406 <p> 406 <p>
407 Private method to handle a PING message. 407 Private method to handle a PING message.
408 </p><dl> 408 </p><dl>
409 <dt><i>reference</i></dt> 409 <dt><i>match</i></dt>
410 <dd> 410 <dd>
411 to the match object 411 reference to the match object
412 </dd> 412 </dd>
413 </dl><dl> 413 </dl><dl>
414 <dt>Returns:</dt> 414 <dt>Returns:</dt>
415 <dd> 415 <dd>
416 flag indicating, if the message was handled (boolean) 416 flag indicating, if the message was handled (boolean)
419 <h4>IrcWidget.__query</h4> 419 <h4>IrcWidget.__query</h4>
420 <b>__query</b>(<i>match</i>) 420 <b>__query</b>(<i>match</i>)
421 <p> 421 <p>
422 Private method to handle a new private connection. 422 Private method to handle a new private connection.
423 </p><dl> 423 </p><dl>
424 <dt><i>reference</i></dt> 424 <dt><i>match</i></dt>
425 <dd> 425 <dd>
426 to the match object 426 reference to the match object
427 </dd> 427 </dd>
428 </dl><dl> 428 </dl><dl>
429 <dt>Returns:</dt> 429 <dt>Returns:</dt>
430 <dd> 430 <dd>
431 flag indicating, if the message was handled (boolean) 431 flag indicating, if the message was handled (boolean)
519 Public method to initiate the IRC auto connection. 519 Public method to initiate the IRC auto connection.
520 </p><a NAME="IrcWidget.isChannelName" ID="IrcWidget.isChannelName"></a> 520 </p><a NAME="IrcWidget.isChannelName" ID="IrcWidget.isChannelName"></a>
521 <h4>IrcWidget.isChannelName</h4> 521 <h4>IrcWidget.isChannelName</h4>
522 <b>isChannelName</b>(<i>name</i>) 522 <b>isChannelName</b>(<i>name</i>)
523 <p> 523 <p>
524 PublicisChannelName method to check, if the given name is a channel name. 524 Public method to check, if the given name is a channel name.
525 </p><dl> 525 </p><dl>
526 <dt><i>name</i></dt>
527 <dd>
528 name to check (string)
529 </dd>
530 </dl><dl>
526 <dt>Returns:</dt> 531 <dt>Returns:</dt>
527 <dd> 532 <dd>
528 flag indicating a channel name (boolean) 533 flag indicating a channel name (boolean)
529 </dd> 534 </dd>
530 </dl><a NAME="IrcWidget.on_channelsWidget_tabCloseRequested" ID="IrcWidget.on_channelsWidget_tabCloseRequested"></a> 535 </dl><a NAME="IrcWidget.on_channelsWidget_tabCloseRequested" ID="IrcWidget.on_channelsWidget_tabCloseRequested"></a>

eric ide

mercurial