src/eric7/Documentation/Source/eric7.Network.IRC.IrcWidget.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10428
a071d4065202
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
326 flag indicating a silent connect/disconnect (boolean) 326 flag indicating a silent connect/disconnect (boolean)
327 </dd> 327 </dd>
328 </dl> 328 </dl>
329 <a NAME="IrcWidget.__editNetwork" ID="IrcWidget.__editNetwork"></a> 329 <a NAME="IrcWidget.__editNetwork" ID="IrcWidget.__editNetwork"></a>
330 <h4>IrcWidget.__editNetwork</h4> 330 <h4>IrcWidget.__editNetwork</h4>
331 <b>__editNetwork</b>(<i>name</i>) 331 <b>__editNetwork</b>(<i></i>)
332 332
333 <p> 333 <p>
334 Private slot to edit the network configuration. 334 Private slot to edit the network configuration.
335 </p> 335 </p>
336 <dl>
337
338 <dt><i>name</i></dt>
339 <dd>
340 name of the network to edit (string)
341 </dd>
342 </dl>
343 <a NAME="IrcWidget.__handleCtcp" ID="IrcWidget.__handleCtcp"></a> 336 <a NAME="IrcWidget.__handleCtcp" ID="IrcWidget.__handleCtcp"></a>
344 <h4>IrcWidget.__handleCtcp</h4> 337 <h4>IrcWidget.__handleCtcp</h4>
345 <b>__handleCtcp</b>(<i>match</i>) 338 <b>__handleCtcp</b>(<i>match</i>)
346 339
347 <p> 340 <p>
428 flag indicating, if the message was handled (boolean) 421 flag indicating, if the message was handled (boolean)
429 </dd> 422 </dd>
430 </dl> 423 </dl>
431 <a NAME="IrcWidget.__handleServerError" ID="IrcWidget.__handleServerError"></a> 424 <a NAME="IrcWidget.__handleServerError" ID="IrcWidget.__handleServerError"></a>
432 <h4>IrcWidget.__handleServerError</h4> 425 <h4>IrcWidget.__handleServerError</h4>
433 <b>__handleServerError</b>(<i>code, server, message</i>) 426 <b>__handleServerError</b>(<i>code, message</i>)
434 427
435 <p> 428 <p>
436 Private slot to handle a server error reply. 429 Private slot to handle a server error reply.
437 </p> 430 </p>
438 <dl> 431 <dl>
439 432
440 <dt><i>code</i></dt> 433 <dt><i>code</i></dt>
441 <dd> 434 <dd>
442 numerical code sent by the server (integer) 435 numerical code sent by the server (integer)
443 </dd>
444 <dt><i>server</i></dt>
445 <dd>
446 name of the server (string)
447 </dd> 436 </dd>
448 <dt><i>message</i></dt> 437 <dt><i>message</i></dt>
449 <dd> 438 <dd>
450 message sent by the server (string) 439 message sent by the server (string)
451 </dd> 440 </dd>

eric ide

mercurial