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

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
631 <p> 631 <p>
632 Constructor 632 Constructor
633 </p> 633 </p>
634 <dl> 634 <dl>
635 635
636 <dt><i>mainWindow</i></dt> 636 <dt><i>mainWindow</i> (WebBrowserWindow)</dt>
637 <dd> 637 <dd>
638 reference to the main window (WebBrowserWindow) 638 reference to the main window
639 </dd> 639 </dd>
640 <dt><i>parent</i></dt> 640 <dt><i>parent</i> (QWidget)</dt>
641 <dd> 641 <dd>
642 parent widget of this window (QWidget) 642 parent widget of this window
643 </dd> 643 </dd>
644 <dt><i>name</i></dt> 644 <dt><i>name</i> (str)</dt>
645 <dd> 645 <dd>
646 name of this window (string) 646 name of this window
647 </dd> 647 </dd>
648 </dl> 648 </dl>
649 <a NAME="WebBrowserView.__addBookmarkCallback" ID="WebBrowserView.__addBookmarkCallback"></a> 649 <a NAME="WebBrowserView.__addBookmarkCallback" ID="WebBrowserView.__addBookmarkCallback"></a>
650 <h4>WebBrowserView.__addBookmarkCallback</h4> 650 <h4>WebBrowserView.__addBookmarkCallback</h4>
651 <b>__addBookmarkCallback</b>(<i>res</i>) 651 <b>__addBookmarkCallback</b>(<i>res</i>)
1004 <p> 1004 <p>
1005 Private method to check a URL for validity. 1005 Private method to check a URL for validity.
1006 </p> 1006 </p>
1007 <dl> 1007 <dl>
1008 1008
1009 <dt><i>url</i></dt> 1009 <dt><i>url</i> (QUrl)</dt>
1010 <dd> 1010 <dd>
1011 URL to be checked (QUrl) 1011 URL to be checked
1012 </dd> 1012 </dd>
1013 </dl> 1013 </dl>
1014 <dl> 1014 <dl>
1015 <dt>Return:</dt> 1015 <dt>Return:</dt>
1016 <dd> 1016 <dd>
1017 flag indicating a valid URL (boolean) 1017 flag indicating a valid URL
1018 </dd>
1019 </dl>
1020 <dl>
1021 <dt>Return Type:</dt>
1022 <dd>
1023 bool
1018 </dd> 1024 </dd>
1019 </dl> 1025 </dl>
1020 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a> 1026 <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a>
1021 <h4>WebBrowserView.__levelForZoom</h4> 1027 <h4>WebBrowserView.__levelForZoom</h4>
1022 <b>__levelForZoom</b>(<i>zoom</i>) 1028 <b>__levelForZoom</b>(<i>zoom</i>)
1024 <p> 1030 <p>
1025 Private method determining the zoom level index given a zoom factor. 1031 Private method determining the zoom level index given a zoom factor.
1026 </p> 1032 </p>
1027 <dl> 1033 <dl>
1028 1034
1029 <dt><i>zoom</i></dt> 1035 <dt><i>zoom</i> (int)</dt>
1030 <dd> 1036 <dd>
1031 zoom factor (integer) 1037 zoom factor
1032 </dd> 1038 </dd>
1033 </dl> 1039 </dl>
1034 <dl> 1040 <dl>
1035 <dt>Return:</dt> 1041 <dt>Return:</dt>
1036 <dd> 1042 <dd>
1037 index of zoom factor (integer) 1043 index of zoom factor
1044 </dd>
1045 </dl>
1046 <dl>
1047 <dt>Return Type:</dt>
1048 <dd>
1049 int
1038 </dd> 1050 </dd>
1039 </dl> 1051 </dl>
1040 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a> 1052 <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a>
1041 <h4>WebBrowserView.__linkHovered</h4> 1053 <h4>WebBrowserView.__linkHovered</h4>
1042 <b>__linkHovered</b>(<i>link</i>) 1054 <b>__linkHovered</b>(<i>link</i>)
1044 <p> 1056 <p>
1045 Private slot to handle the linkHovered signal. 1057 Private slot to handle the linkHovered signal.
1046 </p> 1058 </p>
1047 <dl> 1059 <dl>
1048 1060
1049 <dt><i>link</i></dt> 1061 <dt><i>link</i> (str)</dt>
1050 <dd> 1062 <dd>
1051 the URL of the link (string) 1063 the URL of the link
1052 </dd> 1064 </dd>
1053 </dl> 1065 </dl>
1054 <a NAME="WebBrowserView.__loadFinished" ID="WebBrowserView.__loadFinished"></a> 1066 <a NAME="WebBrowserView.__loadFinished" ID="WebBrowserView.__loadFinished"></a>
1055 <h4>WebBrowserView.__loadFinished</h4> 1067 <h4>WebBrowserView.__loadFinished</h4>
1056 <b>__loadFinished</b>(<i>ok</i>) 1068 <b>__loadFinished</b>(<i>ok</i>)
1058 <p> 1070 <p>
1059 Private method to handle the loadFinished signal. 1071 Private method to handle the loadFinished signal.
1060 </p> 1072 </p>
1061 <dl> 1073 <dl>
1062 1074
1063 <dt><i>ok</i></dt> 1075 <dt><i>ok</i> (bool)</dt>
1064 <dd> 1076 <dd>
1065 flag indicating the result (boolean) 1077 flag indicating the result
1066 </dd> 1078 </dd>
1067 </dl> 1079 </dl>
1068 <a NAME="WebBrowserView.__loadProgress" ID="WebBrowserView.__loadProgress"></a> 1080 <a NAME="WebBrowserView.__loadProgress" ID="WebBrowserView.__loadProgress"></a>
1069 <h4>WebBrowserView.__loadProgress</h4> 1081 <h4>WebBrowserView.__loadProgress</h4>
1070 <b>__loadProgress</b>(<i>progress</i>) 1082 <b>__loadProgress</b>(<i>progress</i>)
1072 <p> 1084 <p>
1073 Private method to handle the loadProgress signal. 1085 Private method to handle the loadProgress signal.
1074 </p> 1086 </p>
1075 <dl> 1087 <dl>
1076 1088
1077 <dt><i>progress</i></dt> 1089 <dt><i>progress</i> (int)</dt>
1078 <dd> 1090 <dd>
1079 progress value (integer) 1091 progress value
1080 </dd> 1092 </dd>
1081 </dl> 1093 </dl>
1082 <a NAME="WebBrowserView.__loadStarted" ID="WebBrowserView.__loadStarted"></a> 1094 <a NAME="WebBrowserView.__loadStarted" ID="WebBrowserView.__loadStarted"></a>
1083 <h4>WebBrowserView.__loadStarted</h4> 1095 <h4>WebBrowserView.__loadStarted</h4>
1084 <b>__loadStarted</b>(<i></i>) 1096 <b>__loadStarted</b>(<i></i>)
1286 <p> 1298 <p>
1287 Private slot to search for some text with a selected search engine. 1299 Private slot to search for some text with a selected search engine.
1288 </p> 1300 </p>
1289 <dl> 1301 <dl>
1290 1302
1291 <dt><i>act</i></dt> 1303 <dt><i>act</i> (QAction)</dt>
1292 <dd> 1304 <dd>
1293 reference to the action that triggered this slot (QAction) 1305 reference to the action that triggered this slot
1294 </dd> 1306 </dd>
1295 </dl> 1307 </dl>
1296 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> 1308 <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a>
1297 <h4>WebBrowserView.__selectClientCertificate</h4> 1309 <h4>WebBrowserView.__selectClientCertificate</h4>
1298 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>) 1310 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>)
1398 <p> 1410 <p>
1399 Private slot to handle the urlChanged signal. 1411 Private slot to handle the urlChanged signal.
1400 </p> 1412 </p>
1401 <dl> 1413 <dl>
1402 1414
1403 <dt><i>url</i></dt> 1415 <dt><i>url</i> (QUrl)</dt>
1404 <dd> 1416 <dd>
1405 the new url (QUrl) 1417 the new url
1406 </dd> 1418 </dd>
1407 </dl> 1419 </dl>
1408 <a NAME="WebBrowserView.__virusTotal" ID="WebBrowserView.__virusTotal"></a> 1420 <a NAME="WebBrowserView.__virusTotal" ID="WebBrowserView.__virusTotal"></a>
1409 <h4>WebBrowserView.__virusTotal</h4> 1421 <h4>WebBrowserView.__virusTotal</h4>
1410 <b>__virusTotal</b>(<i>act</i>) 1422 <b>__virusTotal</b>(<i>act</i>)
1447 <p> 1459 <p>
1448 Protected method called by a key press. 1460 Protected method called by a key press.
1449 </p> 1461 </p>
1450 <dl> 1462 <dl>
1451 1463
1452 <dt><i>evt</i></dt> 1464 <dt><i>evt</i> (QKeyEvent)</dt>
1453 <dd> 1465 <dd>
1454 reference to the key event (QKeyEvent) 1466 reference to the key event
1455 </dd> 1467 </dd>
1456 </dl> 1468 </dl>
1457 <a NAME="WebBrowserView._keyReleaseEvent" ID="WebBrowserView._keyReleaseEvent"></a> 1469 <a NAME="WebBrowserView._keyReleaseEvent" ID="WebBrowserView._keyReleaseEvent"></a>
1458 <h4>WebBrowserView._keyReleaseEvent</h4> 1470 <h4>WebBrowserView._keyReleaseEvent</h4>
1459 <b>_keyReleaseEvent</b>(<i>evt</i>) 1471 <b>_keyReleaseEvent</b>(<i>evt</i>)
1461 <p> 1473 <p>
1462 Protected method called by a key release. 1474 Protected method called by a key release.
1463 </p> 1475 </p>
1464 <dl> 1476 <dl>
1465 1477
1466 <dt><i>evt</i></dt> 1478 <dt><i>evt</i> (QKeyEvent)</dt>
1467 <dd> 1479 <dd>
1468 reference to the key event (QKeyEvent) 1480 reference to the key event
1469 </dd> 1481 </dd>
1470 </dl> 1482 </dl>
1471 <a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a> 1483 <a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a>
1472 <h4>WebBrowserView._mouseMoveEvent</h4> 1484 <h4>WebBrowserView._mouseMoveEvent</h4>
1473 <b>_mouseMoveEvent</b>(<i>evt</i>) 1485 <b>_mouseMoveEvent</b>(<i>evt</i>)
1475 <p> 1487 <p>
1476 Protected method to handle mouse move events. 1488 Protected method to handle mouse move events.
1477 </p> 1489 </p>
1478 <dl> 1490 <dl>
1479 1491
1480 <dt><i>evt</i></dt> 1492 <dt><i>evt</i> (QMouseEvent)</dt>
1481 <dd> 1493 <dd>
1482 reference to the mouse event (QMouseEvent) 1494 reference to the mouse event
1483 </dd> 1495 </dd>
1484 </dl> 1496 </dl>
1485 <a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a> 1497 <a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a>
1486 <h4>WebBrowserView._mousePressEvent</h4> 1498 <h4>WebBrowserView._mousePressEvent</h4>
1487 <b>_mousePressEvent</b>(<i>evt</i>) 1499 <b>_mousePressEvent</b>(<i>evt</i>)
1489 <p> 1501 <p>
1490 Protected method called by a mouse press event. 1502 Protected method called by a mouse press event.
1491 </p> 1503 </p>
1492 <dl> 1504 <dl>
1493 1505
1494 <dt><i>evt</i></dt> 1506 <dt><i>evt</i> (QMouseEvent)</dt>
1495 <dd> 1507 <dd>
1496 reference to the mouse event (QMouseEvent) 1508 reference to the mouse event
1497 </dd> 1509 </dd>
1498 </dl> 1510 </dl>
1499 <a NAME="WebBrowserView._mouseReleaseEvent" ID="WebBrowserView._mouseReleaseEvent"></a> 1511 <a NAME="WebBrowserView._mouseReleaseEvent" ID="WebBrowserView._mouseReleaseEvent"></a>
1500 <h4>WebBrowserView._mouseReleaseEvent</h4> 1512 <h4>WebBrowserView._mouseReleaseEvent</h4>
1501 <b>_mouseReleaseEvent</b>(<i>evt</i>) 1513 <b>_mouseReleaseEvent</b>(<i>evt</i>)
1503 <p> 1515 <p>
1504 Protected method called by a mouse release event. 1516 Protected method called by a mouse release event.
1505 </p> 1517 </p>
1506 <dl> 1518 <dl>
1507 1519
1508 <dt><i>evt</i></dt> 1520 <dt><i>evt</i> (QMouseEvent)</dt>
1509 <dd> 1521 <dd>
1510 reference to the mouse event (QMouseEvent) 1522 reference to the mouse event
1511 </dd> 1523 </dd>
1512 </dl> 1524 </dl>
1513 <a NAME="WebBrowserView._wheelEvent" ID="WebBrowserView._wheelEvent"></a> 1525 <a NAME="WebBrowserView._wheelEvent" ID="WebBrowserView._wheelEvent"></a>
1514 <h4>WebBrowserView._wheelEvent</h4> 1526 <h4>WebBrowserView._wheelEvent</h4>
1515 <b>_wheelEvent</b>(<i>evt</i>) 1527 <b>_wheelEvent</b>(<i>evt</i>)
1517 <p> 1529 <p>
1518 Protected method to handle wheel events. 1530 Protected method to handle wheel events.
1519 </p> 1531 </p>
1520 <dl> 1532 <dl>
1521 1533
1522 <dt><i>evt</i></dt> 1534 <dt><i>evt</i> (QWheelEvent)</dt>
1523 <dd> 1535 <dd>
1524 reference to the wheel event (QWheelEvent) 1536 reference to the wheel event
1525 </dd> 1537 </dd>
1526 </dl> 1538 </dl>
1527 <a NAME="WebBrowserView.activateSession" ID="WebBrowserView.activateSession"></a> 1539 <a NAME="WebBrowserView.activateSession" ID="WebBrowserView.activateSession"></a>
1528 <h4>WebBrowserView.activateSession</h4> 1540 <h4>WebBrowserView.activateSession</h4>
1529 <b>activateSession</b>(<i></i>) 1541 <b>activateSession</b>(<i></i>)
1553 Public method to check, if the loaded page contains feed links. 1565 Public method to check, if the loaded page contains feed links.
1554 </p> 1566 </p>
1555 <dl> 1567 <dl>
1556 <dt>Return:</dt> 1568 <dt>Return:</dt>
1557 <dd> 1569 <dd>
1558 flag indicating the existence of feed links (boolean) 1570 flag indicating the existence of feed links
1571 </dd>
1572 </dl>
1573 <dl>
1574 <dt>Return Type:</dt>
1575 <dd>
1576 bool
1559 </dd> 1577 </dd>
1560 </dl> 1578 </dl>
1561 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a> 1579 <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a>
1562 <h4>WebBrowserView.clearHistory</h4> 1580 <h4>WebBrowserView.clearHistory</h4>
1563 <b>clearHistory</b>(<i></i>) 1581 <b>clearHistory</b>(<i></i>)
1586 <p> 1604 <p>
1587 Public method called, when a new window should be created. 1605 Public method called, when a new window should be created.
1588 </p> 1606 </p>
1589 <dl> 1607 <dl>
1590 1608
1591 <dt><i>windowType</i></dt> 1609 <dt><i>windowType</i> (QWebEnginePage.WebWindowType)</dt>
1592 <dd> 1610 <dd>
1593 type of the requested window 1611 type of the requested window
1594 (QWebEnginePage.WebWindowType) 1612 </dd>
1595 </dd> 1613 </dl>
1596 </dl> 1614 <dl>
1597 <dl> 1615 <dt>Return:</dt>
1598 <dt>Return:</dt> 1616 <dd>
1599 <dd> 1617 reference to the created browser window
1600 reference to the created browser window (WebBrowserView) 1618 </dd>
1619 </dl>
1620 <dl>
1621 <dt>Return Type:</dt>
1622 <dd>
1623 WebBrowserView
1601 </dd> 1624 </dd>
1602 </dl> 1625 </dl>
1603 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a> 1626 <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a>
1604 <h4>WebBrowserView.cut</h4> 1627 <h4>WebBrowserView.cut</h4>
1605 <b>cut</b>(<i></i>) 1628 <b>cut</b>(<i></i>)
1615 Public method to return the title of the loaded page. 1638 Public method to return the title of the loaded page.
1616 </p> 1639 </p>
1617 <dl> 1640 <dl>
1618 <dt>Return:</dt> 1641 <dt>Return:</dt>
1619 <dd> 1642 <dd>
1620 title (string) 1643 title
1644 </dd>
1645 </dl>
1646 <dl>
1647 <dt>Return Type:</dt>
1648 <dd>
1649 str
1621 </dd> 1650 </dd>
1622 </dl> 1651 </dl>
1623 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a> 1652 <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a>
1624 <h4>WebBrowserView.dragEnterEvent</h4> 1653 <h4>WebBrowserView.dragEnterEvent</h4>
1625 <b>dragEnterEvent</b>(<i>evt</i>) 1654 <b>dragEnterEvent</b>(<i>evt</i>)
1627 <p> 1656 <p>
1628 Protected method called by a drag enter event. 1657 Protected method called by a drag enter event.
1629 </p> 1658 </p>
1630 <dl> 1659 <dl>
1631 1660
1632 <dt><i>evt</i></dt> 1661 <dt><i>evt</i> (QDragEnterEvent)</dt>
1633 <dd> 1662 <dd>
1634 reference to the drag enter event (QDragEnterEvent) 1663 reference to the drag enter event
1635 </dd> 1664 </dd>
1636 </dl> 1665 </dl>
1637 <a NAME="WebBrowserView.dragMoveEvent" ID="WebBrowserView.dragMoveEvent"></a> 1666 <a NAME="WebBrowserView.dragMoveEvent" ID="WebBrowserView.dragMoveEvent"></a>
1638 <h4>WebBrowserView.dragMoveEvent</h4> 1667 <h4>WebBrowserView.dragMoveEvent</h4>
1639 <b>dragMoveEvent</b>(<i>evt</i>) 1668 <b>dragMoveEvent</b>(<i>evt</i>)
1641 <p> 1670 <p>
1642 Protected method called by a drag move event. 1671 Protected method called by a drag move event.
1643 </p> 1672 </p>
1644 <dl> 1673 <dl>
1645 1674
1646 <dt><i>evt</i></dt> 1675 <dt><i>evt</i> (QDragMoveEvent)</dt>
1647 <dd> 1676 <dd>
1648 reference to the drag move event (QDragMoveEvent) 1677 reference to the drag move event
1649 </dd> 1678 </dd>
1650 </dl> 1679 </dl>
1651 <a NAME="WebBrowserView.dropEvent" ID="WebBrowserView.dropEvent"></a> 1680 <a NAME="WebBrowserView.dropEvent" ID="WebBrowserView.dropEvent"></a>
1652 <h4>WebBrowserView.dropEvent</h4> 1681 <h4>WebBrowserView.dropEvent</h4>
1653 <b>dropEvent</b>(<i>evt</i>) 1682 <b>dropEvent</b>(<i>evt</i>)
1655 <p> 1684 <p>
1656 Protected method called by a drop event. 1685 Protected method called by a drop event.
1657 </p> 1686 </p>
1658 <dl> 1687 <dl>
1659 1688
1660 <dt><i>evt</i></dt> 1689 <dt><i>evt</i> (QDropEvent)</dt>
1661 <dd> 1690 <dd>
1662 reference to the drop event (QDropEvent) 1691 reference to the drop event
1663 </dd> 1692 </dd>
1664 </dl> 1693 </dl>
1665 <a NAME="WebBrowserView.event" ID="WebBrowserView.event"></a> 1694 <a NAME="WebBrowserView.event" ID="WebBrowserView.event"></a>
1666 <h4>WebBrowserView.event</h4> 1695 <h4>WebBrowserView.event</h4>
1667 <b>event</b>(<i>evt</i>) 1696 <b>event</b>(<i>evt</i>)
1669 <p> 1698 <p>
1670 Public method handling events. 1699 Public method handling events.
1671 </p> 1700 </p>
1672 <dl> 1701 <dl>
1673 1702
1674 <dt><i>evt</i></dt> 1703 <dt><i>evt</i> (QEvent)</dt>
1675 <dd> 1704 <dd>
1676 reference to the event (QEvent) 1705 reference to the event
1677 </dd> 1706 </dd>
1678 </dl> 1707 </dl>
1679 <dl> 1708 <dl>
1680 <dt>Return:</dt> 1709 <dt>Return:</dt>
1681 <dd> 1710 <dd>
1682 flag indicating, if the event was handled (boolean) 1711 flag indicating, if the event was handled
1712 </dd>
1713 </dl>
1714 <dl>
1715 <dt>Return Type:</dt>
1716 <dd>
1717 bool
1683 </dd> 1718 </dd>
1684 </dl> 1719 </dl>
1685 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a> 1720 <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a>
1686 <h4>WebBrowserView.eventFilter</h4> 1721 <h4>WebBrowserView.eventFilter</h4>
1687 <b>eventFilter</b>(<i>obj, evt</i>) 1722 <b>eventFilter</b>(<i>obj, evt</i>)
1747 <p> 1782 <p>
1748 Public slot to find the next occurrence of a text. 1783 Public slot to find the next occurrence of a text.
1749 </p> 1784 </p>
1750 <dl> 1785 <dl>
1751 1786
1752 <dt><i>txt</i></dt> 1787 <dt><i>txt</i> (str)</dt>
1753 <dd> 1788 <dd>
1754 text to search for (string) 1789 text to search for
1755 </dd> 1790 </dd>
1756 <dt><i>case</i></dt> 1791 <dt><i>case</i> (bool)</dt>
1757 <dd> 1792 <dd>
1758 flag indicating a case sensitive search (boolean) 1793 flag indicating a case sensitive search
1759 </dd> 1794 </dd>
1760 <dt><i>backwards</i></dt> 1795 <dt><i>backwards</i> (bool)</dt>
1761 <dd> 1796 <dd>
1762 flag indicating a backwards search (boolean) 1797 flag indicating a backwards search
1763 </dd> 1798 </dd>
1764 <dt><i>callback</i> (function(bool) or None)</dt> 1799 <dt><i>callback</i> (function(bool) or None)</dt>
1765 <dd> 1800 <dd>
1766 reference to a function with a bool parameter 1801 reference to a function with a bool parameter
1767 </dd> 1802 </dd>
1800 Public method to get the extracted RSS feeds. 1835 Public method to get the extracted RSS feeds.
1801 </p> 1836 </p>
1802 <dl> 1837 <dl>
1803 <dt>Return:</dt> 1838 <dt>Return:</dt>
1804 <dd> 1839 <dd>
1805 list of RSS feeds (list of tuples of two strings) 1840 list of RSS feeds
1841 </dd>
1842 </dl>
1843 <dl>
1844 <dt>Return Type:</dt>
1845 <dd>
1846 list of [(str, str)]
1806 </dd> 1847 </dd>
1807 </dl> 1848 </dl>
1808 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a> 1849 <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a>
1809 <h4>WebBrowserView.getSafeBrowsingStatus</h4> 1850 <h4>WebBrowserView.getSafeBrowsingStatus</h4>
1810 <b>getSafeBrowsingStatus</b>(<i></i>) 1851 <b>getSafeBrowsingStatus</b>(<i></i>)
1851 Public method to check, if the loaded page has RSS links. 1892 Public method to check, if the loaded page has RSS links.
1852 </p> 1893 </p>
1853 <dl> 1894 <dl>
1854 <dt>Return:</dt> 1895 <dt>Return:</dt>
1855 <dd> 1896 <dd>
1856 flag indicating the presence of RSS links (boolean) 1897 flag indicating the presence of RSS links
1898 </dd>
1899 </dl>
1900 <dl>
1901 <dt>Return Type:</dt>
1902 <dd>
1903 bool
1857 </dd> 1904 </dd>
1858 </dl> 1905 </dl>
1859 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a> 1906 <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a>
1860 <h4>WebBrowserView.hasSelection</h4> 1907 <h4>WebBrowserView.hasSelection</h4>
1861 <b>hasSelection</b>(<i></i>) 1908 <b>hasSelection</b>(<i></i>)
1864 Public method to determine, if there is some text selected. 1911 Public method to determine, if there is some text selected.
1865 </p> 1912 </p>
1866 <dl> 1913 <dl>
1867 <dt>Return:</dt> 1914 <dt>Return:</dt>
1868 <dd> 1915 <dd>
1869 flag indicating text has been selected (boolean) 1916 flag indicating text has been selected
1917 </dd>
1918 </dl>
1919 <dl>
1920 <dt>Return Type:</dt>
1921 <dd>
1922 bool
1870 </dd> 1923 </dd>
1871 </dl> 1924 </dl>
1872 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a> 1925 <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a>
1873 <h4>WebBrowserView.home</h4> 1926 <h4>WebBrowserView.home</h4>
1874 <b>home</b>(<i></i>) 1927 <b>home</b>(<i></i>)
1922 Public method to determine, if a backwards move in history is possible. 1975 Public method to determine, if a backwards move in history is possible.
1923 </p> 1976 </p>
1924 <dl> 1977 <dl>
1925 <dt>Return:</dt> 1978 <dt>Return:</dt>
1926 <dd> 1979 <dd>
1927 flag indicating move backwards is possible (boolean) 1980 flag indicating move backwards is possible
1981 </dd>
1982 </dl>
1983 <dl>
1984 <dt>Return Type:</dt>
1985 <dd>
1986 bool
1928 </dd> 1987 </dd>
1929 </dl> 1988 </dl>
1930 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a> 1989 <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a>
1931 <h4>WebBrowserView.isForwardAvailable</h4> 1990 <h4>WebBrowserView.isForwardAvailable</h4>
1932 <b>isForwardAvailable</b>(<i></i>) 1991 <b>isForwardAvailable</b>(<i></i>)
1935 Public method to determine, if a forward move in history is possible. 1994 Public method to determine, if a forward move in history is possible.
1936 </p> 1995 </p>
1937 <dl> 1996 <dl>
1938 <dt>Return:</dt> 1997 <dt>Return:</dt>
1939 <dd> 1998 <dd>
1940 flag indicating move forward is possible (boolean) 1999 flag indicating move forward is possible
2000 </dd>
2001 </dl>
2002 <dl>
2003 <dt>Return Type:</dt>
2004 <dd>
2005 bool
1941 </dd> 2006 </dd>
1942 </dl> 2007 </dl>
1943 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a> 2008 <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a>
1944 <h4>WebBrowserView.isFullScreen</h4> 2009 <h4>WebBrowserView.isFullScreen</h4>
1945 <b>isFullScreen</b>(<i></i>) 2010 <b>isFullScreen</b>(<i></i>)
1967 Public method to get the loading state. 2032 Public method to get the loading state.
1968 </p> 2033 </p>
1969 <dl> 2034 <dl>
1970 <dt>Return:</dt> 2035 <dt>Return:</dt>
1971 <dd> 2036 <dd>
1972 flag indicating the loading state (boolean) 2037 flag indicating the loading state
2038 </dd>
2039 </dl>
2040 <dl>
2041 <dt>Return Type:</dt>
2042 <dd>
2043 bool
1973 </dd> 2044 </dd>
1974 </dl> 2045 </dl>
1975 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a> 2046 <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a>
1976 <h4>WebBrowserView.load</h4> 2047 <h4>WebBrowserView.load</h4>
1977 <b>load</b>(<i>url</i>) 2048 <b>load</b>(<i>url</i>)
2089 Public method to get the load progress. 2160 Public method to get the load progress.
2090 </p> 2161 </p>
2091 <dl> 2162 <dl>
2092 <dt>Return:</dt> 2163 <dt>Return:</dt>
2093 <dd> 2164 <dd>
2094 load progress (integer) 2165 load progress
2166 </dd>
2167 </dl>
2168 <dl>
2169 <dt>Return Type:</dt>
2170 <dd>
2171 int
2095 </dd> 2172 </dd>
2096 </dl> 2173 </dl>
2097 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a> 2174 <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a>
2098 <h4>WebBrowserView.redo</h4> 2175 <h4>WebBrowserView.redo</h4>
2099 <b>redo</b>(<i></i>) 2176 <b>redo</b>(<i></i>)
2150 <p> 2227 <p>
2151 Public method used to set the source to be displayed. 2228 Public method used to set the source to be displayed.
2152 </p> 2229 </p>
2153 <dl> 2230 <dl>
2154 2231
2155 <dt><i>name</i></dt> 2232 <dt><i>name</i> (QUrl)</dt>
2156 <dd> 2233 <dd>
2157 filename to be shown (QUrl) 2234 filename to be shown
2158 </dd> 2235 </dd>
2159 <dt><i>newTab</i></dt> 2236 <dt><i>newTab</i> (bool)</dt>
2160 <dd> 2237 <dd>
2161 flag indicating to open the URL in a new tab (bool) 2238 flag indicating to open the URL in a new tab
2162 </dd> 2239 </dd>
2163 </dl> 2240 </dl>
2164 <a NAME="WebBrowserView.setZoomValue" ID="WebBrowserView.setZoomValue"></a> 2241 <a NAME="WebBrowserView.setZoomValue" ID="WebBrowserView.setZoomValue"></a>
2165 <h4>WebBrowserView.setZoomValue</h4> 2242 <h4>WebBrowserView.setZoomValue</h4>
2166 <b>setZoomValue</b>(<i>value, saveValue=True</i>) 2243 <b>setZoomValue</b>(<i>value, saveValue=True</i>)
2168 <p> 2245 <p>
2169 Public method to set the zoom value. 2246 Public method to set the zoom value.
2170 </p> 2247 </p>
2171 <dl> 2248 <dl>
2172 2249
2173 <dt><i>value</i></dt> 2250 <dt><i>value</i> (int)</dt>
2174 <dd> 2251 <dd>
2175 zoom value (integer) 2252 zoom value
2176 </dd> 2253 </dd>
2177 <dt><i>saveValue</i> (bool)</dt> 2254 <dt><i>saveValue</i> (bool)</dt>
2178 <dd> 2255 <dd>
2179 flag indicating to save the zoom value with the 2256 flag indicating to save the zoom value with the
2180 zoom manager 2257 zoom manager
2202 Public method to return the URL of the loaded page. 2279 Public method to return the URL of the loaded page.
2203 </p> 2280 </p>
2204 <dl> 2281 <dl>
2205 <dt>Return:</dt> 2282 <dt>Return:</dt>
2206 <dd> 2283 <dd>
2207 URL loaded in the help browser (QUrl) 2284 URL loaded in the help browser
2285 </dd>
2286 </dl>
2287 <dl>
2288 <dt>Return Type:</dt>
2289 <dd>
2290 QUrl
2208 </dd> 2291 </dd>
2209 </dl> 2292 </dl>
2210 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a> 2293 <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a>
2211 <h4>WebBrowserView.storeSessionData</h4> 2294 <h4>WebBrowserView.storeSessionData</h4>
2212 <b>storeSessionData</b>(<i>data</i>) 2295 <b>storeSessionData</b>(<i>data</i>)
2303 Public method to get the current zoom value. 2386 Public method to get the current zoom value.
2304 </p> 2387 </p>
2305 <dl> 2388 <dl>
2306 <dt>Return:</dt> 2389 <dt>Return:</dt>
2307 <dd> 2390 <dd>
2308 zoom value (integer) 2391 zoom value
2392 </dd>
2393 </dl>
2394 <dl>
2395 <dt>Return Type:</dt>
2396 <dd>
2397 int
2309 </dd> 2398 </dd>
2310 </dl> 2399 </dl>
2311 <div align="right"><a href="#top">Up</a></div> 2400 <div align="right"><a href="#top">Up</a></div>
2312 <hr /> 2401 <hr />
2313 <hr /> 2402 <hr />

eric ide

mercurial