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

branch
eric7
changeset 10428
a071d4065202
parent 10070
9f5758c0fec1
child 10478
de9106c55c3d
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
240 <p> 240 <p>
241 Constructor 241 Constructor
242 </p> 242 </p>
243 <dl> 243 <dl>
244 244
245 <dt><i>parent</i></dt> 245 <dt><i>parent</i> (QWidget)</dt>
246 <dd> 246 <dd>
247 reference to the parent widget (QWidget) 247 reference to the parent widget
248 </dd> 248 </dd>
249 </dl> 249 </dl>
250 <a NAME="IrcWidget.__autoJoinChannels" ID="IrcWidget.__autoJoinChannels"></a> 250 <a NAME="IrcWidget.__autoJoinChannels" ID="IrcWidget.__autoJoinChannels"></a>
251 <h4>IrcWidget.__autoJoinChannels</h4> 251 <h4>IrcWidget.__autoJoinChannels</h4>
252 <b>__autoJoinChannels</b>(<i></i>) 252 <b>__autoJoinChannels</b>(<i></i>)
262 <p> 262 <p>
263 Private slot handling the change of the away state. 263 Private slot handling the change of the away state.
264 </p> 264 </p>
265 <dl> 265 <dl>
266 266
267 <dt><i>isAway</i></dt> 267 <dt><i>isAway</i> (bool)</dt>
268 <dd> 268 <dd>
269 flag indicating the current away state (boolean) 269 flag indicating the current away state
270 </dd> 270 </dd>
271 </dl> 271 </dl>
272 <a NAME="IrcWidget.__changeNick" ID="IrcWidget.__changeNick"></a> 272 <a NAME="IrcWidget.__changeNick" ID="IrcWidget.__changeNick"></a>
273 <h4>IrcWidget.__changeNick</h4> 273 <h4>IrcWidget.__changeNick</h4>
274 <b>__changeNick</b>(<i>nick</i>) 274 <b>__changeNick</b>(<i>nick</i>)
276 <p> 276 <p>
277 Private slot to use a new nick name. 277 Private slot to use a new nick name.
278 </p> 278 </p>
279 <dl> 279 <dl>
280 280
281 <dt><i>nick</i></dt> 281 <dt><i>nick</i> (str)</dt>
282 <dd> 282 <dd>
283 nick name to use (str) 283 nick name to use
284 </dd> 284 </dd>
285 </dl> 285 </dl>
286 <a NAME="IrcWidget.__closeAllChannels" ID="IrcWidget.__closeAllChannels"></a> 286 <a NAME="IrcWidget.__closeAllChannels" ID="IrcWidget.__closeAllChannels"></a>
287 <h4>IrcWidget.__closeAllChannels</h4> 287 <h4>IrcWidget.__closeAllChannels</h4>
288 <b>__closeAllChannels</b>(<i></i>) 288 <b>__closeAllChannels</b>(<i></i>)
297 <p> 297 <p>
298 Private slot handling the closing of a channel. 298 Private slot handling the closing of a channel.
299 </p> 299 </p>
300 <dl> 300 <dl>
301 301
302 <dt><i>name</i></dt> 302 <dt><i>name</i> (str)</dt>
303 <dd> 303 <dd>
304 name of the closed channel (string) 304 name of the closed channel
305 </dd> 305 </dd>
306 </dl> 306 </dl>
307 <a NAME="IrcWidget.__connectNetwork" ID="IrcWidget.__connectNetwork"></a> 307 <a NAME="IrcWidget.__connectNetwork" ID="IrcWidget.__connectNetwork"></a>
308 <h4>IrcWidget.__connectNetwork</h4> 308 <h4>IrcWidget.__connectNetwork</h4>
309 <b>__connectNetwork</b>(<i>name, connect, silent</i>) 309 <b>__connectNetwork</b>(<i>name, connect, silent</i>)
311 <p> 311 <p>
312 Private slot to connect to or disconnect from the given network. 312 Private slot to connect to or disconnect from the given network.
313 </p> 313 </p>
314 <dl> 314 <dl>
315 315
316 <dt><i>name</i></dt> 316 <dt><i>name</i> (str)</dt>
317 <dd> 317 <dd>
318 name of the network to connect to (string) 318 name of the network to connect to
319 </dd> 319 </dd>
320 <dt><i>connect</i></dt> 320 <dt><i>connect</i> (bool)</dt>
321 <dd> 321 <dd>
322 flag indicating to connect (boolean) 322 flag indicating to connect
323 </dd> 323 </dd>
324 <dt><i>silent</i></dt> 324 <dt><i>silent</i> (bool)</dt>
325 <dd> 325 <dd>
326 flag indicating a silent connect/disconnect (boolean) 326 flag indicating a silent connect/disconnect
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></i>) 331 <b>__editNetwork</b>(<i></i>)
340 <p> 340 <p>
341 Private method to handle a CTCP command. 341 Private method to handle a CTCP command.
342 </p> 342 </p>
343 <dl> 343 <dl>
344 344
345 <dt><i>match</i></dt> 345 <dt><i>match</i> (re.Match)</dt>
346 <dd> 346 <dd>
347 reference to the match object 347 reference to the match object
348 </dd> 348 </dd>
349 </dl> 349 </dl>
350 <dl> 350 <dl>
351 <dt>Return:</dt> 351 <dt>Return:</dt>
352 <dd> 352 <dd>
353 flag indicating, if the message was handled (boolean) 353 flag indicating, if the message was handled
354 </dd>
355 </dl>
356 <dl>
357 <dt>Return Type:</dt>
358 <dd>
359 bool
354 </dd> 360 </dd>
355 </dl> 361 </dl>
356 <a NAME="IrcWidget.__handleCtcpReply" ID="IrcWidget.__handleCtcpReply"></a> 362 <a NAME="IrcWidget.__handleCtcpReply" ID="IrcWidget.__handleCtcpReply"></a>
357 <h4>IrcWidget.__handleCtcpReply</h4> 363 <h4>IrcWidget.__handleCtcpReply</h4>
358 <b>__handleCtcpReply</b>(<i>match</i>) 364 <b>__handleCtcpReply</b>(<i>match</i>)
360 <p> 366 <p>
361 Private method to handle a server message containing a CTCP reply. 367 Private method to handle a server message containing a CTCP reply.
362 </p> 368 </p>
363 <dl> 369 <dl>
364 370
365 <dt><i>match</i></dt> 371 <dt><i>match</i> (re.Match)</dt>
366 <dd> 372 <dd>
367 reference to the match object 373 reference to the match object
368 </dd> 374 </dd>
369 </dl> 375 </dl>
370 <a NAME="IrcWidget.__handleNamedMessage" ID="IrcWidget.__handleNamedMessage"></a> 376 <a NAME="IrcWidget.__handleNamedMessage" ID="IrcWidget.__handleNamedMessage"></a>
374 <p> 380 <p>
375 Private method to handle a server message containing a message name. 381 Private method to handle a server message containing a message name.
376 </p> 382 </p>
377 <dl> 383 <dl>
378 384
379 <dt><i>match</i></dt> 385 <dt><i>match</i> (re.Match)</dt>
380 <dd> 386 <dd>
381 reference to the match object 387 reference to the match object
382 </dd> 388 </dd>
383 </dl> 389 </dl>
384 <dl> 390 <dl>
385 <dt>Return:</dt> 391 <dt>Return:</dt>
386 <dd> 392 <dd>
387 flag indicating, if the message was handled (boolean) 393 flag indicating, if the message was handled
394 </dd>
395 </dl>
396 <dl>
397 <dt>Return Type:</dt>
398 <dd>
399 bool
388 </dd> 400 </dd>
389 </dl> 401 </dl>
390 <a NAME="IrcWidget.__handleNickInUse" ID="IrcWidget.__handleNickInUse"></a> 402 <a NAME="IrcWidget.__handleNickInUse" ID="IrcWidget.__handleNickInUse"></a>
391 <h4>IrcWidget.__handleNickInUse</h4> 403 <h4>IrcWidget.__handleNickInUse</h4>
392 <b>__handleNickInUse</b>(<i></i>) 404 <b>__handleNickInUse</b>(<i></i>)
408 <p> 420 <p>
409 Private method to handle a server message containing a numeric code. 421 Private method to handle a server message containing a numeric code.
410 </p> 422 </p>
411 <dl> 423 <dl>
412 424
413 <dt><i>match</i></dt> 425 <dt><i>match</i> (re.Match)</dt>
414 <dd> 426 <dd>
415 reference to the match object 427 reference to the match object
416 </dd> 428 </dd>
417 </dl> 429 </dl>
418 <dl> 430 <dl>
419 <dt>Return:</dt> 431 <dt>Return:</dt>
420 <dd> 432 <dd>
421 flag indicating, if the message was handled (boolean) 433 flag indicating, if the message was handled
434 </dd>
435 </dl>
436 <dl>
437 <dt>Return Type:</dt>
438 <dd>
439 bool
422 </dd> 440 </dd>
423 </dl> 441 </dl>
424 <a NAME="IrcWidget.__handleServerError" ID="IrcWidget.__handleServerError"></a> 442 <a NAME="IrcWidget.__handleServerError" ID="IrcWidget.__handleServerError"></a>
425 <h4>IrcWidget.__handleServerError</h4> 443 <h4>IrcWidget.__handleServerError</h4>
426 <b>__handleServerError</b>(<i>code, message</i>) 444 <b>__handleServerError</b>(<i>code, message</i>)
428 <p> 446 <p>
429 Private slot to handle a server error reply. 447 Private slot to handle a server error reply.
430 </p> 448 </p>
431 <dl> 449 <dl>
432 450
433 <dt><i>code</i></dt> 451 <dt><i>code</i> (int)</dt>
434 <dd> 452 <dd>
435 numerical code sent by the server (integer) 453 numerical code sent by the server
436 </dd> 454 </dd>
437 <dt><i>message</i></dt> 455 <dt><i>message</i> (str)</dt>
438 <dd> 456 <dd>
439 message sent by the server (string) 457 message sent by the server
440 </dd> 458 </dd>
441 </dl> 459 </dl>
442 <dl> 460 <dl>
443 <dt>Return:</dt> 461 <dt>Return:</dt>
444 <dd> 462 <dd>
445 flag indicating, if the message was handled (boolean) 463 flag indicating, if the message was handled
464 </dd>
465 </dl>
466 <dl>
467 <dt>Return Type:</dt>
468 <dd>
469 bool
446 </dd> 470 </dd>
447 </dl> 471 </dl>
448 <a NAME="IrcWidget.__handleServerReply" ID="IrcWidget.__handleServerReply"></a> 472 <a NAME="IrcWidget.__handleServerReply" ID="IrcWidget.__handleServerReply"></a>
449 <h4>IrcWidget.__handleServerReply</h4> 473 <h4>IrcWidget.__handleServerReply</h4>
450 <b>__handleServerReply</b>(<i>code, server, message</i>) 474 <b>__handleServerReply</b>(<i>code, server, message</i>)
452 <p> 476 <p>
453 Private slot to handle a server reply. 477 Private slot to handle a server reply.
454 </p> 478 </p>
455 <dl> 479 <dl>
456 480
457 <dt><i>code</i></dt> 481 <dt><i>code</i> (int)</dt>
458 <dd> 482 <dd>
459 numerical code sent by the server (integer) 483 numerical code sent by the server
460 </dd> 484 </dd>
461 <dt><i>server</i></dt> 485 <dt><i>server</i> (str)</dt>
462 <dd> 486 <dd>
463 name of the server (string) 487 name of the server
464 </dd> 488 </dd>
465 <dt><i>message</i></dt> 489 <dt><i>message</i> (str)</dt>
466 <dd> 490 <dd>
467 message sent by the server (string) 491 message sent by the server
468 </dd> 492 </dd>
469 </dl> 493 </dl>
470 <dl> 494 <dl>
471 <dt>Return:</dt> 495 <dt>Return:</dt>
472 <dd> 496 <dd>
473 flag indicating, if the message was handled (boolean) 497 flag indicating, if the message was handled
498 </dd>
499 </dl>
500 <dl>
501 <dt>Return Type:</dt>
502 <dd>
503 bool
474 </dd> 504 </dd>
475 </dl> 505 </dl>
476 <a NAME="IrcWidget.__hostConnected" ID="IrcWidget.__hostConnected"></a> 506 <a NAME="IrcWidget.__hostConnected" ID="IrcWidget.__hostConnected"></a>
477 <h4>IrcWidget.__hostConnected</h4> 507 <h4>IrcWidget.__hostConnected</h4>
478 <b>__hostConnected</b>(<i></i>) 508 <b>__hostConnected</b>(<i></i>)
538 <p> 568 <p>
539 Private slot to open a private chat with the given user. 569 Private slot to open a private chat with the given user.
540 </p> 570 </p>
541 <dl> 571 <dl>
542 572
543 <dt><i>name</i></dt> 573 <dt><i>name</i> (str)</dt>
544 <dd> 574 <dd>
545 name of the user (string) 575 name of the user
546 </dd> 576 </dd>
547 </dl> 577 </dl>
548 <a NAME="IrcWidget.__ping" ID="IrcWidget.__ping"></a> 578 <a NAME="IrcWidget.__ping" ID="IrcWidget.__ping"></a>
549 <h4>IrcWidget.__ping</h4> 579 <h4>IrcWidget.__ping</h4>
550 <b>__ping</b>(<i>match</i>) 580 <b>__ping</b>(<i>match</i>)
552 <p> 582 <p>
553 Private method to handle a PING message. 583 Private method to handle a PING message.
554 </p> 584 </p>
555 <dl> 585 <dl>
556 586
557 <dt><i>match</i></dt> 587 <dt><i>match</i> (re.Match)</dt>
558 <dd> 588 <dd>
559 reference to the match object 589 reference to the match object
560 </dd> 590 </dd>
561 </dl> 591 </dl>
562 <dl> 592 <dl>
563 <dt>Return:</dt> 593 <dt>Return:</dt>
564 <dd> 594 <dd>
565 flag indicating, if the message was handled (boolean) 595 flag indicating, if the message was handled
596 </dd>
597 </dl>
598 <dl>
599 <dt>Return Type:</dt>
600 <dd>
601 bool
566 </dd> 602 </dd>
567 </dl> 603 </dl>
568 <a NAME="IrcWidget.__query" ID="IrcWidget.__query"></a> 604 <a NAME="IrcWidget.__query" ID="IrcWidget.__query"></a>
569 <h4>IrcWidget.__query</h4> 605 <h4>IrcWidget.__query</h4>
570 <b>__query</b>(<i>match</i>) 606 <b>__query</b>(<i>match</i>)
572 <p> 608 <p>
573 Private method to handle a new private connection. 609 Private method to handle a new private connection.
574 </p> 610 </p>
575 <dl> 611 <dl>
576 612
577 <dt><i>match</i></dt> 613 <dt><i>match</i> (re.Match)</dt>
578 <dd> 614 <dd>
579 reference to the match object 615 reference to the match object
580 </dd> 616 </dd>
581 </dl> 617 </dl>
582 <dl> 618 <dl>
583 <dt>Return:</dt> 619 <dt>Return:</dt>
584 <dd> 620 <dd>
585 flag indicating, if the message was handled (boolean) 621 flag indicating, if the message was handled
622 </dd>
623 </dl>
624 <dl>
625 <dt>Return Type:</dt>
626 <dd>
627 bool
586 </dd> 628 </dd>
587 </dl> 629 </dl>
588 <a NAME="IrcWidget.__readyRead" ID="IrcWidget.__readyRead"></a> 630 <a NAME="IrcWidget.__readyRead" ID="IrcWidget.__readyRead"></a>
589 <h4>IrcWidget.__readyRead</h4> 631 <h4>IrcWidget.__readyRead</h4>
590 <b>__readyRead</b>(<i></i>) 632 <b>__readyRead</b>(<i></i>)
606 <p> 648 <p>
607 Private slot to send data to the IRC server. 649 Private slot to send data to the IRC server.
608 </p> 650 </p>
609 <dl> 651 <dl>
610 652
611 <dt><i>data</i></dt> 653 <dt><i>data</i> (str)</dt>
612 <dd> 654 <dd>
613 data to be sent (string) 655 data to be sent
614 </dd> 656 </dd>
615 </dl> 657 </dl>
616 <a NAME="IrcWidget.__sendCtcpReply" ID="IrcWidget.__sendCtcpReply"></a> 658 <a NAME="IrcWidget.__sendCtcpReply" ID="IrcWidget.__sendCtcpReply"></a>
617 <h4>IrcWidget.__sendCtcpReply</h4> 659 <h4>IrcWidget.__sendCtcpReply</h4>
618 <b>__sendCtcpReply</b>(<i>receiver, text</i>) 660 <b>__sendCtcpReply</b>(<i>receiver, text</i>)
660 <p> 702 <p>
661 Private method to set the channel type prefixes. 703 Private method to set the channel type prefixes.
662 </p> 704 </p>
663 <dl> 705 <dl>
664 706
665 <dt><i>prefixes</i></dt> 707 <dt><i>prefixes</i> (str)</dt>
666 <dd> 708 <dd>
667 channel prefix characters (string) 709 channel prefix characters
668 </dd> 710 </dd>
669 </dl> 711 </dl>
670 <a NAME="IrcWidget.__setUserPrivilegePrefix" ID="IrcWidget.__setUserPrivilegePrefix"></a> 712 <a NAME="IrcWidget.__setUserPrivilegePrefix" ID="IrcWidget.__setUserPrivilegePrefix"></a>
671 <h4>IrcWidget.__setUserPrivilegePrefix</h4> 713 <h4>IrcWidget.__setUserPrivilegePrefix</h4>
672 <b>__setUserPrivilegePrefix</b>(<i>prefix1, prefix2</i>) 714 <b>__setUserPrivilegePrefix</b>(<i>prefix1, prefix2</i>)
674 <p> 716 <p>
675 Private method to set the user privilege prefix. 717 Private method to set the user privilege prefix.
676 </p> 718 </p>
677 <dl> 719 <dl>
678 720
679 <dt><i>prefix1</i></dt> 721 <dt><i>prefix1</i> (str)</dt>
680 <dd> 722 <dd>
681 first part of the prefix (string) 723 first part of the prefix
682 </dd> 724 </dd>
683 <dt><i>prefix2</i></dt> 725 <dt><i>prefix2</i> (str)</dt>
684 <dd> 726 <dd>
685 indictors the first part gets mapped to (string) 727 indictors the first part gets mapped to
686 </dd> 728 </dd>
687 </dl> 729 </dl>
688 <a NAME="IrcWidget.__sslErrors" ID="IrcWidget.__sslErrors"></a> 730 <a NAME="IrcWidget.__sslErrors" ID="IrcWidget.__sslErrors"></a>
689 <h4>IrcWidget.__sslErrors</h4> 731 <h4>IrcWidget.__sslErrors</h4>
690 <b>__sslErrors</b>(<i>errors</i>) 732 <b>__sslErrors</b>(<i>errors</i>)
692 <p> 734 <p>
693 Private slot to handle SSL errors. 735 Private slot to handle SSL errors.
694 </p> 736 </p>
695 <dl> 737 <dl>
696 738
697 <dt><i>errors</i></dt> 739 <dt><i>errors</i> (list of QSslError)</dt>
698 <dd> 740 <dd>
699 list of SSL errors (list of QSslError) 741 list of SSL errors
700 </dd> 742 </dd>
701 </dl> 743 </dl>
702 <a NAME="IrcWidget.__tcpError" ID="IrcWidget.__tcpError"></a> 744 <a NAME="IrcWidget.__tcpError" ID="IrcWidget.__tcpError"></a>
703 <h4>IrcWidget.__tcpError</h4> 745 <h4>IrcWidget.__tcpError</h4>
704 <b>__tcpError</b>(<i>error</i>) 746 <b>__tcpError</b>(<i>error</i>)
706 <p> 748 <p>
707 Private slot to handle errors reported by the TCP socket. 749 Private slot to handle errors reported by the TCP socket.
708 </p> 750 </p>
709 <dl> 751 <dl>
710 752
711 <dt><i>error</i></dt> 753 <dt><i>error</i> (QAbstractSocket.SocketError)</dt>
712 <dd> 754 <dd>
713 error code reported by the socket 755 error code reported by the socket
714 (QAbstractSocket.SocketError)
715 </dd> 756 </dd>
716 </dl> 757 </dl>
717 <a NAME="IrcWidget.__updateUsersCount" ID="IrcWidget.__updateUsersCount"></a> 758 <a NAME="IrcWidget.__updateUsersCount" ID="IrcWidget.__updateUsersCount"></a>
718 <h4>IrcWidget.__updateUsersCount</h4> 759 <h4>IrcWidget.__updateUsersCount</h4>
719 <b>__updateUsersCount</b>(<i></i>) 760 <b>__updateUsersCount</b>(<i></i>)
735 <p> 776 <p>
736 Public method to check, if the given name is a channel name. 777 Public method to check, if the given name is a channel name.
737 </p> 778 </p>
738 <dl> 779 <dl>
739 780
740 <dt><i>name</i></dt> 781 <dt><i>name</i> (str)</dt>
741 <dd> 782 <dd>
742 name to check (string) 783 name to check
743 </dd> 784 </dd>
744 </dl> 785 </dl>
745 <dl> 786 <dl>
746 <dt>Return:</dt> 787 <dt>Return:</dt>
747 <dd> 788 <dd>
748 flag indicating a channel name (boolean) 789 flag indicating a channel name
790 </dd>
791 </dl>
792 <dl>
793 <dt>Return Type:</dt>
794 <dd>
795 bool
749 </dd> 796 </dd>
750 </dl> 797 </dl>
751 <a NAME="IrcWidget.joinChannel" ID="IrcWidget.joinChannel"></a> 798 <a NAME="IrcWidget.joinChannel" ID="IrcWidget.joinChannel"></a>
752 <h4>IrcWidget.joinChannel</h4> 799 <h4>IrcWidget.joinChannel</h4>
753 <b>joinChannel</b>(<i>name, key=""</i>) 800 <b>joinChannel</b>(<i>name, key=""</i>)
755 <p> 802 <p>
756 Public slot to join a channel. 803 Public slot to join a channel.
757 </p> 804 </p>
758 <dl> 805 <dl>
759 806
760 <dt><i>name</i></dt> 807 <dt><i>name</i> (str)</dt>
761 <dd> 808 <dd>
762 name of the channel (string) 809 name of the channel
763 </dd> 810 </dd>
764 <dt><i>key</i></dt> 811 <dt><i>key</i> (str)</dt>
765 <dd> 812 <dd>
766 key of the channel (string) 813 key of the channel
767 </dd> 814 </dd>
768 </dl> 815 </dl>
769 <a NAME="IrcWidget.on_channelsWidget_tabCloseRequested" ID="IrcWidget.on_channelsWidget_tabCloseRequested"></a> 816 <a NAME="IrcWidget.on_channelsWidget_tabCloseRequested" ID="IrcWidget.on_channelsWidget_tabCloseRequested"></a>
770 <h4>IrcWidget.on_channelsWidget_tabCloseRequested</h4> 817 <h4>IrcWidget.on_channelsWidget_tabCloseRequested</h4>
771 <b>on_channelsWidget_tabCloseRequested</b>(<i>index</i>) 818 <b>on_channelsWidget_tabCloseRequested</b>(<i>index</i>)
774 Private slot to close a channel by pressing the close button of 821 Private slot to close a channel by pressing the close button of
775 the channels widget. 822 the channels widget.
776 </p> 823 </p>
777 <dl> 824 <dl>
778 825
779 <dt><i>index</i></dt> 826 <dt><i>index</i> (int)</dt>
780 <dd> 827 <dd>
781 index of the tab to be closed (integer) 828 index of the tab to be closed
782 </dd> 829 </dd>
783 </dl> 830 </dl>
784 <a NAME="IrcWidget.shutdown" ID="IrcWidget.shutdown"></a> 831 <a NAME="IrcWidget.shutdown" ID="IrcWidget.shutdown"></a>
785 <h4>IrcWidget.shutdown</h4> 832 <h4>IrcWidget.shutdown</h4>
786 <b>shutdown</b>(<i></i>) 833 <b>shutdown</b>(<i></i>)
789 Public method to shut down the widget. 836 Public method to shut down the widget.
790 </p> 837 </p>
791 <dl> 838 <dl>
792 <dt>Return:</dt> 839 <dt>Return:</dt>
793 <dd> 840 <dd>
794 flag indicating successful shutdown (boolean) 841 flag indicating successful shutdown
842 </dd>
843 </dl>
844 <dl>
845 <dt>Return Type:</dt>
846 <dd>
847 bool
795 </dd> 848 </dd>
796 </dl> 849 </dl>
797 <div align="right"><a href="#top">Up</a></div> 850 <div align="right"><a href="#top">Up</a></div>
798 <hr /> 851 <hr />
799 </body></html> 852 </body></html>

eric ide

mercurial