eric6/Documentation/Source/eric6.E5Gui.E5SideBar.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8268
6b8128e0c9d1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
400 400
401 <p> 401 <p>
402 Public method to get the number of tabs. 402 Public method to get the number of tabs.
403 </p> 403 </p>
404 <dl> 404 <dl>
405 <dt>Returns:</dt> 405 <dt>Return:</dt>
406 <dd> 406 <dd>
407 number of tabs in the sidebar (integer) 407 number of tabs in the sidebar (integer)
408 </dd> 408 </dd>
409 </dl> 409 </dl>
410 <a NAME="E5SideBar.currentIndex" ID="E5SideBar.currentIndex"></a> 410 <a NAME="E5SideBar.currentIndex" ID="E5SideBar.currentIndex"></a>
413 413
414 <p> 414 <p>
415 Public method to get the index of the current tab. 415 Public method to get the index of the current tab.
416 </p> 416 </p>
417 <dl> 417 <dl>
418 <dt>Returns:</dt> 418 <dt>Return:</dt>
419 <dd> 419 <dd>
420 index of the current tab (integer) 420 index of the current tab (integer)
421 </dd> 421 </dd>
422 </dl> 422 </dl>
423 <a NAME="E5SideBar.currentWidget" ID="E5SideBar.currentWidget"></a> 423 <a NAME="E5SideBar.currentWidget" ID="E5SideBar.currentWidget"></a>
426 426
427 <p> 427 <p>
428 Public method to get a reference to the current widget. 428 Public method to get a reference to the current widget.
429 </p> 429 </p>
430 <dl> 430 <dl>
431 <dt>Returns:</dt> 431 <dt>Return:</dt>
432 <dd> 432 <dd>
433 reference to the current widget (QWidget) 433 reference to the current widget (QWidget)
434 </dd> 434 </dd>
435 </dl> 435 </dl>
436 <a NAME="E5SideBar.delay" ID="E5SideBar.delay"></a> 436 <a NAME="E5SideBar.delay" ID="E5SideBar.delay"></a>
440 <p> 440 <p>
441 Public method to get the delay value for the expand/shrink delay in 441 Public method to get the delay value for the expand/shrink delay in
442 milliseconds. 442 milliseconds.
443 </p> 443 </p>
444 <dl> 444 <dl>
445 <dt>Returns:</dt> 445 <dt>Return:</dt>
446 <dd> 446 <dd>
447 value for the expand/shrink delay in milliseconds (integer) 447 value for the expand/shrink delay in milliseconds (integer)
448 </dd> 448 </dd>
449 </dl> 449 </dl>
450 <a NAME="E5SideBar.enterEvent" ID="E5SideBar.enterEvent"></a> 450 <a NAME="E5SideBar.enterEvent" ID="E5SideBar.enterEvent"></a>
478 <dd> 478 <dd>
479 reference to the event object (QEvent) 479 reference to the event object (QEvent)
480 </dd> 480 </dd>
481 </dl> 481 </dl>
482 <dl> 482 <dl>
483 <dt>Returns:</dt> 483 <dt>Return:</dt>
484 <dd> 484 <dd>
485 flag indicating, if the event was handled (boolean) 485 flag indicating, if the event was handled (boolean)
486 </dd> 486 </dd>
487 </dl> 487 </dl>
488 <a NAME="E5SideBar.expand" ID="E5SideBar.expand"></a> 488 <a NAME="E5SideBar.expand" ID="E5SideBar.expand"></a>
505 <dd> 505 <dd>
506 reference to the widget to get the index of (QWidget) 506 reference to the widget to get the index of (QWidget)
507 </dd> 507 </dd>
508 </dl> 508 </dl>
509 <dl> 509 <dl>
510 <dt>Returns:</dt> 510 <dt>Return:</dt>
511 <dd> 511 <dd>
512 index of the given widget (integer) 512 index of the given widget (integer)
513 </dd> 513 </dd>
514 </dl> 514 </dl>
515 <a NAME="E5SideBar.insertTab" ID="E5SideBar.insertTab"></a> 515 <a NAME="E5SideBar.insertTab" ID="E5SideBar.insertTab"></a>
546 546
547 <p> 547 <p>
548 Public method to check, if the auto hide function is active. 548 Public method to check, if the auto hide function is active.
549 </p> 549 </p>
550 <dl> 550 <dl>
551 <dt>Returns:</dt> 551 <dt>Return:</dt>
552 <dd> 552 <dd>
553 flag indicating the state of auto hiding (boolean) 553 flag indicating the state of auto hiding (boolean)
554 </dd> 554 </dd>
555 </dl> 555 </dl>
556 <a NAME="E5SideBar.isMinimized" ID="E5SideBar.isMinimized"></a> 556 <a NAME="E5SideBar.isMinimized" ID="E5SideBar.isMinimized"></a>
559 559
560 <p> 560 <p>
561 Public method to check the minimized state. 561 Public method to check the minimized state.
562 </p> 562 </p>
563 <dl> 563 <dl>
564 <dt>Returns:</dt> 564 <dt>Return:</dt>
565 <dd> 565 <dd>
566 flag indicating the minimized state (boolean) 566 flag indicating the minimized state (boolean)
567 </dd> 567 </dd>
568 </dl> 568 </dl>
569 <a NAME="E5SideBar.isTabEnabled" ID="E5SideBar.isTabEnabled"></a> 569 <a NAME="E5SideBar.isTabEnabled" ID="E5SideBar.isTabEnabled"></a>
579 <dd> 579 <dd>
580 index of the tab to check (integer) 580 index of the tab to check (integer)
581 </dd> 581 </dd>
582 </dl> 582 </dl>
583 <dl> 583 <dl>
584 <dt>Returns:</dt> 584 <dt>Return:</dt>
585 <dd> 585 <dd>
586 flag indicating the enabled state (boolean) 586 flag indicating the enabled state (boolean)
587 </dd> 587 </dd>
588 </dl> 588 </dl>
589 <a NAME="E5SideBar.leaveEvent" ID="E5SideBar.leaveEvent"></a> 589 <a NAME="E5SideBar.leaveEvent" ID="E5SideBar.leaveEvent"></a>
613 613
614 <p> 614 <p>
615 Public method to get the orientation of the sidebar. 615 Public method to get the orientation of the sidebar.
616 </p> 616 </p>
617 <dl> 617 <dl>
618 <dt>Returns:</dt> 618 <dt>Return:</dt>
619 <dd> 619 <dd>
620 orientation of the sidebar (North, East, South, West) 620 orientation of the sidebar (North, East, South, West)
621 </dd> 621 </dd>
622 </dl> 622 </dl>
623 <a NAME="E5SideBar.prevTab" ID="E5SideBar.prevTab"></a> 623 <a NAME="E5SideBar.prevTab" ID="E5SideBar.prevTab"></a>
654 <dd> 654 <dd>
655 byte array containing the saved state (QByteArray) 655 byte array containing the saved state (QByteArray)
656 </dd> 656 </dd>
657 </dl> 657 </dl>
658 <dl> 658 <dl>
659 <dt>Returns:</dt> 659 <dt>Return:</dt>
660 <dd> 660 <dd>
661 flag indicating success (boolean) 661 flag indicating success (boolean)
662 </dd> 662 </dd>
663 </dl> 663 </dl>
664 <a NAME="E5SideBar.saveState" ID="E5SideBar.saveState"></a> 664 <a NAME="E5SideBar.saveState" ID="E5SideBar.saveState"></a>
667 667
668 <p> 668 <p>
669 Public method to save the state of the sidebar. 669 Public method to save the state of the sidebar.
670 </p> 670 </p>
671 <dl> 671 <dl>
672 <dt>Returns:</dt> 672 <dt>Return:</dt>
673 <dd> 673 <dd>
674 saved state as a byte array (QByteArray) 674 saved state as a byte array (QByteArray)
675 </dd> 675 </dd>
676 </dl> 676 </dl>
677 <a NAME="E5SideBar.setCurrentIndex" ID="E5SideBar.setCurrentIndex"></a> 677 <a NAME="E5SideBar.setCurrentIndex" ID="E5SideBar.setCurrentIndex"></a>
869 <dd> 869 <dd>
870 index of the tab (integer) 870 index of the tab (integer)
871 </dd> 871 </dd>
872 </dl> 872 </dl>
873 <dl> 873 <dl>
874 <dt>Returns:</dt> 874 <dt>Return:</dt>
875 <dd> 875 <dd>
876 icon of the tab (QIcon) 876 icon of the tab (QIcon)
877 </dd> 877 </dd>
878 </dl> 878 </dl>
879 <a NAME="E5SideBar.tabText" ID="E5SideBar.tabText"></a> 879 <a NAME="E5SideBar.tabText" ID="E5SideBar.tabText"></a>
889 <dd> 889 <dd>
890 index of the tab (integer) 890 index of the tab (integer)
891 </dd> 891 </dd>
892 </dl> 892 </dl>
893 <dl> 893 <dl>
894 <dt>Returns:</dt> 894 <dt>Return:</dt>
895 <dd> 895 <dd>
896 text of the tab (string) 896 text of the tab (string)
897 </dd> 897 </dd>
898 </dl> 898 </dl>
899 <a NAME="E5SideBar.tabToolTip" ID="E5SideBar.tabToolTip"></a> 899 <a NAME="E5SideBar.tabToolTip" ID="E5SideBar.tabToolTip"></a>
909 <dd> 909 <dd>
910 index of the tab (integer) 910 index of the tab (integer)
911 </dd> 911 </dd>
912 </dl> 912 </dl>
913 <dl> 913 <dl>
914 <dt>Returns:</dt> 914 <dt>Return:</dt>
915 <dd> 915 <dd>
916 tooltip text of the tab (string) 916 tooltip text of the tab (string)
917 </dd> 917 </dd>
918 </dl> 918 </dl>
919 <a NAME="E5SideBar.tabWhatsThis" ID="E5SideBar.tabWhatsThis"></a> 919 <a NAME="E5SideBar.tabWhatsThis" ID="E5SideBar.tabWhatsThis"></a>
929 <dd> 929 <dd>
930 index of the tab (integer) 930 index of the tab (integer)
931 </dd> 931 </dd>
932 </dl> 932 </dl>
933 <dl> 933 <dl>
934 <dt>Returns:</dt> 934 <dt>Return:</dt>
935 <dd> 935 <dd>
936 WhatsThis text of the tab (string) 936 WhatsThis text of the tab (string)
937 </dd> 937 </dd>
938 </dl> 938 </dl>
939 <a NAME="E5SideBar.widget" ID="E5SideBar.widget"></a> 939 <a NAME="E5SideBar.widget" ID="E5SideBar.widget"></a>
949 <dd> 949 <dd>
950 index of the tab (integer) 950 index of the tab (integer)
951 </dd> 951 </dd>
952 </dl> 952 </dl>
953 <dl> 953 <dl>
954 <dt>Returns:</dt> 954 <dt>Return:</dt>
955 <dd> 955 <dd>
956 reference to the widget (QWidget) 956 reference to the widget (QWidget)
957 </dd> 957 </dd>
958 </dl> 958 </dl>
959 <div align="right"><a href="#top">Up</a></div> 959 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial