7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
637 | 637 |
638 <p> | 638 <p> |
639 Public method to return the active (i.e. current) window. | 639 Public method to return the active (i.e. current) window. |
640 </p> | 640 </p> |
641 <dl> | 641 <dl> |
642 <dt>Returns:</dt> | 642 <dt>Return:</dt> |
643 <dd> | 643 <dd> |
644 reference to the active editor | 644 reference to the active editor |
645 </dd> | 645 </dd> |
646 </dl> | 646 </dl> |
647 <dl> | 647 <dl> |
663 | 663 |
664 <p> | 664 <p> |
665 Public method to signal if cascading of managed windows is available. | 665 Public method to signal if cascading of managed windows is available. |
666 </p> | 666 </p> |
667 <dl> | 667 <dl> |
668 <dt>Returns:</dt> | 668 <dt>Return:</dt> |
669 <dd> | 669 <dd> |
670 flag indicating cascading of windows is available | 670 flag indicating cascading of windows is available |
671 </dd> | 671 </dd> |
672 </dl> | 672 </dl> |
673 <dl> | 673 <dl> |
682 | 682 |
683 <p> | 683 <p> |
684 public method to signal if splitting of the view is available. | 684 public method to signal if splitting of the view is available. |
685 </p> | 685 </p> |
686 <dl> | 686 <dl> |
687 <dt>Returns:</dt> | 687 <dt>Return:</dt> |
688 <dd> | 688 <dd> |
689 flag indicating splitting of the view is available | 689 flag indicating splitting of the view is available |
690 </dd> | 690 </dd> |
691 </dl> | 691 </dl> |
692 <dl> | 692 <dl> |
701 | 701 |
702 <p> | 702 <p> |
703 Public method to signal if tiling of managed windows is available. | 703 Public method to signal if tiling of managed windows is available. |
704 </p> | 704 </p> |
705 <dl> | 705 <dl> |
706 <dt>Returns:</dt> | 706 <dt>Return:</dt> |
707 <dd> | 707 <dd> |
708 flag indicating tiling of windows is available | 708 flag indicating tiling of windows is available |
709 </dd> | 709 </dd> |
710 </dl> | 710 </dl> |
711 <dl> | 711 <dl> |
738 <dd> | 738 <dd> |
739 the event that occurred | 739 the event that occurred |
740 </dd> | 740 </dd> |
741 </dl> | 741 </dl> |
742 <dl> | 742 <dl> |
743 <dt>Returns:</dt> | 743 <dt>Return:</dt> |
744 <dd> | 744 <dd> |
745 flag indicating, if we handled the event | 745 flag indicating, if we handled the event |
746 </dd> | 746 </dd> |
747 </dl> | 747 </dl> |
748 <dl> | 748 <dl> |
761 <p> | 761 <p> |
762 The returned list contains one list per split view. If the view manager | 762 The returned list contains one list per split view. If the view manager |
763 cannot split the view, only one list of editors is returned. | 763 cannot split the view, only one list of editors is returned. |
764 </p> | 764 </p> |
765 <dl> | 765 <dl> |
766 <dt>Returns:</dt> | 766 <dt>Return:</dt> |
767 <dd> | 767 <dd> |
768 list of list of editor references | 768 list of list of editor references |
769 </dd> | 769 </dd> |
770 </dl> | 770 </dl> |
771 <dl> | 771 <dl> |
780 | 780 |
781 <p> | 781 <p> |
782 Public method to get the orientation of the split view. | 782 Public method to get the orientation of the split view. |
783 </p> | 783 </p> |
784 <dl> | 784 <dl> |
785 <dt>Returns:</dt> | 785 <dt>Return:</dt> |
786 <dd> | 786 <dd> |
787 orientation of the split | 787 orientation of the split |
788 </dd> | 788 </dd> |
789 </dl> | 789 </dl> |
790 <dl> | 790 <dl> |
800 <p> | 800 <p> |
801 Public method to return a reference to the main Widget of a | 801 Public method to return a reference to the main Widget of a |
802 specific view manager subclass. | 802 specific view manager subclass. |
803 </p> | 803 </p> |
804 <dl> | 804 <dl> |
805 <dt>Returns:</dt> | 805 <dt>Return:</dt> |
806 <dd> | 806 <dd> |
807 reference to the main widget | 807 reference to the main widget |
808 </dd> | 808 </dd> |
809 </dl> | 809 </dl> |
810 <dl> | 810 <dl> |
842 index of the split to be removed (-1 means to | 842 index of the split to be removed (-1 means to |
843 delete the current split) | 843 delete the current split) |
844 </dd> | 844 </dd> |
845 </dl> | 845 </dl> |
846 <dl> | 846 <dl> |
847 <dt>Returns:</dt> | 847 <dt>Return:</dt> |
848 <dd> | 848 <dd> |
849 flag indicating successful deletion | 849 flag indicating successful deletion |
850 </dd> | 850 </dd> |
851 </dl> | 851 </dl> |
852 <dl> | 852 <dl> |
921 | 921 |
922 <p> | 922 <p> |
923 Public method to get the number of splitted views. | 923 Public method to get the number of splitted views. |
924 </p> | 924 </p> |
925 <dl> | 925 <dl> |
926 <dt>Returns:</dt> | 926 <dt>Return:</dt> |
927 <dd> | 927 <dd> |
928 number of splitted views | 928 number of splitted views |
929 </dd> | 929 </dd> |
930 </dl> | 930 </dl> |
931 <dl> | 931 <dl> |
1047 | 1047 |
1048 <p> | 1048 <p> |
1049 Public method to get a reference to the current editor. | 1049 Public method to get a reference to the current editor. |
1050 </p> | 1050 </p> |
1051 <dl> | 1051 <dl> |
1052 <dt>Returns:</dt> | 1052 <dt>Return:</dt> |
1053 <dd> | 1053 <dd> |
1054 reference to the current editor | 1054 reference to the current editor |
1055 </dd> | 1055 </dd> |
1056 </dl> | 1056 </dl> |
1057 <dl> | 1057 <dl> |
1067 <p> | 1067 <p> |
1068 Public method to retrieve the first editor in the list of managed | 1068 Public method to retrieve the first editor in the list of managed |
1069 editors. | 1069 editors. |
1070 </p> | 1070 </p> |
1071 <dl> | 1071 <dl> |
1072 <dt>Returns:</dt> | 1072 <dt>Return:</dt> |
1073 <dd> | 1073 <dd> |
1074 first editor in list | 1074 first editor in list |
1075 </dd> | 1075 </dd> |
1076 </dl> | 1076 </dl> |
1077 <dl> | 1077 <dl> |
1093 <dd> | 1093 <dd> |
1094 editor object to check for | 1094 editor object to check for |
1095 </dd> | 1095 </dd> |
1096 </dl> | 1096 </dl> |
1097 <dl> | 1097 <dl> |
1098 <dt>Returns:</dt> | 1098 <dt>Return:</dt> |
1099 <dd> | 1099 <dd> |
1100 flag indicating, whether the editor to be checked belongs | 1100 flag indicating, whether the editor to be checked belongs |
1101 to the list of editors managed by this stacked widget. | 1101 to the list of editors managed by this stacked widget. |
1102 </dd> | 1102 </dd> |
1103 </dl> | 1103 </dl> |