src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.WebBrowser.WebBrowserView</h1> 9 <h1>eric7.WebBrowser.WebBrowserView</h1>
10
11 <p> 10 <p>
12 Module implementing the web browser using QWebEngineView. 11 Module implementing the web browser using QWebEngineView.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#WebBrowserView">WebBrowserView</a></td> 22 <td><a href="#WebBrowserView">WebBrowserView</a></td>
25 <td>Class implementing the web browser view widget.</td> 23 <td>Class implementing the web browser view widget.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31
32 <tr> 29 <tr>
33 <td><a href="#isCupsAvailable">isCupsAvailable</a></td> 30 <td><a href="#isCupsAvailable">isCupsAvailable</a></td>
34 <td>Static method to test the availability of CUPS.</td> 31 <td>Static method to test the availability of CUPS.</td>
35 </tr> 32 </tr>
36 </table> 33 </table>
34
37 <hr /> 35 <hr />
38 <hr /> 36 <hr />
39 <a NAME="WebBrowserView" ID="WebBrowserView"></a> 37 <a NAME="WebBrowserView" ID="WebBrowserView"></a>
40 <h2>WebBrowserView</h2> 38 <h2>WebBrowserView</h2>
41
42 <p> 39 <p>
43 Class implementing the web browser view widget. 40 Class implementing the web browser view widget.
44 </p> 41 </p>
42
45 <h3>Signals</h3> 43 <h3>Signals</h3>
46 <dl> 44 <dl>
47 45
48 <dt>backwardAvailable(bool)</dt> 46 <dt>backwardAvailable(bool)</dt>
49 <dd> 47 <dd>
90 </dd> 88 </dd>
91 </dl> 89 </dl>
92 <h3>Derived from</h3> 90 <h3>Derived from</h3>
93 QWebEngineView 91 QWebEngineView
94 <h3>Class Attributes</h3> 92 <h3>Class Attributes</h3>
95
96 <table> 93 <table>
97 <tr><td>ZoomLevelDefault</td></tr><tr><td>ZoomLevels</td></tr> 94 <tr><td>ZoomLevelDefault</td></tr>
95 <tr><td>ZoomLevels</td></tr>
98 </table> 96 </table>
97
99 <h3>Class Methods</h3> 98 <h3>Class Methods</h3>
100
101 <table> 99 <table>
102 <tr><td>None</td></tr> 100 <tr><td>None</td></tr>
103 </table> 101 </table>
102
104 <h3>Methods</h3> 103 <h3>Methods</h3>
105
106 <table> 104 <table>
107
108 <tr> 105 <tr>
109 <td><a href="#WebBrowserView.__init__">WebBrowserView</a></td> 106 <td><a href="#WebBrowserView.__init__">WebBrowserView</a></td>
110 <td>Constructor</td> 107 <td>Constructor</td>
111 </tr> 108 </tr>
112 <tr> 109 <tr>
616 <tr> 613 <tr>
617 <td><a href="#WebBrowserView.zoomValue">zoomValue</a></td> 614 <td><a href="#WebBrowserView.zoomValue">zoomValue</a></td>
618 <td>Public method to get the current zoom value.</td> 615 <td>Public method to get the current zoom value.</td>
619 </tr> 616 </tr>
620 </table> 617 </table>
618
621 <h3>Static Methods</h3> 619 <h3>Static Methods</h3>
622
623 <table> 620 <table>
624 <tr><td>None</td></tr> 621 <tr><td>None</td></tr>
625 </table> 622 </table>
626 623
624
627 <a NAME="WebBrowserView.__init__" ID="WebBrowserView.__init__"></a> 625 <a NAME="WebBrowserView.__init__" ID="WebBrowserView.__init__"></a>
628 <h4>WebBrowserView (Constructor)</h4> 626 <h4>WebBrowserView (Constructor)</h4>
629 <b>WebBrowserView</b>(<i>mainWindow, parent=None, name=""</i>) 627 <b>WebBrowserView</b>(<i>mainWindow, parent=None, name=""</i>)
630
631 <p> 628 <p>
632 Constructor 629 Constructor
633 </p> 630 </p>
631
634 <dl> 632 <dl>
635 633
636 <dt><i>mainWindow</i> (WebBrowserWindow)</dt> 634 <dt><i>mainWindow</i> (WebBrowserWindow)</dt>
637 <dd> 635 <dd>
638 reference to the main window 636 reference to the main window
647 </dd> 645 </dd>
648 </dl> 646 </dl>
649 <a NAME="WebBrowserView.__addBookmarkCallback" ID="WebBrowserView.__addBookmarkCallback"></a> 647 <a NAME="WebBrowserView.__addBookmarkCallback" ID="WebBrowserView.__addBookmarkCallback"></a>
650 <h4>WebBrowserView.__addBookmarkCallback</h4> 648 <h4>WebBrowserView.__addBookmarkCallback</h4>
651 <b>__addBookmarkCallback</b>(<i>res</i>) 649 <b>__addBookmarkCallback</b>(<i>res</i>)
652
653 <p> 650 <p>
654 Private callback method of __addBookmark(). 651 Private callback method of __addBookmark().
655 </p> 652 </p>
653
656 <dl> 654 <dl>
657 655
658 <dt><i>res</i> (list)</dt> 656 <dt><i>res</i> (list)</dt>
659 <dd> 657 <dd>
660 reference to the result list containing all 658 reference to the result list containing all
662 </dd> 660 </dd>
663 </dl> 661 </dl>
664 <a NAME="WebBrowserView.__addSearchEngine" ID="WebBrowserView.__addSearchEngine"></a> 662 <a NAME="WebBrowserView.__addSearchEngine" ID="WebBrowserView.__addSearchEngine"></a>
665 <h4>WebBrowserView.__addSearchEngine</h4> 663 <h4>WebBrowserView.__addSearchEngine</h4>
666 <b>__addSearchEngine</b>(<i></i>) 664 <b>__addSearchEngine</b>(<i></i>)
667
668 <p> 665 <p>
669 Private slot to add a new search engine. 666 Private slot to add a new search engine.
670 </p> 667 </p>
668
671 <a NAME="WebBrowserView.__addSpeedDial" ID="WebBrowserView.__addSpeedDial"></a> 669 <a NAME="WebBrowserView.__addSpeedDial" ID="WebBrowserView.__addSpeedDial"></a>
672 <h4>WebBrowserView.__addSpeedDial</h4> 670 <h4>WebBrowserView.__addSpeedDial</h4>
673 <b>__addSpeedDial</b>(<i></i>) 671 <b>__addSpeedDial</b>(<i></i>)
674
675 <p> 672 <p>
676 Private slot to add a new speed dial. 673 Private slot to add a new speed dial.
677 </p> 674 </p>
675
678 <a NAME="WebBrowserView.__adjustBookmark" ID="WebBrowserView.__adjustBookmark"></a> 676 <a NAME="WebBrowserView.__adjustBookmark" ID="WebBrowserView.__adjustBookmark"></a>
679 <h4>WebBrowserView.__adjustBookmark</h4> 677 <h4>WebBrowserView.__adjustBookmark</h4>
680 <b>__adjustBookmark</b>(<i>lastModified</i>) 678 <b>__adjustBookmark</b>(<i>lastModified</i>)
681
682 <p> 679 <p>
683 Private slot to adjust the 'lastModified' value of bookmarks. 680 Private slot to adjust the 'lastModified' value of bookmarks.
684 </p> 681 </p>
682
685 <dl> 683 <dl>
686 684
687 <dt><i>lastModified</i> (str)</dt> 685 <dt><i>lastModified</i> (str)</dt>
688 <dd> 686 <dd>
689 last modified value 687 last modified value
690 </dd> 688 </dd>
691 </dl> 689 </dl>
692 <a NAME="WebBrowserView.__blockImage" ID="WebBrowserView.__blockImage"></a> 690 <a NAME="WebBrowserView.__blockImage" ID="WebBrowserView.__blockImage"></a>
693 <h4>WebBrowserView.__blockImage</h4> 691 <h4>WebBrowserView.__blockImage</h4>
694 <b>__blockImage</b>(<i>act</i>) 692 <b>__blockImage</b>(<i>act</i>)
695
696 <p> 693 <p>
697 Private slot to add a block rule for an image URL. 694 Private slot to add a block rule for an image URL.
698 </p> 695 </p>
696
699 <dl> 697 <dl>
700 698
701 <dt><i>act</i> (QAction)</dt> 699 <dt><i>act</i> (QAction)</dt>
702 <dd> 700 <dd>
703 reference to the action that triggered 701 reference to the action that triggered
704 </dd> 702 </dd>
705 </dl> 703 </dl>
706 <a NAME="WebBrowserView.__bookmarkLink" ID="WebBrowserView.__bookmarkLink"></a> 704 <a NAME="WebBrowserView.__bookmarkLink" ID="WebBrowserView.__bookmarkLink"></a>
707 <h4>WebBrowserView.__bookmarkLink</h4> 705 <h4>WebBrowserView.__bookmarkLink</h4>
708 <b>__bookmarkLink</b>(<i>act</i>) 706 <b>__bookmarkLink</b>(<i>act</i>)
709
710 <p> 707 <p>
711 Private slot to bookmark a link via the context menu. 708 Private slot to bookmark a link via the context menu.
712 </p> 709 </p>
710
713 <dl> 711 <dl>
714 712
715 <dt><i>act</i> (QAction)</dt> 713 <dt><i>act</i> (QAction)</dt>
716 <dd> 714 <dd>
717 reference to the action that triggered 715 reference to the action that triggered
718 </dd> 716 </dd>
719 </dl> 717 </dl>
720 <a NAME="WebBrowserView.__checkForForm" ID="WebBrowserView.__checkForForm"></a> 718 <a NAME="WebBrowserView.__checkForForm" ID="WebBrowserView.__checkForForm"></a>
721 <h4>WebBrowserView.__checkForForm</h4> 719 <h4>WebBrowserView.__checkForForm</h4>
722 <b>__checkForForm</b>(<i>act, pos</i>) 720 <b>__checkForForm</b>(<i>act, pos</i>)
723
724 <p> 721 <p>
725 Private method to check the given position for an open search form. 722 Private method to check the given position for an open search form.
726 </p> 723 </p>
724
727 <dl> 725 <dl>
728 726
729 <dt><i>act</i> (QAction)</dt> 727 <dt><i>act</i> (QAction)</dt>
730 <dd> 728 <dd>
731 reference to the action to be populated upon success 729 reference to the action to be populated upon success
736 </dd> 734 </dd>
737 </dl> 735 </dl>
738 <a NAME="WebBrowserView.__checkForFormCallback" ID="WebBrowserView.__checkForFormCallback"></a> 736 <a NAME="WebBrowserView.__checkForFormCallback" ID="WebBrowserView.__checkForFormCallback"></a>
739 <h4>WebBrowserView.__checkForFormCallback</h4> 737 <h4>WebBrowserView.__checkForFormCallback</h4>
740 <b>__checkForFormCallback</b>(<i>res, act</i>) 738 <b>__checkForFormCallback</b>(<i>res, act</i>)
741
742 <p> 739 <p>
743 Private method handling the __checkForForm result. 740 Private method handling the __checkForForm result.
744 </p> 741 </p>
742
745 <dl> 743 <dl>
746 744
747 <dt><i>res</i> (dict)</dt> 745 <dt><i>res</i> (dict)</dt>
748 <dd> 746 <dd>
749 result dictionary generated by JavaScript 747 result dictionary generated by JavaScript
754 </dd> 752 </dd>
755 </dl> 753 </dl>
756 <a NAME="WebBrowserView.__configureSpeedDial" ID="WebBrowserView.__configureSpeedDial"></a> 754 <a NAME="WebBrowserView.__configureSpeedDial" ID="WebBrowserView.__configureSpeedDial"></a>
757 <h4>WebBrowserView.__configureSpeedDial</h4> 755 <h4>WebBrowserView.__configureSpeedDial</h4>
758 <b>__configureSpeedDial</b>(<i></i>) 756 <b>__configureSpeedDial</b>(<i></i>)
759
760 <p> 757 <p>
761 Private slot to configure the speed dial. 758 Private slot to configure the speed dial.
762 </p> 759 </p>
760
763 <a NAME="WebBrowserView.__copyImage" ID="WebBrowserView.__copyImage"></a> 761 <a NAME="WebBrowserView.__copyImage" ID="WebBrowserView.__copyImage"></a>
764 <h4>WebBrowserView.__copyImage</h4> 762 <h4>WebBrowserView.__copyImage</h4>
765 <b>__copyImage</b>(<i></i>) 763 <b>__copyImage</b>(<i></i>)
766
767 <p> 764 <p>
768 Private slot to copy an image to the clipboard. 765 Private slot to copy an image to the clipboard.
769 </p> 766 </p>
767
770 <a NAME="WebBrowserView.__copyLink" ID="WebBrowserView.__copyLink"></a> 768 <a NAME="WebBrowserView.__copyLink" ID="WebBrowserView.__copyLink"></a>
771 <h4>WebBrowserView.__copyLink</h4> 769 <h4>WebBrowserView.__copyLink</h4>
772 <b>__copyLink</b>(<i>act</i>) 770 <b>__copyLink</b>(<i>act</i>)
773
774 <p> 771 <p>
775 Private slot to copy a link to the clipboard. 772 Private slot to copy a link to the clipboard.
776 </p> 773 </p>
774
777 <dl> 775 <dl>
778 776
779 <dt><i>act</i> (QAction)</dt> 777 <dt><i>act</i> (QAction)</dt>
780 <dd> 778 <dd>
781 reference to the action that triggered 779 reference to the action that triggered
782 </dd> 780 </dd>
783 </dl> 781 </dl>
784 <a NAME="WebBrowserView.__createContextMenu" ID="WebBrowserView.__createContextMenu"></a> 782 <a NAME="WebBrowserView.__createContextMenu" ID="WebBrowserView.__createContextMenu"></a>
785 <h4>WebBrowserView.__createContextMenu</h4> 783 <h4>WebBrowserView.__createContextMenu</h4>
786 <b>__createContextMenu</b>(<i>menu, hitTest</i>) 784 <b>__createContextMenu</b>(<i>menu, hitTest</i>)
787
788 <p> 785 <p>
789 Private method to populate the context menu. 786 Private method to populate the context menu.
790 </p> 787 </p>
788
791 <dl> 789 <dl>
792 790
793 <dt><i>menu</i> (QMenu)</dt> 791 <dt><i>menu</i> (QMenu)</dt>
794 <dd> 792 <dd>
795 reference to the menu to be populated 793 reference to the menu to be populated
800 </dd> 798 </dd>
801 </dl> 799 </dl>
802 <a NAME="WebBrowserView.__createImageContextMenu" ID="WebBrowserView.__createImageContextMenu"></a> 800 <a NAME="WebBrowserView.__createImageContextMenu" ID="WebBrowserView.__createImageContextMenu"></a>
803 <h4>WebBrowserView.__createImageContextMenu</h4> 801 <h4>WebBrowserView.__createImageContextMenu</h4>
804 <b>__createImageContextMenu</b>(<i>menu, hitTest</i>) 802 <b>__createImageContextMenu</b>(<i>menu, hitTest</i>)
805
806 <p> 803 <p>
807 Private method to populate the context menu for images. 804 Private method to populate the context menu for images.
808 </p> 805 </p>
806
809 <dl> 807 <dl>
810 808
811 <dt><i>menu</i> (QMenu)</dt> 809 <dt><i>menu</i> (QMenu)</dt>
812 <dd> 810 <dd>
813 reference to the menu to be populated 811 reference to the menu to be populated
818 </dd> 816 </dd>
819 </dl> 817 </dl>
820 <a NAME="WebBrowserView.__createLinkContextMenu" ID="WebBrowserView.__createLinkContextMenu"></a> 818 <a NAME="WebBrowserView.__createLinkContextMenu" ID="WebBrowserView.__createLinkContextMenu"></a>
821 <h4>WebBrowserView.__createLinkContextMenu</h4> 819 <h4>WebBrowserView.__createLinkContextMenu</h4>
822 <b>__createLinkContextMenu</b>(<i>menu, hitTest</i>) 820 <b>__createLinkContextMenu</b>(<i>menu, hitTest</i>)
823
824 <p> 821 <p>
825 Private method to populate the context menu for URLs. 822 Private method to populate the context menu for URLs.
826 </p> 823 </p>
824
827 <dl> 825 <dl>
828 826
829 <dt><i>menu</i> (QMenu)</dt> 827 <dt><i>menu</i> (QMenu)</dt>
830 <dd> 828 <dd>
831 reference to the menu to be populated 829 reference to the menu to be populated
836 </dd> 834 </dd>
837 </dl> 835 </dl>
838 <a NAME="WebBrowserView.__createMediaContextMenu" ID="WebBrowserView.__createMediaContextMenu"></a> 836 <a NAME="WebBrowserView.__createMediaContextMenu" ID="WebBrowserView.__createMediaContextMenu"></a>
839 <h4>WebBrowserView.__createMediaContextMenu</h4> 837 <h4>WebBrowserView.__createMediaContextMenu</h4>
840 <b>__createMediaContextMenu</b>(<i>menu, hitTest</i>) 838 <b>__createMediaContextMenu</b>(<i>menu, hitTest</i>)
841
842 <p> 839 <p>
843 Private method to populate the context menu for media elements. 840 Private method to populate the context menu for media elements.
844 </p> 841 </p>
842
845 <dl> 843 <dl>
846 844
847 <dt><i>menu</i> (QMenu)</dt> 845 <dt><i>menu</i> (QMenu)</dt>
848 <dd> 846 <dd>
849 reference to the menu to be populated 847 reference to the menu to be populated
854 </dd> 852 </dd>
855 </dl> 853 </dl>
856 <a NAME="WebBrowserView.__createNewPage" ID="WebBrowserView.__createNewPage"></a> 854 <a NAME="WebBrowserView.__createNewPage" ID="WebBrowserView.__createNewPage"></a>
857 <h4>WebBrowserView.__createNewPage</h4> 855 <h4>WebBrowserView.__createNewPage</h4>
858 <b>__createNewPage</b>(<i></i>) 856 <b>__createNewPage</b>(<i></i>)
859
860 <p> 857 <p>
861 Private method to create a new page object. 858 Private method to create a new page object.
862 </p> 859 </p>
860
863 <a NAME="WebBrowserView.__createPageContextMenu" ID="WebBrowserView.__createPageContextMenu"></a> 861 <a NAME="WebBrowserView.__createPageContextMenu" ID="WebBrowserView.__createPageContextMenu"></a>
864 <h4>WebBrowserView.__createPageContextMenu</h4> 862 <h4>WebBrowserView.__createPageContextMenu</h4>
865 <b>__createPageContextMenu</b>(<i>menu</i>) 863 <b>__createPageContextMenu</b>(<i>menu</i>)
866
867 <p> 864 <p>
868 Private method to populate the basic context menu. 865 Private method to populate the basic context menu.
869 </p> 866 </p>
867
870 <dl> 868 <dl>
871 869
872 <dt><i>menu</i> (QMenu)</dt> 870 <dt><i>menu</i> (QMenu)</dt>
873 <dd> 871 <dd>
874 reference to the menu to be populated 872 reference to the menu to be populated
875 </dd> 873 </dd>
876 </dl> 874 </dl>
877 <a NAME="WebBrowserView.__createSelectedTextContextMenu" ID="WebBrowserView.__createSelectedTextContextMenu"></a> 875 <a NAME="WebBrowserView.__createSelectedTextContextMenu" ID="WebBrowserView.__createSelectedTextContextMenu"></a>
878 <h4>WebBrowserView.__createSelectedTextContextMenu</h4> 876 <h4>WebBrowserView.__createSelectedTextContextMenu</h4>
879 <b>__createSelectedTextContextMenu</b>(<i>menu, hitTest</i>) 877 <b>__createSelectedTextContextMenu</b>(<i>menu, hitTest</i>)
880
881 <p> 878 <p>
882 Private method to populate the context menu for selected text. 879 Private method to populate the context menu for selected text.
883 </p> 880 </p>
881
884 <dl> 882 <dl>
885 883
886 <dt><i>menu</i> (QMenu)</dt> 884 <dt><i>menu</i> (QMenu)</dt>
887 <dd> 885 <dd>
888 reference to the menu to be populated 886 reference to the menu to be populated
893 </dd> 891 </dd>
894 </dl> 892 </dl>
895 <a NAME="WebBrowserView.__currentEngineChanged" ID="WebBrowserView.__currentEngineChanged"></a> 893 <a NAME="WebBrowserView.__currentEngineChanged" ID="WebBrowserView.__currentEngineChanged"></a>
896 <h4>WebBrowserView.__currentEngineChanged</h4> 894 <h4>WebBrowserView.__currentEngineChanged</h4>
897 <b>__currentEngineChanged</b>(<i></i>) 895 <b>__currentEngineChanged</b>(<i></i>)
898
899 <p> 896 <p>
900 Private slot to track a change of the current search engine. 897 Private slot to track a change of the current search engine.
901 </p> 898 </p>
899
902 <a NAME="WebBrowserView.__downloadImage" ID="WebBrowserView.__downloadImage"></a> 900 <a NAME="WebBrowserView.__downloadImage" ID="WebBrowserView.__downloadImage"></a>
903 <h4>WebBrowserView.__downloadImage</h4> 901 <h4>WebBrowserView.__downloadImage</h4>
904 <b>__downloadImage</b>(<i></i>) 902 <b>__downloadImage</b>(<i></i>)
905
906 <p> 903 <p>
907 Private slot to download an image and save it to disk. 904 Private slot to download an image and save it to disk.
908 </p> 905 </p>
906
909 <a NAME="WebBrowserView.__downloadLink" ID="WebBrowserView.__downloadLink"></a> 907 <a NAME="WebBrowserView.__downloadLink" ID="WebBrowserView.__downloadLink"></a>
910 <h4>WebBrowserView.__downloadLink</h4> 908 <h4>WebBrowserView.__downloadLink</h4>
911 <b>__downloadLink</b>(<i></i>) 909 <b>__downloadLink</b>(<i></i>)
912
913 <p> 910 <p>
914 Private slot to download a link and save it to disk. 911 Private slot to download a link and save it to disk.
915 </p> 912 </p>
913
916 <a NAME="WebBrowserView.__downloadMedia" ID="WebBrowserView.__downloadMedia"></a> 914 <a NAME="WebBrowserView.__downloadMedia" ID="WebBrowserView.__downloadMedia"></a>
917 <h4>WebBrowserView.__downloadMedia</h4> 915 <h4>WebBrowserView.__downloadMedia</h4>
918 <b>__downloadMedia</b>(<i></i>) 916 <b>__downloadMedia</b>(<i></i>)
919
920 <p> 917 <p>
921 Private slot to download a media and save it to disk. 918 Private slot to download a media and save it to disk.
922 </p> 919 </p>
920
923 <a NAME="WebBrowserView.__fileSystemAccessRequested" ID="WebBrowserView.__fileSystemAccessRequested"></a> 921 <a NAME="WebBrowserView.__fileSystemAccessRequested" ID="WebBrowserView.__fileSystemAccessRequested"></a>
924 <h4>WebBrowserView.__fileSystemAccessRequested</h4> 922 <h4>WebBrowserView.__fileSystemAccessRequested</h4>
925 <b>__fileSystemAccessRequested</b>(<i>accessRequest</i>) 923 <b>__fileSystemAccessRequested</b>(<i>accessRequest</i>)
926
927 <p> 924 <p>
928 Private slot to handle file system access requests of the web page. 925 Private slot to handle file system access requests of the web page.
929 </p> 926 </p>
927
930 <dl> 928 <dl>
931 929
932 <dt><i>accessRequest</i> (QWebEngineFileSystemAccessRequest)</dt> 930 <dt><i>accessRequest</i> (QWebEngineFileSystemAccessRequest)</dt>
933 <dd> 931 <dd>
934 reference to the file system access request object 932 reference to the file system access request object
935 </dd> 933 </dd>
936 </dl> 934 </dl>
937 <a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a> 935 <a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a>
938 <h4>WebBrowserView.__findTextFinished</h4> 936 <h4>WebBrowserView.__findTextFinished</h4>
939 <b>__findTextFinished</b>(<i>result</i>) 937 <b>__findTextFinished</b>(<i>result</i>)
940
941 <p> 938 <p>
942 Private slot handling the findTextFinished signal of the web page. 939 Private slot handling the findTextFinished signal of the web page.
943 </p> 940 </p>
941
944 <dl> 942 <dl>
945 943
946 <dt><i>result</i> (QWebEngineFindTextResult)</dt> 944 <dt><i>result</i> (QWebEngineFindTextResult)</dt>
947 <dd> 945 <dd>
948 reference to the QWebEngineFindTextResult object of the 946 reference to the QWebEngineFindTextResult object of the
950 </dd> 948 </dd>
951 </dl> 949 </dl>
952 <a NAME="WebBrowserView.__getSavePageFileNameAndFormat" ID="WebBrowserView.__getSavePageFileNameAndFormat"></a> 950 <a NAME="WebBrowserView.__getSavePageFileNameAndFormat" ID="WebBrowserView.__getSavePageFileNameAndFormat"></a>
953 <h4>WebBrowserView.__getSavePageFileNameAndFormat</h4> 951 <h4>WebBrowserView.__getSavePageFileNameAndFormat</h4>
954 <b>__getSavePageFileNameAndFormat</b>(<i></i>) 952 <b>__getSavePageFileNameAndFormat</b>(<i></i>)
955
956 <p> 953 <p>
957 Private method to get the file name to save the page to. 954 Private method to get the file name to save the page to.
958 </p> 955 </p>
956
959 <dl> 957 <dl>
960 <dt>Return:</dt> 958 <dt>Return:</dt>
961 <dd> 959 <dd>
962 tuple containing the file name to save to and the 960 tuple containing the file name to save to and the
963 save page format 961 save page format
970 </dd> 968 </dd>
971 </dl> 969 </dl>
972 <a NAME="WebBrowserView.__iconLoaded" ID="WebBrowserView.__iconLoaded"></a> 970 <a NAME="WebBrowserView.__iconLoaded" ID="WebBrowserView.__iconLoaded"></a>
973 <h4>WebBrowserView.__iconLoaded</h4> 971 <h4>WebBrowserView.__iconLoaded</h4>
974 <b>__iconLoaded</b>(<i>icon</i>) 972 <b>__iconLoaded</b>(<i>icon</i>)
975
976 <p> 973 <p>
977 Private slot handling the loaded web site icon. 974 Private slot handling the loaded web site icon.
978 </p> 975 </p>
976
979 <dl> 977 <dl>
980 978
981 <dt><i>icon</i> (QIcon)</dt> 979 <dt><i>icon</i> (QIcon)</dt>
982 <dd> 980 <dd>
983 web site icon 981 web site icon
984 </dd> 982 </dd>
985 </dl> 983 </dl>
986 <a NAME="WebBrowserView.__iconUrlChanged" ID="WebBrowserView.__iconUrlChanged"></a> 984 <a NAME="WebBrowserView.__iconUrlChanged" ID="WebBrowserView.__iconUrlChanged"></a>
987 <h4>WebBrowserView.__iconUrlChanged</h4> 985 <h4>WebBrowserView.__iconUrlChanged</h4>
988 <b>__iconUrlChanged</b>(<i>url</i>) 986 <b>__iconUrlChanged</b>(<i>url</i>)
989
990 <p> 987 <p>
991 Private slot to handle the iconUrlChanged signal. 988 Private slot to handle the iconUrlChanged signal.
992 </p> 989 </p>
990
993 <dl> 991 <dl>
994 992
995 <dt><i>url</i> (QUrl)</dt> 993 <dt><i>url</i> (QUrl)</dt>
996 <dd> 994 <dd>
997 URL to get web site icon from 995 URL to get web site icon from
998 </dd> 996 </dd>
999 </dl> 997 </dl>
1000 <a NAME="WebBrowserView.__isUrlValid" ID="WebBrowserView.__isUrlValid"></a> 998 <a NAME="WebBrowserView.__isUrlValid" ID="WebBrowserView.__isUrlValid"></a>
1001 <h4>WebBrowserView.__isUrlValid</h4> 999 <h4>WebBrowserView.__isUrlValid</h4>
1002 <b>__isUrlValid</b>(<i>url</i>) 1000 <b>__isUrlValid</b>(<i>url</i>)
1003
1004 <p> 1001 <p>
1005 Private method to check a URL for validity. 1002 Private method to check a URL for validity.
1006 </p> 1003 </p>
1004
1007 <dl> 1005 <dl>
1008 1006
1009 <dt><i>url</i> (QUrl)</dt> 1007 <dt><i>url</i> (QUrl)</dt>
1010 <dd> 1008 <dd>
1011 URL to be checked 1009 URL to be checked
1024 </dd> 1022 </dd>
1025 </dl> 1023 </dl>
1026 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a> 1024 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a>
1027 <h4>WebBrowserView.__levelForZoom</h4> 1025 <h4>WebBrowserView.__levelForZoom</h4>
1028 <b>__levelForZoom</b>(<i>zoom</i>) 1026 <b>__levelForZoom</b>(<i>zoom</i>)
1029
1030 <p> 1027 <p>
1031 Private method determining the zoom level index given a zoom factor. 1028 Private method determining the zoom level index given a zoom factor.
1032 </p> 1029 </p>
1030
1033 <dl> 1031 <dl>
1034 1032
1035 <dt><i>zoom</i> (int)</dt> 1033 <dt><i>zoom</i> (int)</dt>
1036 <dd> 1034 <dd>
1037 zoom factor 1035 zoom factor
1050 </dd> 1048 </dd>
1051 </dl> 1049 </dl>
1052 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a> 1050 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a>
1053 <h4>WebBrowserView.__linkHovered</h4> 1051 <h4>WebBrowserView.__linkHovered</h4>
1054 <b>__linkHovered</b>(<i>link</i>) 1052 <b>__linkHovered</b>(<i>link</i>)
1055
1056 <p> 1053 <p>
1057 Private slot to handle the linkHovered signal. 1054 Private slot to handle the linkHovered signal.
1058 </p> 1055 </p>
1056
1059 <dl> 1057 <dl>
1060 1058
1061 <dt><i>link</i> (str)</dt> 1059 <dt><i>link</i> (str)</dt>
1062 <dd> 1060 <dd>
1063 the URL of the link 1061 the URL of the link
1064 </dd> 1062 </dd>
1065 </dl> 1063 </dl>
1066 <a NAME="WebBrowserView.__loadFinished" ID="WebBrowserView.__loadFinished"></a> 1064 <a NAME="WebBrowserView.__loadFinished" ID="WebBrowserView.__loadFinished"></a>
1067 <h4>WebBrowserView.__loadFinished</h4> 1065 <h4>WebBrowserView.__loadFinished</h4>
1068 <b>__loadFinished</b>(<i>ok</i>) 1066 <b>__loadFinished</b>(<i>ok</i>)
1069
1070 <p> 1067 <p>
1071 Private method to handle the loadFinished signal. 1068 Private method to handle the loadFinished signal.
1072 </p> 1069 </p>
1070
1073 <dl> 1071 <dl>
1074 1072
1075 <dt><i>ok</i> (bool)</dt> 1073 <dt><i>ok</i> (bool)</dt>
1076 <dd> 1074 <dd>
1077 flag indicating the result 1075 flag indicating the result
1078 </dd> 1076 </dd>
1079 </dl> 1077 </dl>
1080 <a NAME="WebBrowserView.__loadProgress" ID="WebBrowserView.__loadProgress"></a> 1078 <a NAME="WebBrowserView.__loadProgress" ID="WebBrowserView.__loadProgress"></a>
1081 <h4>WebBrowserView.__loadProgress</h4> 1079 <h4>WebBrowserView.__loadProgress</h4>
1082 <b>__loadProgress</b>(<i>progress</i>) 1080 <b>__loadProgress</b>(<i>progress</i>)
1083
1084 <p> 1081 <p>
1085 Private method to handle the loadProgress signal. 1082 Private method to handle the loadProgress signal.
1086 </p> 1083 </p>
1084
1087 <dl> 1085 <dl>
1088 1086
1089 <dt><i>progress</i> (int)</dt> 1087 <dt><i>progress</i> (int)</dt>
1090 <dd> 1088 <dd>
1091 progress value 1089 progress value
1092 </dd> 1090 </dd>
1093 </dl> 1091 </dl>
1094 <a NAME="WebBrowserView.__loadStarted" ID="WebBrowserView.__loadStarted"></a> 1092 <a NAME="WebBrowserView.__loadStarted" ID="WebBrowserView.__loadStarted"></a>
1095 <h4>WebBrowserView.__loadStarted</h4> 1093 <h4>WebBrowserView.__loadStarted</h4>
1096 <b>__loadStarted</b>(<i></i>) 1094 <b>__loadStarted</b>(<i></i>)
1097
1098 <p> 1095 <p>
1099 Private method to handle the loadStarted signal. 1096 Private method to handle the loadStarted signal.
1100 </p> 1097 </p>
1098
1101 <a NAME="WebBrowserView.__muteMedia" ID="WebBrowserView.__muteMedia"></a> 1099 <a NAME="WebBrowserView.__muteMedia" ID="WebBrowserView.__muteMedia"></a>
1102 <h4>WebBrowserView.__muteMedia</h4> 1100 <h4>WebBrowserView.__muteMedia</h4>
1103 <b>__muteMedia</b>(<i></i>) 1101 <b>__muteMedia</b>(<i></i>)
1104
1105 <p> 1102 <p>
1106 Private slot to (un)mute the selected media. 1103 Private slot to (un)mute the selected media.
1107 </p> 1104 </p>
1105
1108 <a NAME="WebBrowserView.__openLinkInNewPrivateWindow" ID="WebBrowserView.__openLinkInNewPrivateWindow"></a> 1106 <a NAME="WebBrowserView.__openLinkInNewPrivateWindow" ID="WebBrowserView.__openLinkInNewPrivateWindow"></a>
1109 <h4>WebBrowserView.__openLinkInNewPrivateWindow</h4> 1107 <h4>WebBrowserView.__openLinkInNewPrivateWindow</h4>
1110 <b>__openLinkInNewPrivateWindow</b>(<i>act</i>) 1108 <b>__openLinkInNewPrivateWindow</b>(<i>act</i>)
1111
1112 <p> 1109 <p>
1113 Private slot called by the context menu to open a link in a new 1110 Private slot called by the context menu to open a link in a new
1114 private window. 1111 private window.
1115 </p> 1112 </p>
1113
1116 <dl> 1114 <dl>
1117 1115
1118 <dt><i>act</i> (QAction)</dt> 1116 <dt><i>act</i> (QAction)</dt>
1119 <dd> 1117 <dd>
1120 reference to the action that triggered 1118 reference to the action that triggered
1121 </dd> 1119 </dd>
1122 </dl> 1120 </dl>
1123 <a NAME="WebBrowserView.__openLinkInNewTab" ID="WebBrowserView.__openLinkInNewTab"></a> 1121 <a NAME="WebBrowserView.__openLinkInNewTab" ID="WebBrowserView.__openLinkInNewTab"></a>
1124 <h4>WebBrowserView.__openLinkInNewTab</h4> 1122 <h4>WebBrowserView.__openLinkInNewTab</h4>
1125 <b>__openLinkInNewTab</b>(<i>act</i>) 1123 <b>__openLinkInNewTab</b>(<i>act</i>)
1126
1127 <p> 1124 <p>
1128 Private method called by the context menu to open a link in a new 1125 Private method called by the context menu to open a link in a new
1129 tab. 1126 tab.
1130 </p> 1127 </p>
1128
1131 <dl> 1129 <dl>
1132 1130
1133 <dt><i>act</i> (QAction)</dt> 1131 <dt><i>act</i> (QAction)</dt>
1134 <dd> 1132 <dd>
1135 reference to the action that triggered 1133 reference to the action that triggered
1136 </dd> 1134 </dd>
1137 </dl> 1135 </dl>
1138 <a NAME="WebBrowserView.__openLinkInNewWindow" ID="WebBrowserView.__openLinkInNewWindow"></a> 1136 <a NAME="WebBrowserView.__openLinkInNewWindow" ID="WebBrowserView.__openLinkInNewWindow"></a>
1139 <h4>WebBrowserView.__openLinkInNewWindow</h4> 1137 <h4>WebBrowserView.__openLinkInNewWindow</h4>
1140 <b>__openLinkInNewWindow</b>(<i>act</i>) 1138 <b>__openLinkInNewWindow</b>(<i>act</i>)
1141
1142 <p> 1139 <p>
1143 Private slot called by the context menu to open a link in a new 1140 Private slot called by the context menu to open a link in a new
1144 window. 1141 window.
1145 </p> 1142 </p>
1143
1146 <dl> 1144 <dl>
1147 1145
1148 <dt><i>act</i> (QAction)</dt> 1146 <dt><i>act</i> (QAction)</dt>
1149 <dd> 1147 <dd>
1150 reference to the action that triggered 1148 reference to the action that triggered
1151 </dd> 1149 </dd>
1152 </dl> 1150 </dl>
1153 <a NAME="WebBrowserView.__pauseMedia" ID="WebBrowserView.__pauseMedia"></a> 1151 <a NAME="WebBrowserView.__pauseMedia" ID="WebBrowserView.__pauseMedia"></a>
1154 <h4>WebBrowserView.__pauseMedia</h4> 1152 <h4>WebBrowserView.__pauseMedia</h4>
1155 <b>__pauseMedia</b>(<i></i>) 1153 <b>__pauseMedia</b>(<i></i>)
1156
1157 <p> 1154 <p>
1158 Private slot to pause or play the selected media. 1155 Private slot to pause or play the selected media.
1159 </p> 1156 </p>
1157
1160 <a NAME="WebBrowserView.__printPageFinished" ID="WebBrowserView.__printPageFinished"></a> 1158 <a NAME="WebBrowserView.__printPageFinished" ID="WebBrowserView.__printPageFinished"></a>
1161 <h4>WebBrowserView.__printPageFinished</h4> 1159 <h4>WebBrowserView.__printPageFinished</h4>
1162 <b>__printPageFinished</b>(<i>success</i>) 1160 <b>__printPageFinished</b>(<i>success</i>)
1163
1164 <p> 1161 <p>
1165 Private slot to handle the finishing of a print job. 1162 Private slot to handle the finishing of a print job.
1166 </p> 1163 </p>
1164
1167 <dl> 1165 <dl>
1168 1166
1169 <dt><i>success</i> (bool)</dt> 1167 <dt><i>success</i> (bool)</dt>
1170 <dd> 1168 <dd>
1171 flag indicating success (not used) 1169 flag indicating success (not used)
1172 </dd> 1170 </dd>
1173 </dl> 1171 </dl>
1174 <a NAME="WebBrowserView.__printPageToPdfFinished" ID="WebBrowserView.__printPageToPdfFinished"></a> 1172 <a NAME="WebBrowserView.__printPageToPdfFinished" ID="WebBrowserView.__printPageToPdfFinished"></a>
1175 <h4>WebBrowserView.__printPageToPdfFinished</h4> 1173 <h4>WebBrowserView.__printPageToPdfFinished</h4>
1176 <b>__printPageToPdfFinished</b>(<i>filepath, success</i>) 1174 <b>__printPageToPdfFinished</b>(<i>filepath, success</i>)
1177
1178 <p> 1175 <p>
1179 Private slot to handle the finishing of a PDF print job. 1176 Private slot to handle the finishing of a PDF print job.
1180 </p> 1177 </p>
1178
1181 <dl> 1179 <dl>
1182 1180
1183 <dt><i>filepath</i> (str)</dt> 1181 <dt><i>filepath</i> (str)</dt>
1184 <dd> 1182 <dd>
1185 path of the output PDF file 1183 path of the output PDF file
1190 </dd> 1188 </dd>
1191 </dl> 1189 </dl>
1192 <a NAME="WebBrowserView.__printPreviewRequested" ID="WebBrowserView.__printPreviewRequested"></a> 1190 <a NAME="WebBrowserView.__printPreviewRequested" ID="WebBrowserView.__printPreviewRequested"></a>
1193 <h4>WebBrowserView.__printPreviewRequested</h4> 1191 <h4>WebBrowserView.__printPreviewRequested</h4>
1194 <b>__printPreviewRequested</b>(<i>printer</i>) 1192 <b>__printPreviewRequested</b>(<i>printer</i>)
1195
1196 <p> 1193 <p>
1197 Private slot to generate the print preview. 1194 Private slot to generate the print preview.
1198 </p> 1195 </p>
1196
1199 <dl> 1197 <dl>
1200 1198
1201 <dt><i>printer</i> (QPrinter)</dt> 1199 <dt><i>printer</i> (QPrinter)</dt>
1202 <dd> 1200 <dd>
1203 reference to the printer object 1201 reference to the printer object
1204 </dd> 1202 </dd>
1205 </dl> 1203 </dl>
1206 <a NAME="WebBrowserView.__quotaRequested" ID="WebBrowserView.__quotaRequested"></a> 1204 <a NAME="WebBrowserView.__quotaRequested" ID="WebBrowserView.__quotaRequested"></a>
1207 <h4>WebBrowserView.__quotaRequested</h4> 1205 <h4>WebBrowserView.__quotaRequested</h4>
1208 <b>__quotaRequested</b>(<i>quotaRequest</i>) 1206 <b>__quotaRequested</b>(<i>quotaRequest</i>)
1209
1210 <p> 1207 <p>
1211 Private slot to handle quota requests of the web page. 1208 Private slot to handle quota requests of the web page.
1212 </p> 1209 </p>
1210
1213 <dl> 1211 <dl>
1214 1212
1215 <dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt> 1213 <dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt>
1216 <dd> 1214 <dd>
1217 reference to the quota request object 1215 reference to the quota request object
1218 </dd> 1216 </dd>
1219 </dl> 1217 </dl>
1220 <a NAME="WebBrowserView.__reloadAllSpeedDials" ID="WebBrowserView.__reloadAllSpeedDials"></a> 1218 <a NAME="WebBrowserView.__reloadAllSpeedDials" ID="WebBrowserView.__reloadAllSpeedDials"></a>
1221 <h4>WebBrowserView.__reloadAllSpeedDials</h4> 1219 <h4>WebBrowserView.__reloadAllSpeedDials</h4>
1222 <b>__reloadAllSpeedDials</b>(<i></i>) 1220 <b>__reloadAllSpeedDials</b>(<i></i>)
1223
1224 <p> 1221 <p>
1225 Private slot to reload all speed dials. 1222 Private slot to reload all speed dials.
1226 </p> 1223 </p>
1224
1227 <a NAME="WebBrowserView.__renderPreview" ID="WebBrowserView.__renderPreview"></a> 1225 <a NAME="WebBrowserView.__renderPreview" ID="WebBrowserView.__renderPreview"></a>
1228 <h4>WebBrowserView.__renderPreview</h4> 1226 <h4>WebBrowserView.__renderPreview</h4>
1229 <b>__renderPreview</b>(<i></i>) 1227 <b>__renderPreview</b>(<i></i>)
1230
1231 <p> 1228 <p>
1232 Private slot to render a preview pixmap after the page was loaded. 1229 Private slot to render a preview pixmap after the page was loaded.
1233 </p> 1230 </p>
1231
1234 <a NAME="WebBrowserView.__renderProcessTerminated" ID="WebBrowserView.__renderProcessTerminated"></a> 1232 <a NAME="WebBrowserView.__renderProcessTerminated" ID="WebBrowserView.__renderProcessTerminated"></a>
1235 <h4>WebBrowserView.__renderProcessTerminated</h4> 1233 <h4>WebBrowserView.__renderProcessTerminated</h4>
1236 <b>__renderProcessTerminated</b>(<i>status, exitCode</i>) 1234 <b>__renderProcessTerminated</b>(<i>status, exitCode</i>)
1237
1238 <p> 1235 <p>
1239 Private slot handling a crash of the web page render process. 1236 Private slot handling a crash of the web page render process.
1240 </p> 1237 </p>
1238
1241 <dl> 1239 <dl>
1242 1240
1243 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt> 1241 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt>
1244 <dd> 1242 <dd>
1245 termination status 1243 termination status
1250 </dd> 1248 </dd>
1251 </dl> 1249 </dl>
1252 <a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a> 1250 <a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a>
1253 <h4>WebBrowserView.__replaceMisspelledWord</h4> 1251 <h4>WebBrowserView.__replaceMisspelledWord</h4>
1254 <b>__replaceMisspelledWord</b>(<i>act</i>) 1252 <b>__replaceMisspelledWord</b>(<i>act</i>)
1255
1256 <p> 1253 <p>
1257 Private slot to replace a misspelled word under the context menu. 1254 Private slot to replace a misspelled word under the context menu.
1258 </p> 1255 </p>
1256
1259 <dl> 1257 <dl>
1260 1258
1261 <dt><i>act</i> (QAction)</dt> 1259 <dt><i>act</i> (QAction)</dt>
1262 <dd> 1260 <dd>
1263 reference to the action that triggered 1261 reference to the action that triggered
1264 </dd> 1262 </dd>
1265 </dl> 1263 </dl>
1266 <a NAME="WebBrowserView.__resetSpeedDials" ID="WebBrowserView.__resetSpeedDials"></a> 1264 <a NAME="WebBrowserView.__resetSpeedDials" ID="WebBrowserView.__resetSpeedDials"></a>
1267 <h4>WebBrowserView.__resetSpeedDials</h4> 1265 <h4>WebBrowserView.__resetSpeedDials</h4>
1268 <b>__resetSpeedDials</b>(<i></i>) 1266 <b>__resetSpeedDials</b>(<i></i>)
1269
1270 <p> 1267 <p>
1271 Private slot to reset all speed dials to the default pages. 1268 Private slot to reset all speed dials to the default pages.
1272 </p> 1269 </p>
1270
1273 <a NAME="WebBrowserView.__searchDefaultRequested" ID="WebBrowserView.__searchDefaultRequested"></a> 1271 <a NAME="WebBrowserView.__searchDefaultRequested" ID="WebBrowserView.__searchDefaultRequested"></a>
1274 <h4>WebBrowserView.__searchDefaultRequested</h4> 1272 <h4>WebBrowserView.__searchDefaultRequested</h4>
1275 <b>__searchDefaultRequested</b>(<i></i>) 1273 <b>__searchDefaultRequested</b>(<i></i>)
1276
1277 <p> 1274 <p>
1278 Private slot to search for some text with the current search engine. 1275 Private slot to search for some text with the current search engine.
1279 </p> 1276 </p>
1277
1280 <a NAME="WebBrowserView.__searchImage" ID="WebBrowserView.__searchImage"></a> 1278 <a NAME="WebBrowserView.__searchImage" ID="WebBrowserView.__searchImage"></a>
1281 <h4>WebBrowserView.__searchImage</h4> 1279 <h4>WebBrowserView.__searchImage</h4>
1282 <b>__searchImage</b>(<i>act</i>) 1280 <b>__searchImage</b>(<i>act</i>)
1283
1284 <p> 1281 <p>
1285 Private slot to search for an image URL. 1282 Private slot to search for an image URL.
1286 </p> 1283 </p>
1284
1287 <dl> 1285 <dl>
1288 1286
1289 <dt><i>act</i> (QAction)</dt> 1287 <dt><i>act</i> (QAction)</dt>
1290 <dd> 1288 <dd>
1291 reference to the action that triggered 1289 reference to the action that triggered
1292 </dd> 1290 </dd>
1293 </dl> 1291 </dl>
1294 <a NAME="WebBrowserView.__searchRequested" ID="WebBrowserView.__searchRequested"></a> 1292 <a NAME="WebBrowserView.__searchRequested" ID="WebBrowserView.__searchRequested"></a>
1295 <h4>WebBrowserView.__searchRequested</h4> 1293 <h4>WebBrowserView.__searchRequested</h4>
1296 <b>__searchRequested</b>(<i>act</i>) 1294 <b>__searchRequested</b>(<i>act</i>)
1297
1298 <p> 1295 <p>
1299 Private slot to search for some text with a selected search engine. 1296 Private slot to search for some text with a selected search engine.
1300 </p> 1297 </p>
1298
1301 <dl> 1299 <dl>
1302 1300
1303 <dt><i>act</i> (QAction)</dt> 1301 <dt><i>act</i> (QAction)</dt>
1304 <dd> 1302 <dd>
1305 reference to the action that triggered this slot 1303 reference to the action that triggered this slot
1306 </dd> 1304 </dd>
1307 </dl> 1305 </dl>
1308 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> 1306 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a>
1309 <h4>WebBrowserView.__selectClientCertificate</h4> 1307 <h4>WebBrowserView.__selectClientCertificate</h4>
1310 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>) 1308 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>)
1311
1312 <p> 1309 <p>
1313 Private slot to handle the client certificate selection request. 1310 Private slot to handle the client certificate selection request.
1314 </p> 1311 </p>
1312
1315 <dl> 1313 <dl>
1316 1314
1317 <dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt> 1315 <dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt>
1318 <dd> 1316 <dd>
1319 list of client SSL certificates 1317 list of client SSL certificates
1321 </dd> 1319 </dd>
1322 </dl> 1320 </dl>
1323 <a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a> 1321 <a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a>
1324 <h4>WebBrowserView.__sendLink</h4> 1322 <h4>WebBrowserView.__sendLink</h4>
1325 <b>__sendLink</b>(<i>act</i>) 1323 <b>__sendLink</b>(<i>act</i>)
1326
1327 <p> 1324 <p>
1328 Private slot to send a link via email. 1325 Private slot to send a link via email.
1329 </p> 1326 </p>
1327
1330 <dl> 1328 <dl>
1331 1329
1332 <dt><i>act</i> (QAction)</dt> 1330 <dt><i>act</i> (QAction)</dt>
1333 <dd> 1331 <dd>
1334 reference to the action that triggered 1332 reference to the action that triggered
1335 </dd> 1333 </dd>
1336 </dl> 1334 </dl>
1337 <a NAME="WebBrowserView.__setRwhvqt" ID="WebBrowserView.__setRwhvqt"></a> 1335 <a NAME="WebBrowserView.__setRwhvqt" ID="WebBrowserView.__setRwhvqt"></a>
1338 <h4>WebBrowserView.__setRwhvqt</h4> 1336 <h4>WebBrowserView.__setRwhvqt</h4>
1339 <b>__setRwhvqt</b>(<i></i>) 1337 <b>__setRwhvqt</b>(<i></i>)
1340
1341 <p> 1338 <p>
1342 Private slot to set widget that receives input events. 1339 Private slot to set widget that receives input events.
1343 </p> 1340 </p>
1341
1344 <a NAME="WebBrowserView.__setupPrinter" ID="WebBrowserView.__setupPrinter"></a> 1342 <a NAME="WebBrowserView.__setupPrinter" ID="WebBrowserView.__setupPrinter"></a>
1345 <h4>WebBrowserView.__setupPrinter</h4> 1343 <h4>WebBrowserView.__setupPrinter</h4>
1346 <b>__setupPrinter</b>(<i>filePath=None</i>) 1344 <b>__setupPrinter</b>(<i>filePath=None</i>)
1347
1348 <p> 1345 <p>
1349 Private method to create and initialize a QPrinter object. 1346 Private method to create and initialize a QPrinter object.
1350 </p> 1347 </p>
1348
1351 <dl> 1349 <dl>
1352 1350
1353 <dt><i>filePath</i> (str (optional))</dt> 1351 <dt><i>filePath</i> (str (optional))</dt>
1354 <dd> 1352 <dd>
1355 name of the output file for the printer (defaults to None) 1353 name of the output file for the printer (defaults to None)
1368 </dd> 1366 </dd>
1369 </dl> 1367 </dl>
1370 <a NAME="WebBrowserView.__showContextMenu" ID="WebBrowserView.__showContextMenu"></a> 1368 <a NAME="WebBrowserView.__showContextMenu" ID="WebBrowserView.__showContextMenu"></a>
1371 <h4>WebBrowserView.__showContextMenu</h4> 1369 <h4>WebBrowserView.__showContextMenu</h4>
1372 <b>__showContextMenu</b>(<i>pos</i>) 1370 <b>__showContextMenu</b>(<i>pos</i>)
1373
1374 <p> 1371 <p>
1375 Private slot to show a context menu. 1372 Private slot to show a context menu.
1376 </p> 1373 </p>
1374
1377 <dl> 1375 <dl>
1378 1376
1379 <dt><i>pos</i> (QPoint)</dt> 1377 <dt><i>pos</i> (QPoint)</dt>
1380 <dd> 1378 <dd>
1381 position for the context menu 1379 position for the context menu
1382 </dd> 1380 </dd>
1383 </dl> 1381 </dl>
1384 <a NAME="WebBrowserView.__showEventSlot" ID="WebBrowserView.__showEventSlot"></a> 1382 <a NAME="WebBrowserView.__showEventSlot" ID="WebBrowserView.__showEventSlot"></a>
1385 <h4>WebBrowserView.__showEventSlot</h4> 1383 <h4>WebBrowserView.__showEventSlot</h4>
1386 <b>__showEventSlot</b>(<i></i>) 1384 <b>__showEventSlot</b>(<i></i>)
1387
1388 <p> 1385 <p>
1389 Private slot to perform actions when the view is shown and the event 1386 Private slot to perform actions when the view is shown and the event
1390 loop is running. 1387 loop is running.
1391 </p> 1388 </p>
1389
1392 <a NAME="WebBrowserView.__showTabCrashPage" ID="WebBrowserView.__showTabCrashPage"></a> 1390 <a NAME="WebBrowserView.__showTabCrashPage" ID="WebBrowserView.__showTabCrashPage"></a>
1393 <h4>WebBrowserView.__showTabCrashPage</h4> 1391 <h4>WebBrowserView.__showTabCrashPage</h4>
1394 <b>__showTabCrashPage</b>(<i>status</i>) 1392 <b>__showTabCrashPage</b>(<i>status</i>)
1395
1396 <p> 1393 <p>
1397 Private slot to show the tab crash page. 1394 Private slot to show the tab crash page.
1398 </p> 1395 </p>
1396
1399 <dl> 1397 <dl>
1400 1398
1401 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt> 1399 <dt><i>status</i> (QWebEnginePage.RenderProcessTerminationStatus)</dt>
1402 <dd> 1400 <dd>
1403 termination status 1401 termination status
1404 </dd> 1402 </dd>
1405 </dl> 1403 </dl>
1406 <a NAME="WebBrowserView.__urlChanged" ID="WebBrowserView.__urlChanged"></a> 1404 <a NAME="WebBrowserView.__urlChanged" ID="WebBrowserView.__urlChanged"></a>
1407 <h4>WebBrowserView.__urlChanged</h4> 1405 <h4>WebBrowserView.__urlChanged</h4>
1408 <b>__urlChanged</b>(<i>url</i>) 1406 <b>__urlChanged</b>(<i>url</i>)
1409
1410 <p> 1407 <p>
1411 Private slot to handle the urlChanged signal. 1408 Private slot to handle the urlChanged signal.
1412 </p> 1409 </p>
1410
1413 <dl> 1411 <dl>
1414 1412
1415 <dt><i>url</i> (QUrl)</dt> 1413 <dt><i>url</i> (QUrl)</dt>
1416 <dd> 1414 <dd>
1417 the new url 1415 the new url
1418 </dd> 1416 </dd>
1419 </dl> 1417 </dl>
1420 <a NAME="WebBrowserView.__virusTotal" ID="WebBrowserView.__virusTotal"></a> 1418 <a NAME="WebBrowserView.__virusTotal" ID="WebBrowserView.__virusTotal"></a>
1421 <h4>WebBrowserView.__virusTotal</h4> 1419 <h4>WebBrowserView.__virusTotal</h4>
1422 <b>__virusTotal</b>(<i>act</i>) 1420 <b>__virusTotal</b>(<i>act</i>)
1423
1424 <p> 1421 <p>
1425 Private slot to scan the selected URL with VirusTotal. 1422 Private slot to scan the selected URL with VirusTotal.
1426 </p> 1423 </p>
1424
1427 <dl> 1425 <dl>
1428 1426
1429 <dt><i>act</i> (QAction)</dt> 1427 <dt><i>act</i> (QAction)</dt>
1430 <dd> 1428 <dd>
1431 reference to the action that triggered 1429 reference to the action that triggered
1432 </dd> 1430 </dd>
1433 </dl> 1431 </dl>
1434 <a NAME="WebBrowserView.__webInspector" ID="WebBrowserView.__webInspector"></a> 1432 <a NAME="WebBrowserView.__webInspector" ID="WebBrowserView.__webInspector"></a>
1435 <h4>WebBrowserView.__webInspector</h4> 1433 <h4>WebBrowserView.__webInspector</h4>
1436 <b>__webInspector</b>(<i></i>) 1434 <b>__webInspector</b>(<i></i>)
1437
1438 <p> 1435 <p>
1439 Private slot to show the web inspector window. 1436 Private slot to show the web inspector window.
1440 </p> 1437 </p>
1438
1441 <a NAME="WebBrowserView._gestureEvent" ID="WebBrowserView._gestureEvent"></a> 1439 <a NAME="WebBrowserView._gestureEvent" ID="WebBrowserView._gestureEvent"></a>
1442 <h4>WebBrowserView._gestureEvent</h4> 1440 <h4>WebBrowserView._gestureEvent</h4>
1443 <b>_gestureEvent</b>(<i>evt</i>) 1441 <b>_gestureEvent</b>(<i>evt</i>)
1444
1445 <p> 1442 <p>
1446 Protected method handling gesture events. 1443 Protected method handling gesture events.
1447 </p> 1444 </p>
1445
1448 <dl> 1446 <dl>
1449 1447
1450 <dt><i>evt</i> (QGestureEvent)</dt> 1448 <dt><i>evt</i> (QGestureEvent)</dt>
1451 <dd> 1449 <dd>
1452 reference to the gesture event 1450 reference to the gesture event
1453 </dd> 1451 </dd>
1454 </dl> 1452 </dl>
1455 <a NAME="WebBrowserView._keyPressEvent" ID="WebBrowserView._keyPressEvent"></a> 1453 <a NAME="WebBrowserView._keyPressEvent" ID="WebBrowserView._keyPressEvent"></a>
1456 <h4>WebBrowserView._keyPressEvent</h4> 1454 <h4>WebBrowserView._keyPressEvent</h4>
1457 <b>_keyPressEvent</b>(<i>evt</i>) 1455 <b>_keyPressEvent</b>(<i>evt</i>)
1458
1459 <p> 1456 <p>
1460 Protected method called by a key press. 1457 Protected method called by a key press.
1461 </p> 1458 </p>
1459
1462 <dl> 1460 <dl>
1463 1461
1464 <dt><i>evt</i> (QKeyEvent)</dt> 1462 <dt><i>evt</i> (QKeyEvent)</dt>
1465 <dd> 1463 <dd>
1466 reference to the key event 1464 reference to the key event
1467 </dd> 1465 </dd>
1468 </dl> 1466 </dl>
1469 <a NAME="WebBrowserView._keyReleaseEvent" ID="WebBrowserView._keyReleaseEvent"></a> 1467 <a NAME="WebBrowserView._keyReleaseEvent" ID="WebBrowserView._keyReleaseEvent"></a>
1470 <h4>WebBrowserView._keyReleaseEvent</h4> 1468 <h4>WebBrowserView._keyReleaseEvent</h4>
1471 <b>_keyReleaseEvent</b>(<i>evt</i>) 1469 <b>_keyReleaseEvent</b>(<i>evt</i>)
1472
1473 <p> 1470 <p>
1474 Protected method called by a key release. 1471 Protected method called by a key release.
1475 </p> 1472 </p>
1473
1476 <dl> 1474 <dl>
1477 1475
1478 <dt><i>evt</i> (QKeyEvent)</dt> 1476 <dt><i>evt</i> (QKeyEvent)</dt>
1479 <dd> 1477 <dd>
1480 reference to the key event 1478 reference to the key event
1481 </dd> 1479 </dd>
1482 </dl> 1480 </dl>
1483 <a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a> 1481 <a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a>
1484 <h4>WebBrowserView._mouseMoveEvent</h4> 1482 <h4>WebBrowserView._mouseMoveEvent</h4>
1485 <b>_mouseMoveEvent</b>(<i>evt</i>) 1483 <b>_mouseMoveEvent</b>(<i>evt</i>)
1486
1487 <p> 1484 <p>
1488 Protected method to handle mouse move events. 1485 Protected method to handle mouse move events.
1489 </p> 1486 </p>
1487
1490 <dl> 1488 <dl>
1491 1489
1492 <dt><i>evt</i> (QMouseEvent)</dt> 1490 <dt><i>evt</i> (QMouseEvent)</dt>
1493 <dd> 1491 <dd>
1494 reference to the mouse event 1492 reference to the mouse event
1495 </dd> 1493 </dd>
1496 </dl> 1494 </dl>
1497 <a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a> 1495 <a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a>
1498 <h4>WebBrowserView._mousePressEvent</h4> 1496 <h4>WebBrowserView._mousePressEvent</h4>
1499 <b>_mousePressEvent</b>(<i>evt</i>) 1497 <b>_mousePressEvent</b>(<i>evt</i>)
1500
1501 <p> 1498 <p>
1502 Protected method called by a mouse press event. 1499 Protected method called by a mouse press event.
1503 </p> 1500 </p>
1501
1504 <dl> 1502 <dl>
1505 1503
1506 <dt><i>evt</i> (QMouseEvent)</dt> 1504 <dt><i>evt</i> (QMouseEvent)</dt>
1507 <dd> 1505 <dd>
1508 reference to the mouse event 1506 reference to the mouse event
1509 </dd> 1507 </dd>
1510 </dl> 1508 </dl>
1511 <a NAME="WebBrowserView._mouseReleaseEvent" ID="WebBrowserView._mouseReleaseEvent"></a> 1509 <a NAME="WebBrowserView._mouseReleaseEvent" ID="WebBrowserView._mouseReleaseEvent"></a>
1512 <h4>WebBrowserView._mouseReleaseEvent</h4> 1510 <h4>WebBrowserView._mouseReleaseEvent</h4>
1513 <b>_mouseReleaseEvent</b>(<i>evt</i>) 1511 <b>_mouseReleaseEvent</b>(<i>evt</i>)
1514
1515 <p> 1512 <p>
1516 Protected method called by a mouse release event. 1513 Protected method called by a mouse release event.
1517 </p> 1514 </p>
1515
1518 <dl> 1516 <dl>
1519 1517
1520 <dt><i>evt</i> (QMouseEvent)</dt> 1518 <dt><i>evt</i> (QMouseEvent)</dt>
1521 <dd> 1519 <dd>
1522 reference to the mouse event 1520 reference to the mouse event
1523 </dd> 1521 </dd>
1524 </dl> 1522 </dl>
1525 <a NAME="WebBrowserView._wheelEvent" ID="WebBrowserView._wheelEvent"></a> 1523 <a NAME="WebBrowserView._wheelEvent" ID="WebBrowserView._wheelEvent"></a>
1526 <h4>WebBrowserView._wheelEvent</h4> 1524 <h4>WebBrowserView._wheelEvent</h4>
1527 <b>_wheelEvent</b>(<i>evt</i>) 1525 <b>_wheelEvent</b>(<i>evt</i>)
1528
1529 <p> 1526 <p>
1530 Protected method to handle wheel events. 1527 Protected method to handle wheel events.
1531 </p> 1528 </p>
1529
1532 <dl> 1530 <dl>
1533 1531
1534 <dt><i>evt</i> (QWheelEvent)</dt> 1532 <dt><i>evt</i> (QWheelEvent)</dt>
1535 <dd> 1533 <dd>
1536 reference to the wheel event 1534 reference to the wheel event
1537 </dd> 1535 </dd>
1538 </dl> 1536 </dl>
1539 <a NAME="WebBrowserView.activateSession" ID="WebBrowserView.activateSession"></a> 1537 <a NAME="WebBrowserView.activateSession" ID="WebBrowserView.activateSession"></a>
1540 <h4>WebBrowserView.activateSession</h4> 1538 <h4>WebBrowserView.activateSession</h4>
1541 <b>activateSession</b>(<i></i>) 1539 <b>activateSession</b>(<i></i>)
1542
1543 <p> 1540 <p>
1544 Public slot to activate a restored session. 1541 Public slot to activate a restored session.
1545 </p> 1542 </p>
1543
1546 <a NAME="WebBrowserView.addBookmark" ID="WebBrowserView.addBookmark"></a> 1544 <a NAME="WebBrowserView.addBookmark" ID="WebBrowserView.addBookmark"></a>
1547 <h4>WebBrowserView.addBookmark</h4> 1545 <h4>WebBrowserView.addBookmark</h4>
1548 <b>addBookmark</b>(<i></i>) 1546 <b>addBookmark</b>(<i></i>)
1549
1550 <p> 1547 <p>
1551 Public slot to bookmark the current page. 1548 Public slot to bookmark the current page.
1552 </p> 1549 </p>
1550
1553 <a NAME="WebBrowserView.backward" ID="WebBrowserView.backward"></a> 1551 <a NAME="WebBrowserView.backward" ID="WebBrowserView.backward"></a>
1554 <h4>WebBrowserView.backward</h4> 1552 <h4>WebBrowserView.backward</h4>
1555 <b>backward</b>(<i></i>) 1553 <b>backward</b>(<i></i>)
1556
1557 <p> 1554 <p>
1558 Public slot to move backwards in history. 1555 Public slot to move backwards in history.
1559 </p> 1556 </p>
1557
1560 <a NAME="WebBrowserView.checkRSS" ID="WebBrowserView.checkRSS"></a> 1558 <a NAME="WebBrowserView.checkRSS" ID="WebBrowserView.checkRSS"></a>
1561 <h4>WebBrowserView.checkRSS</h4> 1559 <h4>WebBrowserView.checkRSS</h4>
1562 <b>checkRSS</b>(<i></i>) 1560 <b>checkRSS</b>(<i></i>)
1563
1564 <p> 1561 <p>
1565 Public method to check, if the loaded page contains feed links. 1562 Public method to check, if the loaded page contains feed links.
1566 </p> 1563 </p>
1564
1567 <dl> 1565 <dl>
1568 <dt>Return:</dt> 1566 <dt>Return:</dt>
1569 <dd> 1567 <dd>
1570 flag indicating the existence of feed links 1568 flag indicating the existence of feed links
1571 </dd> 1569 </dd>
1577 </dd> 1575 </dd>
1578 </dl> 1576 </dl>
1579 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a> 1577 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a>
1580 <h4>WebBrowserView.clearHistory</h4> 1578 <h4>WebBrowserView.clearHistory</h4>
1581 <b>clearHistory</b>(<i></i>) 1579 <b>clearHistory</b>(<i></i>)
1582
1583 <p> 1580 <p>
1584 Public slot to clear the history. 1581 Public slot to clear the history.
1585 </p> 1582 </p>
1583
1586 <a NAME="WebBrowserView.closeWebInspector" ID="WebBrowserView.closeWebInspector"></a> 1584 <a NAME="WebBrowserView.closeWebInspector" ID="WebBrowserView.closeWebInspector"></a>
1587 <h4>WebBrowserView.closeWebInspector</h4> 1585 <h4>WebBrowserView.closeWebInspector</h4>
1588 <b>closeWebInspector</b>(<i></i>) 1586 <b>closeWebInspector</b>(<i></i>)
1589
1590 <p> 1587 <p>
1591 Public slot to close the web inspector. 1588 Public slot to close the web inspector.
1592 </p> 1589 </p>
1590
1593 <a NAME="WebBrowserView.copy" ID="WebBrowserView.copy"></a> 1591 <a NAME="WebBrowserView.copy" ID="WebBrowserView.copy"></a>
1594 <h4>WebBrowserView.copy</h4> 1592 <h4>WebBrowserView.copy</h4>
1595 <b>copy</b>(<i></i>) 1593 <b>copy</b>(<i></i>)
1596
1597 <p> 1594 <p>
1598 Public slot to copy the selected text. 1595 Public slot to copy the selected text.
1599 </p> 1596 </p>
1597
1600 <a NAME="WebBrowserView.createWindow" ID="WebBrowserView.createWindow"></a> 1598 <a NAME="WebBrowserView.createWindow" ID="WebBrowserView.createWindow"></a>
1601 <h4>WebBrowserView.createWindow</h4> 1599 <h4>WebBrowserView.createWindow</h4>
1602 <b>createWindow</b>(<i>windowType</i>) 1600 <b>createWindow</b>(<i>windowType</i>)
1603
1604 <p> 1601 <p>
1605 Public method called, when a new window should be created. 1602 Public method called, when a new window should be created.
1606 </p> 1603 </p>
1604
1607 <dl> 1605 <dl>
1608 1606
1609 <dt><i>windowType</i> (QWebEnginePage.WebWindowType)</dt> 1607 <dt><i>windowType</i> (QWebEnginePage.WebWindowType)</dt>
1610 <dd> 1608 <dd>
1611 type of the requested window 1609 type of the requested window
1624 </dd> 1622 </dd>
1625 </dl> 1623 </dl>
1626 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a> 1624 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a>
1627 <h4>WebBrowserView.cut</h4> 1625 <h4>WebBrowserView.cut</h4>
1628 <b>cut</b>(<i></i>) 1626 <b>cut</b>(<i></i>)
1629
1630 <p> 1627 <p>
1631 Public slot to cut the selected text. 1628 Public slot to cut the selected text.
1632 </p> 1629 </p>
1630
1633 <a NAME="WebBrowserView.documentTitle" ID="WebBrowserView.documentTitle"></a> 1631 <a NAME="WebBrowserView.documentTitle" ID="WebBrowserView.documentTitle"></a>
1634 <h4>WebBrowserView.documentTitle</h4> 1632 <h4>WebBrowserView.documentTitle</h4>
1635 <b>documentTitle</b>(<i></i>) 1633 <b>documentTitle</b>(<i></i>)
1636
1637 <p> 1634 <p>
1638 Public method to return the title of the loaded page. 1635 Public method to return the title of the loaded page.
1639 </p> 1636 </p>
1637
1640 <dl> 1638 <dl>
1641 <dt>Return:</dt> 1639 <dt>Return:</dt>
1642 <dd> 1640 <dd>
1643 title 1641 title
1644 </dd> 1642 </dd>
1650 </dd> 1648 </dd>
1651 </dl> 1649 </dl>
1652 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a> 1650 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a>
1653 <h4>WebBrowserView.dragEnterEvent</h4> 1651 <h4>WebBrowserView.dragEnterEvent</h4>
1654 <b>dragEnterEvent</b>(<i>evt</i>) 1652 <b>dragEnterEvent</b>(<i>evt</i>)
1655
1656 <p> 1653 <p>
1657 Protected method called by a drag enter event. 1654 Protected method called by a drag enter event.
1658 </p> 1655 </p>
1656
1659 <dl> 1657 <dl>
1660 1658
1661 <dt><i>evt</i> (QDragEnterEvent)</dt> 1659 <dt><i>evt</i> (QDragEnterEvent)</dt>
1662 <dd> 1660 <dd>
1663 reference to the drag enter event 1661 reference to the drag enter event
1664 </dd> 1662 </dd>
1665 </dl> 1663 </dl>
1666 <a NAME="WebBrowserView.dragMoveEvent" ID="WebBrowserView.dragMoveEvent"></a> 1664 <a NAME="WebBrowserView.dragMoveEvent" ID="WebBrowserView.dragMoveEvent"></a>
1667 <h4>WebBrowserView.dragMoveEvent</h4> 1665 <h4>WebBrowserView.dragMoveEvent</h4>
1668 <b>dragMoveEvent</b>(<i>evt</i>) 1666 <b>dragMoveEvent</b>(<i>evt</i>)
1669
1670 <p> 1667 <p>
1671 Protected method called by a drag move event. 1668 Protected method called by a drag move event.
1672 </p> 1669 </p>
1670
1673 <dl> 1671 <dl>
1674 1672
1675 <dt><i>evt</i> (QDragMoveEvent)</dt> 1673 <dt><i>evt</i> (QDragMoveEvent)</dt>
1676 <dd> 1674 <dd>
1677 reference to the drag move event 1675 reference to the drag move event
1678 </dd> 1676 </dd>
1679 </dl> 1677 </dl>
1680 <a NAME="WebBrowserView.dropEvent" ID="WebBrowserView.dropEvent"></a> 1678 <a NAME="WebBrowserView.dropEvent" ID="WebBrowserView.dropEvent"></a>
1681 <h4>WebBrowserView.dropEvent</h4> 1679 <h4>WebBrowserView.dropEvent</h4>
1682 <b>dropEvent</b>(<i>evt</i>) 1680 <b>dropEvent</b>(<i>evt</i>)
1683
1684 <p> 1681 <p>
1685 Protected method called by a drop event. 1682 Protected method called by a drop event.
1686 </p> 1683 </p>
1684
1687 <dl> 1685 <dl>
1688 1686
1689 <dt><i>evt</i> (QDropEvent)</dt> 1687 <dt><i>evt</i> (QDropEvent)</dt>
1690 <dd> 1688 <dd>
1691 reference to the drop event 1689 reference to the drop event
1692 </dd> 1690 </dd>
1693 </dl> 1691 </dl>
1694 <a NAME="WebBrowserView.event" ID="WebBrowserView.event"></a> 1692 <a NAME="WebBrowserView.event" ID="WebBrowserView.event"></a>
1695 <h4>WebBrowserView.event</h4> 1693 <h4>WebBrowserView.event</h4>
1696 <b>event</b>(<i>evt</i>) 1694 <b>event</b>(<i>evt</i>)
1697
1698 <p> 1695 <p>
1699 Public method handling events. 1696 Public method handling events.
1700 </p> 1697 </p>
1698
1701 <dl> 1699 <dl>
1702 1700
1703 <dt><i>evt</i> (QEvent)</dt> 1701 <dt><i>evt</i> (QEvent)</dt>
1704 <dd> 1702 <dd>
1705 reference to the event 1703 reference to the event
1718 </dd> 1716 </dd>
1719 </dl> 1717 </dl>
1720 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a> 1718 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a>
1721 <h4>WebBrowserView.eventFilter</h4> 1719 <h4>WebBrowserView.eventFilter</h4>
1722 <b>eventFilter</b>(<i>obj, evt</i>) 1720 <b>eventFilter</b>(<i>obj, evt</i>)
1723
1724 <p> 1721 <p>
1725 Public method to process event for other objects. 1722 Public method to process event for other objects.
1726 </p> 1723 </p>
1724
1727 <dl> 1725 <dl>
1728 1726
1729 <dt><i>obj</i> (QObject)</dt> 1727 <dt><i>obj</i> (QObject)</dt>
1730 <dd> 1728 <dd>
1731 reference to object to process events for 1729 reference to object to process events for
1748 </dd> 1746 </dd>
1749 </dl> 1747 </dl>
1750 <a NAME="WebBrowserView.extractSessionMetaData" ID="WebBrowserView.extractSessionMetaData"></a> 1748 <a NAME="WebBrowserView.extractSessionMetaData" ID="WebBrowserView.extractSessionMetaData"></a>
1751 <h4>WebBrowserView.extractSessionMetaData</h4> 1749 <h4>WebBrowserView.extractSessionMetaData</h4>
1752 <b>extractSessionMetaData</b>(<i>sessionData</i>) 1750 <b>extractSessionMetaData</b>(<i>sessionData</i>)
1753
1754 <p> 1751 <p>
1755 Public method to extract some session meta data elements needed by the 1752 Public method to extract some session meta data elements needed by the
1756 tab widget in case of deferred loading. 1753 tab widget in case of deferred loading.
1757 </p> 1754 </p>
1755
1758 <dl> 1756 <dl>
1759 1757
1760 <dt><i>sessionData</i> (dict)</dt> 1758 <dt><i>sessionData</i> (dict)</dt>
1761 <dd> 1759 <dd>
1762 dictionary containing the session data as 1760 dictionary containing the session data as
1776 </dd> 1774 </dd>
1777 </dl> 1775 </dl>
1778 <a NAME="WebBrowserView.findNextPrev" ID="WebBrowserView.findNextPrev"></a> 1776 <a NAME="WebBrowserView.findNextPrev" ID="WebBrowserView.findNextPrev"></a>
1779 <h4>WebBrowserView.findNextPrev</h4> 1777 <h4>WebBrowserView.findNextPrev</h4>
1780 <b>findNextPrev</b>(<i>txt, case, backwards, callback</i>) 1778 <b>findNextPrev</b>(<i>txt, case, backwards, callback</i>)
1781
1782 <p> 1779 <p>
1783 Public slot to find the next occurrence of a text. 1780 Public slot to find the next occurrence of a text.
1784 </p> 1781 </p>
1782
1785 <dl> 1783 <dl>
1786 1784
1787 <dt><i>txt</i> (str)</dt> 1785 <dt><i>txt</i> (str)</dt>
1788 <dd> 1786 <dd>
1789 text to search for 1787 text to search for
1802 </dd> 1800 </dd>
1803 </dl> 1801 </dl>
1804 <a NAME="WebBrowserView.forward" ID="WebBrowserView.forward"></a> 1802 <a NAME="WebBrowserView.forward" ID="WebBrowserView.forward"></a>
1805 <h4>WebBrowserView.forward</h4> 1803 <h4>WebBrowserView.forward</h4>
1806 <b>forward</b>(<i></i>) 1804 <b>forward</b>(<i></i>)
1807
1808 <p> 1805 <p>
1809 Public slot to move forward in history. 1806 Public slot to move forward in history.
1810 </p> 1807 </p>
1808
1811 <a NAME="WebBrowserView.getPreview" ID="WebBrowserView.getPreview"></a> 1809 <a NAME="WebBrowserView.getPreview" ID="WebBrowserView.getPreview"></a>
1812 <h4>WebBrowserView.getPreview</h4> 1810 <h4>WebBrowserView.getPreview</h4>
1813 <b>getPreview</b>(<i></i>) 1811 <b>getPreview</b>(<i></i>)
1814
1815 <p> 1812 <p>
1816 Public method to get the preview pixmap. 1813 Public method to get the preview pixmap.
1817 </p> 1814 </p>
1815
1818 <dl> 1816 <dl>
1819 <dt>Return:</dt> 1817 <dt>Return:</dt>
1820 <dd> 1818 <dd>
1821 preview pixmap 1819 preview pixmap
1822 </dd> 1820 </dd>
1828 </dd> 1826 </dd>
1829 </dl> 1827 </dl>
1830 <a NAME="WebBrowserView.getRSS" ID="WebBrowserView.getRSS"></a> 1828 <a NAME="WebBrowserView.getRSS" ID="WebBrowserView.getRSS"></a>
1831 <h4>WebBrowserView.getRSS</h4> 1829 <h4>WebBrowserView.getRSS</h4>
1832 <b>getRSS</b>(<i></i>) 1830 <b>getRSS</b>(<i></i>)
1833
1834 <p> 1831 <p>
1835 Public method to get the extracted RSS feeds. 1832 Public method to get the extracted RSS feeds.
1836 </p> 1833 </p>
1834
1837 <dl> 1835 <dl>
1838 <dt>Return:</dt> 1836 <dt>Return:</dt>
1839 <dd> 1837 <dd>
1840 list of RSS feeds 1838 list of RSS feeds
1841 </dd> 1839 </dd>
1847 </dd> 1845 </dd>
1848 </dl> 1846 </dl>
1849 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a> 1847 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a>
1850 <h4>WebBrowserView.getSafeBrowsingStatus</h4> 1848 <h4>WebBrowserView.getSafeBrowsingStatus</h4>
1851 <b>getSafeBrowsingStatus</b>(<i></i>) 1849 <b>getSafeBrowsingStatus</b>(<i></i>)
1852
1853 <p> 1850 <p>
1854 Public method to get the safe browsing status of the current page. 1851 Public method to get the safe browsing status of the current page.
1855 </p> 1852 </p>
1853
1856 <dl> 1854 <dl>
1857 <dt>Return:</dt> 1855 <dt>Return:</dt>
1858 <dd> 1856 <dd>
1859 flag indicating a safe site 1857 flag indicating a safe site
1860 </dd> 1858 </dd>
1866 </dd> 1864 </dd>
1867 </dl> 1865 </dl>
1868 <a NAME="WebBrowserView.getSessionData" ID="WebBrowserView.getSessionData"></a> 1866 <a NAME="WebBrowserView.getSessionData" ID="WebBrowserView.getSessionData"></a>
1869 <h4>WebBrowserView.getSessionData</h4> 1867 <h4>WebBrowserView.getSessionData</h4>
1870 <b>getSessionData</b>(<i></i>) 1868 <b>getSessionData</b>(<i></i>)
1871
1872 <p> 1869 <p>
1873 Public method to populate the session data. 1870 Public method to populate the session data.
1874 </p> 1871 </p>
1872
1875 <dl> 1873 <dl>
1876 <dt>Return:</dt> 1874 <dt>Return:</dt>
1877 <dd> 1875 <dd>
1878 dictionary containing the session data 1876 dictionary containing the session data
1879 </dd> 1877 </dd>
1885 </dd> 1883 </dd>
1886 </dl> 1884 </dl>
1887 <a NAME="WebBrowserView.hasRSS" ID="WebBrowserView.hasRSS"></a> 1885 <a NAME="WebBrowserView.hasRSS" ID="WebBrowserView.hasRSS"></a>
1888 <h4>WebBrowserView.hasRSS</h4> 1886 <h4>WebBrowserView.hasRSS</h4>
1889 <b>hasRSS</b>(<i></i>) 1887 <b>hasRSS</b>(<i></i>)
1890
1891 <p> 1888 <p>
1892 Public method to check, if the loaded page has RSS links. 1889 Public method to check, if the loaded page has RSS links.
1893 </p> 1890 </p>
1891
1894 <dl> 1892 <dl>
1895 <dt>Return:</dt> 1893 <dt>Return:</dt>
1896 <dd> 1894 <dd>
1897 flag indicating the presence of RSS links 1895 flag indicating the presence of RSS links
1898 </dd> 1896 </dd>
1904 </dd> 1902 </dd>
1905 </dl> 1903 </dl>
1906 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a> 1904 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a>
1907 <h4>WebBrowserView.hasSelection</h4> 1905 <h4>WebBrowserView.hasSelection</h4>
1908 <b>hasSelection</b>(<i></i>) 1906 <b>hasSelection</b>(<i></i>)
1909
1910 <p> 1907 <p>
1911 Public method to determine, if there is some text selected. 1908 Public method to determine, if there is some text selected.
1912 </p> 1909 </p>
1910
1913 <dl> 1911 <dl>
1914 <dt>Return:</dt> 1912 <dt>Return:</dt>
1915 <dd> 1913 <dd>
1916 flag indicating text has been selected 1914 flag indicating text has been selected
1917 </dd> 1915 </dd>
1923 </dd> 1921 </dd>
1924 </dl> 1922 </dl>
1925 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a> 1923 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a>
1926 <h4>WebBrowserView.home</h4> 1924 <h4>WebBrowserView.home</h4>
1927 <b>home</b>(<i></i>) 1925 <b>home</b>(<i></i>)
1928
1929 <p> 1926 <p>
1930 Public slot to move to the first page loaded. 1927 Public slot to move to the first page loaded.
1931 </p> 1928 </p>
1929
1932 <a NAME="WebBrowserView.icon" ID="WebBrowserView.icon"></a> 1930 <a NAME="WebBrowserView.icon" ID="WebBrowserView.icon"></a>
1933 <h4>WebBrowserView.icon</h4> 1931 <h4>WebBrowserView.icon</h4>
1934 <b>icon</b>(<i></i>) 1932 <b>icon</b>(<i></i>)
1935
1936 <p> 1933 <p>
1937 Public method to get the web site icon. 1934 Public method to get the web site icon.
1938 </p> 1935 </p>
1936
1939 <dl> 1937 <dl>
1940 <dt>Return:</dt> 1938 <dt>Return:</dt>
1941 <dd> 1939 <dd>
1942 web site icon 1940 web site icon
1943 </dd> 1941 </dd>
1949 </dd> 1947 </dd>
1950 </dl> 1948 </dl>
1951 <a NAME="WebBrowserView.inputWidget" ID="WebBrowserView.inputWidget"></a> 1949 <a NAME="WebBrowserView.inputWidget" ID="WebBrowserView.inputWidget"></a>
1952 <h4>WebBrowserView.inputWidget</h4> 1950 <h4>WebBrowserView.inputWidget</h4>
1953 <b>inputWidget</b>(<i></i>) 1951 <b>inputWidget</b>(<i></i>)
1954
1955 <p> 1952 <p>
1956 Public method to get a reference to the render widget. 1953 Public method to get a reference to the render widget.
1957 </p> 1954 </p>
1955
1958 <dl> 1956 <dl>
1959 <dt>Return:</dt> 1957 <dt>Return:</dt>
1960 <dd> 1958 <dd>
1961 reference to the render widget 1959 reference to the render widget
1962 </dd> 1960 </dd>
1968 </dd> 1966 </dd>
1969 </dl> 1967 </dl>
1970 <a NAME="WebBrowserView.isBackwardAvailable" ID="WebBrowserView.isBackwardAvailable"></a> 1968 <a NAME="WebBrowserView.isBackwardAvailable" ID="WebBrowserView.isBackwardAvailable"></a>
1971 <h4>WebBrowserView.isBackwardAvailable</h4> 1969 <h4>WebBrowserView.isBackwardAvailable</h4>
1972 <b>isBackwardAvailable</b>(<i></i>) 1970 <b>isBackwardAvailable</b>(<i></i>)
1973
1974 <p> 1971 <p>
1975 Public method to determine, if a backwards move in history is possible. 1972 Public method to determine, if a backwards move in history is possible.
1976 </p> 1973 </p>
1974
1977 <dl> 1975 <dl>
1978 <dt>Return:</dt> 1976 <dt>Return:</dt>
1979 <dd> 1977 <dd>
1980 flag indicating move backwards is possible 1978 flag indicating move backwards is possible
1981 </dd> 1979 </dd>
1987 </dd> 1985 </dd>
1988 </dl> 1986 </dl>
1989 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a> 1987 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a>
1990 <h4>WebBrowserView.isForwardAvailable</h4> 1988 <h4>WebBrowserView.isForwardAvailable</h4>
1991 <b>isForwardAvailable</b>(<i></i>) 1989 <b>isForwardAvailable</b>(<i></i>)
1992
1993 <p> 1990 <p>
1994 Public method to determine, if a forward move in history is possible. 1991 Public method to determine, if a forward move in history is possible.
1995 </p> 1992 </p>
1993
1996 <dl> 1994 <dl>
1997 <dt>Return:</dt> 1995 <dt>Return:</dt>
1998 <dd> 1996 <dd>
1999 flag indicating move forward is possible 1997 flag indicating move forward is possible
2000 </dd> 1998 </dd>
2006 </dd> 2004 </dd>
2007 </dl> 2005 </dl>
2008 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a> 2006 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a>
2009 <h4>WebBrowserView.isFullScreen</h4> 2007 <h4>WebBrowserView.isFullScreen</h4>
2010 <b>isFullScreen</b>(<i></i>) 2008 <b>isFullScreen</b>(<i></i>)
2011
2012 <p> 2009 <p>
2013 Public method to check, if full screen mode is active. 2010 Public method to check, if full screen mode is active.
2014 </p> 2011 </p>
2012
2015 <dl> 2013 <dl>
2016 <dt>Return:</dt> 2014 <dt>Return:</dt>
2017 <dd> 2015 <dd>
2018 flag indicating full screen mode 2016 flag indicating full screen mode
2019 </dd> 2017 </dd>
2025 </dd> 2023 </dd>
2026 </dl> 2024 </dl>
2027 <a NAME="WebBrowserView.isLoading" ID="WebBrowserView.isLoading"></a> 2025 <a NAME="WebBrowserView.isLoading" ID="WebBrowserView.isLoading"></a>
2028 <h4>WebBrowserView.isLoading</h4> 2026 <h4>WebBrowserView.isLoading</h4>
2029 <b>isLoading</b>(<i></i>) 2027 <b>isLoading</b>(<i></i>)
2030
2031 <p> 2028 <p>
2032 Public method to get the loading state. 2029 Public method to get the loading state.
2033 </p> 2030 </p>
2031
2034 <dl> 2032 <dl>
2035 <dt>Return:</dt> 2033 <dt>Return:</dt>
2036 <dd> 2034 <dd>
2037 flag indicating the loading state 2035 flag indicating the loading state
2038 </dd> 2036 </dd>
2044 </dd> 2042 </dd>
2045 </dl> 2043 </dl>
2046 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a> 2044 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a>
2047 <h4>WebBrowserView.load</h4> 2045 <h4>WebBrowserView.load</h4>
2048 <b>load</b>(<i>url</i>) 2046 <b>load</b>(<i>url</i>)
2049
2050 <p> 2047 <p>
2051 Public method to load a web site. 2048 Public method to load a web site.
2052 </p> 2049 </p>
2050
2053 <dl> 2051 <dl>
2054 2052
2055 <dt><i>url</i> (QUrl)</dt> 2053 <dt><i>url</i> (QUrl)</dt>
2056 <dd> 2054 <dd>
2057 URL to be loaded 2055 URL to be loaded
2058 </dd> 2056 </dd>
2059 </dl> 2057 </dl>
2060 <a NAME="WebBrowserView.loadFromSessionData" ID="WebBrowserView.loadFromSessionData"></a> 2058 <a NAME="WebBrowserView.loadFromSessionData" ID="WebBrowserView.loadFromSessionData"></a>
2061 <h4>WebBrowserView.loadFromSessionData</h4> 2059 <h4>WebBrowserView.loadFromSessionData</h4>
2062 <b>loadFromSessionData</b>(<i>sessionData</i>) 2060 <b>loadFromSessionData</b>(<i>sessionData</i>)
2063
2064 <p> 2061 <p>
2065 Public method to load the session data. 2062 Public method to load the session data.
2066 </p> 2063 </p>
2064
2067 <dl> 2065 <dl>
2068 2066
2069 <dt><i>sessionData</i> (dict)</dt> 2067 <dt><i>sessionData</i> (dict)</dt>
2070 <dd> 2068 <dd>
2071 dictionary containing the session data as 2069 dictionary containing the session data as
2073 </dd> 2071 </dd>
2074 </dl> 2072 </dl>
2075 <a NAME="WebBrowserView.mainWindow" ID="WebBrowserView.mainWindow"></a> 2073 <a NAME="WebBrowserView.mainWindow" ID="WebBrowserView.mainWindow"></a>
2076 <h4>WebBrowserView.mainWindow</h4> 2074 <h4>WebBrowserView.mainWindow</h4>
2077 <b>mainWindow</b>(<i></i>) 2075 <b>mainWindow</b>(<i></i>)
2078
2079 <p> 2076 <p>
2080 Public method to get a reference to the main window. 2077 Public method to get a reference to the main window.
2081 </p> 2078 </p>
2079
2082 <dl> 2080 <dl>
2083 <dt>Return:</dt> 2081 <dt>Return:</dt>
2084 <dd> 2082 <dd>
2085 reference to the main window 2083 reference to the main window
2086 </dd> 2084 </dd>
2092 </dd> 2090 </dd>
2093 </dl> 2091 </dl>
2094 <a NAME="WebBrowserView.mapToViewport" ID="WebBrowserView.mapToViewport"></a> 2092 <a NAME="WebBrowserView.mapToViewport" ID="WebBrowserView.mapToViewport"></a>
2095 <h4>WebBrowserView.mapToViewport</h4> 2093 <h4>WebBrowserView.mapToViewport</h4>
2096 <b>mapToViewport</b>(<i>pos</i>) 2094 <b>mapToViewport</b>(<i>pos</i>)
2097
2098 <p> 2095 <p>
2099 Public method to map a position to the viewport. 2096 Public method to map a position to the viewport.
2100 </p> 2097 </p>
2098
2101 <dl> 2099 <dl>
2102 2100
2103 <dt><i>pos</i> (QPoint)</dt> 2101 <dt><i>pos</i> (QPoint)</dt>
2104 <dd> 2102 <dd>
2105 position to be mapped 2103 position to be mapped
2118 </dd> 2116 </dd>
2119 </dl> 2117 </dl>
2120 <a NAME="WebBrowserView.paste" ID="WebBrowserView.paste"></a> 2118 <a NAME="WebBrowserView.paste" ID="WebBrowserView.paste"></a>
2121 <h4>WebBrowserView.paste</h4> 2119 <h4>WebBrowserView.paste</h4>
2122 <b>paste</b>(<i></i>) 2120 <b>paste</b>(<i></i>)
2123
2124 <p> 2121 <p>
2125 Public slot to paste text from the clipboard. 2122 Public slot to paste text from the clipboard.
2126 </p> 2123 </p>
2124
2127 <a NAME="WebBrowserView.preferencesChanged" ID="WebBrowserView.preferencesChanged"></a> 2125 <a NAME="WebBrowserView.preferencesChanged" ID="WebBrowserView.preferencesChanged"></a>
2128 <h4>WebBrowserView.preferencesChanged</h4> 2126 <h4>WebBrowserView.preferencesChanged</h4>
2129 <b>preferencesChanged</b>(<i></i>) 2127 <b>preferencesChanged</b>(<i></i>)
2130
2131 <p> 2128 <p>
2132 Public method to indicate a change of the settings. 2129 Public method to indicate a change of the settings.
2133 </p> 2130 </p>
2131
2134 <a NAME="WebBrowserView.printPage" ID="WebBrowserView.printPage"></a> 2132 <a NAME="WebBrowserView.printPage" ID="WebBrowserView.printPage"></a>
2135 <h4>WebBrowserView.printPage</h4> 2133 <h4>WebBrowserView.printPage</h4>
2136 <b>printPage</b>(<i></i>) 2134 <b>printPage</b>(<i></i>)
2137
2138 <p> 2135 <p>
2139 Public slot to print the current page. 2136 Public slot to print the current page.
2140 </p> 2137 </p>
2138
2141 <a NAME="WebBrowserView.printPageToPdf" ID="WebBrowserView.printPageToPdf"></a> 2139 <a NAME="WebBrowserView.printPageToPdf" ID="WebBrowserView.printPageToPdf"></a>
2142 <h4>WebBrowserView.printPageToPdf</h4> 2140 <h4>WebBrowserView.printPageToPdf</h4>
2143 <b>printPageToPdf</b>(<i></i>) 2141 <b>printPageToPdf</b>(<i></i>)
2144
2145 <p> 2142 <p>
2146 Public slot to save the current page as a PDF file. 2143 Public slot to save the current page as a PDF file.
2147 </p> 2144 </p>
2145
2148 <a NAME="WebBrowserView.printPreviewPage" ID="WebBrowserView.printPreviewPage"></a> 2146 <a NAME="WebBrowserView.printPreviewPage" ID="WebBrowserView.printPreviewPage"></a>
2149 <h4>WebBrowserView.printPreviewPage</h4> 2147 <h4>WebBrowserView.printPreviewPage</h4>
2150 <b>printPreviewPage</b>(<i></i>) 2148 <b>printPreviewPage</b>(<i></i>)
2151
2152 <p> 2149 <p>
2153 Public slot to create a print preview of the current page. 2150 Public slot to create a print preview of the current page.
2154 </p> 2151 </p>
2152
2155 <a NAME="WebBrowserView.progress" ID="WebBrowserView.progress"></a> 2153 <a NAME="WebBrowserView.progress" ID="WebBrowserView.progress"></a>
2156 <h4>WebBrowserView.progress</h4> 2154 <h4>WebBrowserView.progress</h4>
2157 <b>progress</b>(<i></i>) 2155 <b>progress</b>(<i></i>)
2158
2159 <p> 2156 <p>
2160 Public method to get the load progress. 2157 Public method to get the load progress.
2161 </p> 2158 </p>
2159
2162 <dl> 2160 <dl>
2163 <dt>Return:</dt> 2161 <dt>Return:</dt>
2164 <dd> 2162 <dd>
2165 load progress 2163 load progress
2166 </dd> 2164 </dd>
2172 </dd> 2170 </dd>
2173 </dl> 2171 </dl>
2174 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a> 2172 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a>
2175 <h4>WebBrowserView.redo</h4> 2173 <h4>WebBrowserView.redo</h4>
2176 <b>redo</b>(<i></i>) 2174 <b>redo</b>(<i></i>)
2177
2178 <p> 2175 <p>
2179 Public slot to redo the last edit action. 2176 Public slot to redo the last edit action.
2180 </p> 2177 </p>
2178
2181 <a NAME="WebBrowserView.reload" ID="WebBrowserView.reload"></a> 2179 <a NAME="WebBrowserView.reload" ID="WebBrowserView.reload"></a>
2182 <h4>WebBrowserView.reload</h4> 2180 <h4>WebBrowserView.reload</h4>
2183 <b>reload</b>(<i></i>) 2181 <b>reload</b>(<i></i>)
2184
2185 <p> 2182 <p>
2186 Public slot to reload the current page. 2183 Public slot to reload the current page.
2187 </p> 2184 </p>
2185
2188 <a NAME="WebBrowserView.reloadBypassingCache" ID="WebBrowserView.reloadBypassingCache"></a> 2186 <a NAME="WebBrowserView.reloadBypassingCache" ID="WebBrowserView.reloadBypassingCache"></a>
2189 <h4>WebBrowserView.reloadBypassingCache</h4> 2187 <h4>WebBrowserView.reloadBypassingCache</h4>
2190 <b>reloadBypassingCache</b>(<i></i>) 2188 <b>reloadBypassingCache</b>(<i></i>)
2191
2192 <p> 2189 <p>
2193 Public slot to reload the current page bypassing the cache. 2190 Public slot to reload the current page bypassing the cache.
2194 </p> 2191 </p>
2192
2195 <a NAME="WebBrowserView.requestFullScreen" ID="WebBrowserView.requestFullScreen"></a> 2193 <a NAME="WebBrowserView.requestFullScreen" ID="WebBrowserView.requestFullScreen"></a>
2196 <h4>WebBrowserView.requestFullScreen</h4> 2194 <h4>WebBrowserView.requestFullScreen</h4>
2197 <b>requestFullScreen</b>(<i>enable</i>) 2195 <b>requestFullScreen</b>(<i>enable</i>)
2198
2199 <p> 2196 <p>
2200 Public method to request full screen mode. 2197 Public method to request full screen mode.
2201 </p> 2198 </p>
2199
2202 <dl> 2200 <dl>
2203 2201
2204 <dt><i>enable</i> (bool)</dt> 2202 <dt><i>enable</i> (bool)</dt>
2205 <dd> 2203 <dd>
2206 flag indicating full screen mode on or off 2204 flag indicating full screen mode on or off
2207 </dd> 2205 </dd>
2208 </dl> 2206 </dl>
2209 <a NAME="WebBrowserView.saveAs" ID="WebBrowserView.saveAs"></a> 2207 <a NAME="WebBrowserView.saveAs" ID="WebBrowserView.saveAs"></a>
2210 <h4>WebBrowserView.saveAs</h4> 2208 <h4>WebBrowserView.saveAs</h4>
2211 <b>saveAs</b>(<i></i>) 2209 <b>saveAs</b>(<i></i>)
2212
2213 <p> 2210 <p>
2214 Public method to save the current page to a file. 2211 Public method to save the current page to a file.
2215 </p> 2212 </p>
2213
2216 <a NAME="WebBrowserView.selectAll" ID="WebBrowserView.selectAll"></a> 2214 <a NAME="WebBrowserView.selectAll" ID="WebBrowserView.selectAll"></a>
2217 <h4>WebBrowserView.selectAll</h4> 2215 <h4>WebBrowserView.selectAll</h4>
2218 <b>selectAll</b>(<i></i>) 2216 <b>selectAll</b>(<i></i>)
2219
2220 <p> 2217 <p>
2221 Public slot to select all text. 2218 Public slot to select all text.
2222 </p> 2219 </p>
2220
2223 <a NAME="WebBrowserView.setSource" ID="WebBrowserView.setSource"></a> 2221 <a NAME="WebBrowserView.setSource" ID="WebBrowserView.setSource"></a>
2224 <h4>WebBrowserView.setSource</h4> 2222 <h4>WebBrowserView.setSource</h4>
2225 <b>setSource</b>(<i>name, newTab=False</i>) 2223 <b>setSource</b>(<i>name, newTab=False</i>)
2226
2227 <p> 2224 <p>
2228 Public method used to set the source to be displayed. 2225 Public method used to set the source to be displayed.
2229 </p> 2226 </p>
2227
2230 <dl> 2228 <dl>
2231 2229
2232 <dt><i>name</i> (QUrl)</dt> 2230 <dt><i>name</i> (QUrl)</dt>
2233 <dd> 2231 <dd>
2234 filename to be shown 2232 filename to be shown
2239 </dd> 2237 </dd>
2240 </dl> 2238 </dl>
2241 <a NAME="WebBrowserView.setZoomValue" ID="WebBrowserView.setZoomValue"></a> 2239 <a NAME="WebBrowserView.setZoomValue" ID="WebBrowserView.setZoomValue"></a>
2242 <h4>WebBrowserView.setZoomValue</h4> 2240 <h4>WebBrowserView.setZoomValue</h4>
2243 <b>setZoomValue</b>(<i>value, saveValue=True</i>) 2241 <b>setZoomValue</b>(<i>value, saveValue=True</i>)
2244
2245 <p> 2242 <p>
2246 Public method to set the zoom value. 2243 Public method to set the zoom value.
2247 </p> 2244 </p>
2245
2248 <dl> 2246 <dl>
2249 2247
2250 <dt><i>value</i> (int)</dt> 2248 <dt><i>value</i> (int)</dt>
2251 <dd> 2249 <dd>
2252 zoom value 2250 zoom value
2258 </dd> 2256 </dd>
2259 </dl> 2257 </dl>
2260 <a NAME="WebBrowserView.showEvent" ID="WebBrowserView.showEvent"></a> 2258 <a NAME="WebBrowserView.showEvent" ID="WebBrowserView.showEvent"></a>
2261 <h4>WebBrowserView.showEvent</h4> 2259 <h4>WebBrowserView.showEvent</h4>
2262 <b>showEvent</b>(<i>evt</i>) 2260 <b>showEvent</b>(<i>evt</i>)
2263
2264 <p> 2261 <p>
2265 Protected method to handle show events. 2262 Protected method to handle show events.
2266 </p> 2263 </p>
2264
2267 <dl> 2265 <dl>
2268 2266
2269 <dt><i>evt</i> (QShowEvent)</dt> 2267 <dt><i>evt</i> (QShowEvent)</dt>
2270 <dd> 2268 <dd>
2271 reference to the show event object 2269 reference to the show event object
2272 </dd> 2270 </dd>
2273 </dl> 2271 </dl>
2274 <a NAME="WebBrowserView.source" ID="WebBrowserView.source"></a> 2272 <a NAME="WebBrowserView.source" ID="WebBrowserView.source"></a>
2275 <h4>WebBrowserView.source</h4> 2273 <h4>WebBrowserView.source</h4>
2276 <b>source</b>(<i></i>) 2274 <b>source</b>(<i></i>)
2277
2278 <p> 2275 <p>
2279 Public method to return the URL of the loaded page. 2276 Public method to return the URL of the loaded page.
2280 </p> 2277 </p>
2278
2281 <dl> 2279 <dl>
2282 <dt>Return:</dt> 2280 <dt>Return:</dt>
2283 <dd> 2281 <dd>
2284 URL loaded in the help browser 2282 URL loaded in the help browser
2285 </dd> 2283 </dd>
2291 </dd> 2289 </dd>
2292 </dl> 2290 </dl>
2293 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a> 2291 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a>
2294 <h4>WebBrowserView.storeSessionData</h4> 2292 <h4>WebBrowserView.storeSessionData</h4>
2295 <b>storeSessionData</b>(<i>data</i>) 2293 <b>storeSessionData</b>(<i>data</i>)
2296
2297 <p> 2294 <p>
2298 Public method to store session data to be restored later on. 2295 Public method to store session data to be restored later on.
2299 </p> 2296 </p>
2297
2300 <dl> 2298 <dl>
2301 2299
2302 <dt><i>data</i> (dict)</dt> 2300 <dt><i>data</i> (dict)</dt>
2303 <dd> 2301 <dd>
2304 dictionary with session data to be restored 2302 dictionary with session data to be restored
2305 </dd> 2303 </dd>
2306 </dl> 2304 </dl>
2307 <a NAME="WebBrowserView.tabWidget" ID="WebBrowserView.tabWidget"></a> 2305 <a NAME="WebBrowserView.tabWidget" ID="WebBrowserView.tabWidget"></a>
2308 <h4>WebBrowserView.tabWidget</h4> 2306 <h4>WebBrowserView.tabWidget</h4>
2309 <b>tabWidget</b>(<i></i>) 2307 <b>tabWidget</b>(<i></i>)
2310
2311 <p> 2308 <p>
2312 Public method to get a reference to the tab widget containing this 2309 Public method to get a reference to the tab widget containing this
2313 view. 2310 view.
2314 </p> 2311 </p>
2312
2315 <dl> 2313 <dl>
2316 <dt>Return:</dt> 2314 <dt>Return:</dt>
2317 <dd> 2315 <dd>
2318 reference to the tab widget 2316 reference to the tab widget
2319 </dd> 2317 </dd>
2325 </dd> 2323 </dd>
2326 </dl> 2324 </dl>
2327 <a NAME="WebBrowserView.title" ID="WebBrowserView.title"></a> 2325 <a NAME="WebBrowserView.title" ID="WebBrowserView.title"></a>
2328 <h4>WebBrowserView.title</h4> 2326 <h4>WebBrowserView.title</h4>
2329 <b>title</b>(<i></i>) 2327 <b>title</b>(<i></i>)
2330
2331 <p> 2328 <p>
2332 Public method to get the view title. 2329 Public method to get the view title.
2333 </p> 2330 </p>
2331
2334 <dl> 2332 <dl>
2335 <dt>Return:</dt> 2333 <dt>Return:</dt>
2336 <dd> 2334 <dd>
2337 view title 2335 view title
2338 </dd> 2336 </dd>
2344 </dd> 2342 </dd>
2345 </dl> 2343 </dl>
2346 <a NAME="WebBrowserView.undo" ID="WebBrowserView.undo"></a> 2344 <a NAME="WebBrowserView.undo" ID="WebBrowserView.undo"></a>
2347 <h4>WebBrowserView.undo</h4> 2345 <h4>WebBrowserView.undo</h4>
2348 <b>undo</b>(<i></i>) 2346 <b>undo</b>(<i></i>)
2349
2350 <p> 2347 <p>
2351 Public slot to undo the last edit action. 2348 Public slot to undo the last edit action.
2352 </p> 2349 </p>
2350
2353 <a NAME="WebBrowserView.unselect" ID="WebBrowserView.unselect"></a> 2351 <a NAME="WebBrowserView.unselect" ID="WebBrowserView.unselect"></a>
2354 <h4>WebBrowserView.unselect</h4> 2352 <h4>WebBrowserView.unselect</h4>
2355 <b>unselect</b>(<i></i>) 2353 <b>unselect</b>(<i></i>)
2356
2357 <p> 2354 <p>
2358 Public slot to clear the current selection. 2355 Public slot to clear the current selection.
2359 </p> 2356 </p>
2357
2360 <a NAME="WebBrowserView.zoomIn" ID="WebBrowserView.zoomIn"></a> 2358 <a NAME="WebBrowserView.zoomIn" ID="WebBrowserView.zoomIn"></a>
2361 <h4>WebBrowserView.zoomIn</h4> 2359 <h4>WebBrowserView.zoomIn</h4>
2362 <b>zoomIn</b>(<i></i>) 2360 <b>zoomIn</b>(<i></i>)
2363
2364 <p> 2361 <p>
2365 Public slot to zoom into the page. 2362 Public slot to zoom into the page.
2366 </p> 2363 </p>
2364
2367 <a NAME="WebBrowserView.zoomOut" ID="WebBrowserView.zoomOut"></a> 2365 <a NAME="WebBrowserView.zoomOut" ID="WebBrowserView.zoomOut"></a>
2368 <h4>WebBrowserView.zoomOut</h4> 2366 <h4>WebBrowserView.zoomOut</h4>
2369 <b>zoomOut</b>(<i></i>) 2367 <b>zoomOut</b>(<i></i>)
2370
2371 <p> 2368 <p>
2372 Public slot to zoom out of the page. 2369 Public slot to zoom out of the page.
2373 </p> 2370 </p>
2371
2374 <a NAME="WebBrowserView.zoomReset" ID="WebBrowserView.zoomReset"></a> 2372 <a NAME="WebBrowserView.zoomReset" ID="WebBrowserView.zoomReset"></a>
2375 <h4>WebBrowserView.zoomReset</h4> 2373 <h4>WebBrowserView.zoomReset</h4>
2376 <b>zoomReset</b>(<i></i>) 2374 <b>zoomReset</b>(<i></i>)
2377
2378 <p> 2375 <p>
2379 Public method to reset the zoom factor. 2376 Public method to reset the zoom factor.
2380 </p> 2377 </p>
2378
2381 <a NAME="WebBrowserView.zoomValue" ID="WebBrowserView.zoomValue"></a> 2379 <a NAME="WebBrowserView.zoomValue" ID="WebBrowserView.zoomValue"></a>
2382 <h4>WebBrowserView.zoomValue</h4> 2380 <h4>WebBrowserView.zoomValue</h4>
2383 <b>zoomValue</b>(<i></i>) 2381 <b>zoomValue</b>(<i></i>)
2384
2385 <p> 2382 <p>
2386 Public method to get the current zoom value. 2383 Public method to get the current zoom value.
2387 </p> 2384 </p>
2385
2388 <dl> 2386 <dl>
2389 <dt>Return:</dt> 2387 <dt>Return:</dt>
2390 <dd> 2388 <dd>
2391 zoom value 2389 zoom value
2392 </dd> 2390 </dd>
2401 <hr /> 2399 <hr />
2402 <hr /> 2400 <hr />
2403 <a NAME="isCupsAvailable" ID="isCupsAvailable"></a> 2401 <a NAME="isCupsAvailable" ID="isCupsAvailable"></a>
2404 <h2>isCupsAvailable</h2> 2402 <h2>isCupsAvailable</h2>
2405 <b>isCupsAvailable</b>(<i></i>) 2403 <b>isCupsAvailable</b>(<i></i>)
2406
2407 <p> 2404 <p>
2408 Static method to test the availability of CUPS. 2405 Static method to test the availability of CUPS.
2409 </p> 2406 </p>
2407
2410 <dl> 2408 <dl>
2411 <dt>Return:</dt> 2409 <dt>Return:</dt>
2412 <dd> 2410 <dd>
2413 flag indicating the availability of CUPS 2411 flag indicating the availability of CUPS
2414 </dd> 2412 </dd>

eric ide

mercurial