eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
927 927
928 <p> 928 <p>
929 Private method to get the file name to save the page to. 929 Private method to get the file name to save the page to.
930 </p> 930 </p>
931 <dl> 931 <dl>
932 <dt>Returns:</dt> 932 <dt>Return:</dt>
933 <dd> 933 <dd>
934 tuple containing the file name to save to and the 934 tuple containing the file name to save to and the
935 save page format 935 save page format
936 </dd> 936 </dd>
937 </dl> 937 </dl>
982 <dd> 982 <dd>
983 URL to be checked (QUrl) 983 URL to be checked (QUrl)
984 </dd> 984 </dd>
985 </dl> 985 </dl>
986 <dl> 986 <dl>
987 <dt>Returns:</dt> 987 <dt>Return:</dt>
988 <dd> 988 <dd>
989 flag indicating a valid URL (boolean) 989 flag indicating a valid URL (boolean)
990 </dd> 990 </dd>
991 </dl> 991 </dl>
992 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a> 992 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a>
1002 <dd> 1002 <dd>
1003 zoom factor (integer) 1003 zoom factor (integer)
1004 </dd> 1004 </dd>
1005 </dl> 1005 </dl>
1006 <dl> 1006 <dl>
1007 <dt>Returns:</dt> 1007 <dt>Return:</dt>
1008 <dd> 1008 <dd>
1009 index of zoom factor (integer) 1009 index of zoom factor (integer)
1010 </dd> 1010 </dd>
1011 </dl> 1011 </dl>
1012 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a> 1012 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a>
1127 <a NAME="WebBrowserView.__quotaRequested" ID="WebBrowserView.__quotaRequested"></a> 1127 <a NAME="WebBrowserView.__quotaRequested" ID="WebBrowserView.__quotaRequested"></a>
1128 <h4>WebBrowserView.__quotaRequested</h4> 1128 <h4>WebBrowserView.__quotaRequested</h4>
1129 <b>__quotaRequested</b>(<i>quotaRequest</i>) 1129 <b>__quotaRequested</b>(<i>quotaRequest</i>)
1130 1130
1131 <p> 1131 <p>
1132 Private slot to handle quota requests of the web page. 1132 Private slot to handle quota requests of the web page.
1133 </p> 1133 </p>
1134 <dl> 1134 <dl>
1135 1135
1136 <dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt> 1136 <dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt>
1137 <dd> 1137 <dd>
1229 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> 1229 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a>
1230 <h4>WebBrowserView.__selectClientCertificate</h4> 1230 <h4>WebBrowserView.__selectClientCertificate</h4>
1231 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>) 1231 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>)
1232 1232
1233 <p> 1233 <p>
1234 Private slot to handle the client certificate selection request. 1234 Private slot to handle the client certificate selection request.
1235 </p> 1235 </p>
1236 <dl> 1236 <dl>
1237 1237
1238 <dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt> 1238 <dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt>
1239 <dd> 1239 <dd>
1240 list of client SSL certificates 1240 list of client SSL certificates
1241 found in system's client certificate store 1241 found in system's client certificate store
1242 </dd> 1242 </dd>
1243 </dl> 1243 </dl>
1244 <a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a> 1244 <a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a>
1245 <h4>WebBrowserView.__sendLink</h4> 1245 <h4>WebBrowserView.__sendLink</h4>
1246 <b>__sendLink</b>(<i>act</i>) 1246 <b>__sendLink</b>(<i>act</i>)
1462 1462
1463 <p> 1463 <p>
1464 Public method to check, if the loaded page contains feed links. 1464 Public method to check, if the loaded page contains feed links.
1465 </p> 1465 </p>
1466 <dl> 1466 <dl>
1467 <dt>Returns:</dt> 1467 <dt>Return:</dt>
1468 <dd> 1468 <dd>
1469 flag indicating the existence of feed links (boolean) 1469 flag indicating the existence of feed links (boolean)
1470 </dd> 1470 </dd>
1471 </dl> 1471 </dl>
1472 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a> 1472 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a>
1522 type of the requested window 1522 type of the requested window
1523 (QWebEnginePage.WebWindowType) 1523 (QWebEnginePage.WebWindowType)
1524 </dd> 1524 </dd>
1525 </dl> 1525 </dl>
1526 <dl> 1526 <dl>
1527 <dt>Returns:</dt> 1527 <dt>Return:</dt>
1528 <dd> 1528 <dd>
1529 reference to the created browser window (WebBrowserView) 1529 reference to the created browser window (WebBrowserView)
1530 </dd> 1530 </dd>
1531 </dl> 1531 </dl>
1532 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a> 1532 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a>
1542 1542
1543 <p> 1543 <p>
1544 Public method to return the title of the loaded page. 1544 Public method to return the title of the loaded page.
1545 </p> 1545 </p>
1546 <dl> 1546 <dl>
1547 <dt>Returns:</dt> 1547 <dt>Return:</dt>
1548 <dd> 1548 <dd>
1549 title (string) 1549 title (string)
1550 </dd> 1550 </dd>
1551 </dl> 1551 </dl>
1552 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a> 1552 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a>
1604 <dd> 1604 <dd>
1605 reference to the event (QEvent) 1605 reference to the event (QEvent)
1606 </dd> 1606 </dd>
1607 </dl> 1607 </dl>
1608 <dl> 1608 <dl>
1609 <dt>Returns:</dt> 1609 <dt>Return:</dt>
1610 <dd> 1610 <dd>
1611 flag indicating, if the event was handled (boolean) 1611 flag indicating, if the event was handled (boolean)
1612 </dd> 1612 </dd>
1613 </dl> 1613 </dl>
1614 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a> 1614 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a>
1628 <dd> 1628 <dd>
1629 reference to event to be processed 1629 reference to event to be processed
1630 </dd> 1630 </dd>
1631 </dl> 1631 </dl>
1632 <dl> 1632 <dl>
1633 <dt>Returns:</dt> 1633 <dt>Return:</dt>
1634 <dd> 1634 <dd>
1635 flag indicating that the event should be filtered out 1635 flag indicating that the event should be filtered out
1636 </dd> 1636 </dd>
1637 </dl> 1637 </dl>
1638 <dl> 1638 <dl>
1656 dictionary containing the session data as 1656 dictionary containing the session data as
1657 generated by getSessionData() 1657 generated by getSessionData()
1658 </dd> 1658 </dd>
1659 </dl> 1659 </dl>
1660 <dl> 1660 <dl>
1661 <dt>Returns:</dt> 1661 <dt>Return:</dt>
1662 <dd> 1662 <dd>
1663 tuple containing the title, URL and web icon 1663 tuple containing the title, URL and web icon
1664 </dd> 1664 </dd>
1665 </dl> 1665 </dl>
1666 <dl> 1666 <dl>
1708 1708
1709 <p> 1709 <p>
1710 Public method to get the preview pixmap. 1710 Public method to get the preview pixmap.
1711 </p> 1711 </p>
1712 <dl> 1712 <dl>
1713 <dt>Returns:</dt> 1713 <dt>Return:</dt>
1714 <dd> 1714 <dd>
1715 preview pixmap 1715 preview pixmap
1716 </dd> 1716 </dd>
1717 </dl> 1717 </dl>
1718 <dl> 1718 <dl>
1727 1727
1728 <p> 1728 <p>
1729 Public method to get the extracted RSS feeds. 1729 Public method to get the extracted RSS feeds.
1730 </p> 1730 </p>
1731 <dl> 1731 <dl>
1732 <dt>Returns:</dt> 1732 <dt>Return:</dt>
1733 <dd> 1733 <dd>
1734 list of RSS feeds (list of tuples of two strings) 1734 list of RSS feeds (list of tuples of two strings)
1735 </dd> 1735 </dd>
1736 </dl> 1736 </dl>
1737 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a> 1737 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a>
1740 1740
1741 <p> 1741 <p>
1742 Public method to get the safe browsing status of the current page. 1742 Public method to get the safe browsing status of the current page.
1743 </p> 1743 </p>
1744 <dl> 1744 <dl>
1745 <dt>Returns:</dt> 1745 <dt>Return:</dt>
1746 <dd> 1746 <dd>
1747 flag indicating a safe site 1747 flag indicating a safe site
1748 </dd> 1748 </dd>
1749 </dl> 1749 </dl>
1750 <dl> 1750 <dl>
1759 1759
1760 <p> 1760 <p>
1761 Public method to populate the session data. 1761 Public method to populate the session data.
1762 </p> 1762 </p>
1763 <dl> 1763 <dl>
1764 <dt>Returns:</dt> 1764 <dt>Return:</dt>
1765 <dd> 1765 <dd>
1766 dictionary containing the session data 1766 dictionary containing the session data
1767 </dd> 1767 </dd>
1768 </dl> 1768 </dl>
1769 <dl> 1769 <dl>
1778 1778
1779 <p> 1779 <p>
1780 Public method to check, if the loaded page has RSS links. 1780 Public method to check, if the loaded page has RSS links.
1781 </p> 1781 </p>
1782 <dl> 1782 <dl>
1783 <dt>Returns:</dt> 1783 <dt>Return:</dt>
1784 <dd> 1784 <dd>
1785 flag indicating the presence of RSS links (boolean) 1785 flag indicating the presence of RSS links (boolean)
1786 </dd> 1786 </dd>
1787 </dl> 1787 </dl>
1788 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a> 1788 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a>
1791 1791
1792 <p> 1792 <p>
1793 Public method to determine, if there is some text selected. 1793 Public method to determine, if there is some text selected.
1794 </p> 1794 </p>
1795 <dl> 1795 <dl>
1796 <dt>Returns:</dt> 1796 <dt>Return:</dt>
1797 <dd> 1797 <dd>
1798 flag indicating text has been selected (boolean) 1798 flag indicating text has been selected (boolean)
1799 </dd> 1799 </dd>
1800 </dl> 1800 </dl>
1801 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a> 1801 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a>
1811 1811
1812 <p> 1812 <p>
1813 Public method to get the web site icon. 1813 Public method to get the web site icon.
1814 </p> 1814 </p>
1815 <dl> 1815 <dl>
1816 <dt>Returns:</dt> 1816 <dt>Return:</dt>
1817 <dd> 1817 <dd>
1818 web site icon 1818 web site icon
1819 </dd> 1819 </dd>
1820 </dl> 1820 </dl>
1821 <dl> 1821 <dl>
1830 1830
1831 <p> 1831 <p>
1832 Public method to get a reference to the render widget. 1832 Public method to get a reference to the render widget.
1833 </p> 1833 </p>
1834 <dl> 1834 <dl>
1835 <dt>Returns:</dt> 1835 <dt>Return:</dt>
1836 <dd> 1836 <dd>
1837 reference to the render widget 1837 reference to the render widget
1838 </dd> 1838 </dd>
1839 </dl> 1839 </dl>
1840 <dl> 1840 <dl>
1849 1849
1850 <p> 1850 <p>
1851 Public method to determine, if a backwards move in history is possible. 1851 Public method to determine, if a backwards move in history is possible.
1852 </p> 1852 </p>
1853 <dl> 1853 <dl>
1854 <dt>Returns:</dt> 1854 <dt>Return:</dt>
1855 <dd> 1855 <dd>
1856 flag indicating move backwards is possible (boolean) 1856 flag indicating move backwards is possible (boolean)
1857 </dd> 1857 </dd>
1858 </dl> 1858 </dl>
1859 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a> 1859 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a>
1862 1862
1863 <p> 1863 <p>
1864 Public method to determine, if a forward move in history is possible. 1864 Public method to determine, if a forward move in history is possible.
1865 </p> 1865 </p>
1866 <dl> 1866 <dl>
1867 <dt>Returns:</dt> 1867 <dt>Return:</dt>
1868 <dd> 1868 <dd>
1869 flag indicating move forward is possible (boolean) 1869 flag indicating move forward is possible (boolean)
1870 </dd> 1870 </dd>
1871 </dl> 1871 </dl>
1872 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a> 1872 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a>
1875 1875
1876 <p> 1876 <p>
1877 Public method to check, if full screen mode is active. 1877 Public method to check, if full screen mode is active.
1878 </p> 1878 </p>
1879 <dl> 1879 <dl>
1880 <dt>Returns:</dt> 1880 <dt>Return:</dt>
1881 <dd> 1881 <dd>
1882 flag indicating full screen mode 1882 flag indicating full screen mode
1883 </dd> 1883 </dd>
1884 </dl> 1884 </dl>
1885 <dl> 1885 <dl>
1894 1894
1895 <p> 1895 <p>
1896 Public method to get the loading state. 1896 Public method to get the loading state.
1897 </p> 1897 </p>
1898 <dl> 1898 <dl>
1899 <dt>Returns:</dt> 1899 <dt>Return:</dt>
1900 <dd> 1900 <dd>
1901 flag indicating the loading state (boolean) 1901 flag indicating the loading state (boolean)
1902 </dd> 1902 </dd>
1903 </dl> 1903 </dl>
1904 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a> 1904 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a>
1936 1936
1937 <p> 1937 <p>
1938 Public method to get a reference to the main window. 1938 Public method to get a reference to the main window.
1939 </p> 1939 </p>
1940 <dl> 1940 <dl>
1941 <dt>Returns:</dt> 1941 <dt>Return:</dt>
1942 <dd> 1942 <dd>
1943 reference to the main window 1943 reference to the main window
1944 </dd> 1944 </dd>
1945 </dl> 1945 </dl>
1946 <dl> 1946 <dl>
1962 <dd> 1962 <dd>
1963 position to be mapped 1963 position to be mapped
1964 </dd> 1964 </dd>
1965 </dl> 1965 </dl>
1966 <dl> 1966 <dl>
1967 <dt>Returns:</dt> 1967 <dt>Return:</dt>
1968 <dd> 1968 <dd>
1969 viewport position 1969 viewport position
1970 </dd> 1970 </dd>
1971 </dl> 1971 </dl>
1972 <dl> 1972 <dl>
1995 1995
1996 <p> 1996 <p>
1997 Public method to get the load progress. 1997 Public method to get the load progress.
1998 </p> 1998 </p>
1999 <dl> 1999 <dl>
2000 <dt>Returns:</dt> 2000 <dt>Return:</dt>
2001 <dd> 2001 <dd>
2002 load progress (integer) 2002 load progress (integer)
2003 </dd> 2003 </dd>
2004 </dl> 2004 </dl>
2005 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a> 2005 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a>
2080 2080
2081 <dt><i>value</i></dt> 2081 <dt><i>value</i></dt>
2082 <dd> 2082 <dd>
2083 zoom value (integer) 2083 zoom value (integer)
2084 </dd> 2084 </dd>
2085 <dt><i>saveValue=</i> (bool)</dt> 2085 <dt><i>saveValue</i> (bool)</dt>
2086 <dd> 2086 <dd>
2087 flag indicating to save the zoom value with the 2087 flag indicating to save the zoom value with the
2088 zoom manager 2088 zoom manager
2089 </dd> 2089 </dd>
2090 </dl> 2090 </dl>
2108 2108
2109 <p> 2109 <p>
2110 Public method to return the URL of the loaded page. 2110 Public method to return the URL of the loaded page.
2111 </p> 2111 </p>
2112 <dl> 2112 <dl>
2113 <dt>Returns:</dt> 2113 <dt>Return:</dt>
2114 <dd> 2114 <dd>
2115 URL loaded in the help browser (QUrl) 2115 URL loaded in the help browser (QUrl)
2116 </dd> 2116 </dd>
2117 </dl> 2117 </dl>
2118 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a> 2118 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a>
2136 <p> 2136 <p>
2137 Public method to get a reference to the tab widget containing this 2137 Public method to get a reference to the tab widget containing this
2138 view. 2138 view.
2139 </p> 2139 </p>
2140 <dl> 2140 <dl>
2141 <dt>Returns:</dt> 2141 <dt>Return:</dt>
2142 <dd> 2142 <dd>
2143 reference to the tab widget 2143 reference to the tab widget
2144 </dd> 2144 </dd>
2145 </dl> 2145 </dl>
2146 <dl> 2146 <dl>
2155 2155
2156 <p> 2156 <p>
2157 Public method to get the view title. 2157 Public method to get the view title.
2158 </p> 2158 </p>
2159 <dl> 2159 <dl>
2160 <dt>Returns:</dt> 2160 <dt>Return:</dt>
2161 <dd> 2161 <dd>
2162 view title 2162 view title
2163 </dd> 2163 </dd>
2164 </dl> 2164 </dl>
2165 <dl> 2165 <dl>
2209 2209
2210 <p> 2210 <p>
2211 Public method to get the current zoom value. 2211 Public method to get the current zoom value.
2212 </p> 2212 </p>
2213 <dl> 2213 <dl>
2214 <dt>Returns:</dt> 2214 <dt>Return:</dt>
2215 <dd> 2215 <dd>
2216 zoom value (integer) 2216 zoom value (integer)
2217 </dd> 2217 </dd>
2218 </dl> 2218 </dl>
2219 <div align="right"><a href="#top">Up</a></div> 2219 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial