--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Fri Dec 22 17:24:07 2023 +0100 @@ -633,17 +633,17 @@ </p> <dl> -<dt><i>mainWindow</i></dt> +<dt><i>mainWindow</i> (WebBrowserWindow)</dt> <dd> -reference to the main window (WebBrowserWindow) +reference to the main window </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this window (QWidget) +parent widget of this window </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of this window (string) +name of this window </dd> </dl> <a NAME="WebBrowserView.__addBookmarkCallback" ID="WebBrowserView.__addBookmarkCallback"></a> @@ -1006,15 +1006,21 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (QUrl)</dt> <dd> -URL to be checked (QUrl) +URL to be checked </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating a valid URL (boolean) +flag indicating a valid URL +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.__levelForZoom" ID="WebBrowserView.__levelForZoom"></a> @@ -1026,15 +1032,21 @@ </p> <dl> -<dt><i>zoom</i></dt> +<dt><i>zoom</i> (int)</dt> <dd> -zoom factor (integer) +zoom factor </dd> </dl> <dl> <dt>Return:</dt> <dd> -index of zoom factor (integer) +index of zoom factor +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="WebBrowserView.__linkHovered" ID="WebBrowserView.__linkHovered"></a> @@ -1046,9 +1058,9 @@ </p> <dl> -<dt><i>link</i></dt> +<dt><i>link</i> (str)</dt> <dd> -the URL of the link (string) +the URL of the link </dd> </dl> <a NAME="WebBrowserView.__loadFinished" ID="WebBrowserView.__loadFinished"></a> @@ -1060,9 +1072,9 @@ </p> <dl> -<dt><i>ok</i></dt> +<dt><i>ok</i> (bool)</dt> <dd> -flag indicating the result (boolean) +flag indicating the result </dd> </dl> <a NAME="WebBrowserView.__loadProgress" ID="WebBrowserView.__loadProgress"></a> @@ -1074,9 +1086,9 @@ </p> <dl> -<dt><i>progress</i></dt> +<dt><i>progress</i> (int)</dt> <dd> -progress value (integer) +progress value </dd> </dl> <a NAME="WebBrowserView.__loadStarted" ID="WebBrowserView.__loadStarted"></a> @@ -1288,9 +1300,9 @@ </p> <dl> -<dt><i>act</i></dt> +<dt><i>act</i> (QAction)</dt> <dd> -reference to the action that triggered this slot (QAction) +reference to the action that triggered this slot </dd> </dl> <a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> @@ -1400,9 +1412,9 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (QUrl)</dt> <dd> -the new url (QUrl) +the new url </dd> </dl> <a NAME="WebBrowserView.__virusTotal" ID="WebBrowserView.__virusTotal"></a> @@ -1449,9 +1461,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -reference to the key event (QKeyEvent) +reference to the key event </dd> </dl> <a NAME="WebBrowserView._keyReleaseEvent" ID="WebBrowserView._keyReleaseEvent"></a> @@ -1463,9 +1475,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -reference to the key event (QKeyEvent) +reference to the key event </dd> </dl> <a NAME="WebBrowserView._mouseMoveEvent" ID="WebBrowserView._mouseMoveEvent"></a> @@ -1477,9 +1489,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QMouseEvent)</dt> <dd> -reference to the mouse event (QMouseEvent) +reference to the mouse event </dd> </dl> <a NAME="WebBrowserView._mousePressEvent" ID="WebBrowserView._mousePressEvent"></a> @@ -1491,9 +1503,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QMouseEvent)</dt> <dd> -reference to the mouse event (QMouseEvent) +reference to the mouse event </dd> </dl> <a NAME="WebBrowserView._mouseReleaseEvent" ID="WebBrowserView._mouseReleaseEvent"></a> @@ -1505,9 +1517,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QMouseEvent)</dt> <dd> -reference to the mouse event (QMouseEvent) +reference to the mouse event </dd> </dl> <a NAME="WebBrowserView._wheelEvent" ID="WebBrowserView._wheelEvent"></a> @@ -1519,9 +1531,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QWheelEvent)</dt> <dd> -reference to the wheel event (QWheelEvent) +reference to the wheel event </dd> </dl> <a NAME="WebBrowserView.activateSession" ID="WebBrowserView.activateSession"></a> @@ -1555,7 +1567,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the existence of feed links (boolean) +flag indicating the existence of feed links +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.clearHistory" ID="WebBrowserView.clearHistory"></a> @@ -1588,16 +1606,21 @@ </p> <dl> -<dt><i>windowType</i></dt> +<dt><i>windowType</i> (QWebEnginePage.WebWindowType)</dt> <dd> type of the requested window - (QWebEnginePage.WebWindowType) </dd> </dl> <dl> <dt>Return:</dt> <dd> -reference to the created browser window (WebBrowserView) +reference to the created browser window +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +WebBrowserView </dd> </dl> <a NAME="WebBrowserView.cut" ID="WebBrowserView.cut"></a> @@ -1617,7 +1640,13 @@ <dl> <dt>Return:</dt> <dd> -title (string) +title +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="WebBrowserView.dragEnterEvent" ID="WebBrowserView.dragEnterEvent"></a> @@ -1629,9 +1658,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QDragEnterEvent)</dt> <dd> -reference to the drag enter event (QDragEnterEvent) +reference to the drag enter event </dd> </dl> <a NAME="WebBrowserView.dragMoveEvent" ID="WebBrowserView.dragMoveEvent"></a> @@ -1643,9 +1672,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QDragMoveEvent)</dt> <dd> -reference to the drag move event (QDragMoveEvent) +reference to the drag move event </dd> </dl> <a NAME="WebBrowserView.dropEvent" ID="WebBrowserView.dropEvent"></a> @@ -1657,9 +1686,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QDropEvent)</dt> <dd> -reference to the drop event (QDropEvent) +reference to the drop event </dd> </dl> <a NAME="WebBrowserView.event" ID="WebBrowserView.event"></a> @@ -1671,15 +1700,21 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QEvent)</dt> <dd> -reference to the event (QEvent) +reference to the event </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating, if the event was handled (boolean) +flag indicating, if the event was handled +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.eventFilter" ID="WebBrowserView.eventFilter"></a> @@ -1749,17 +1784,17 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to search for (string) +text to search for </dd> -<dt><i>case</i></dt> +<dt><i>case</i> (bool)</dt> <dd> -flag indicating a case sensitive search (boolean) +flag indicating a case sensitive search </dd> -<dt><i>backwards</i></dt> +<dt><i>backwards</i> (bool)</dt> <dd> -flag indicating a backwards search (boolean) +flag indicating a backwards search </dd> <dt><i>callback</i> (function(bool) or None)</dt> <dd> @@ -1802,7 +1837,13 @@ <dl> <dt>Return:</dt> <dd> -list of RSS feeds (list of tuples of two strings) +list of RSS feeds +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of [(str, str)] </dd> </dl> <a NAME="WebBrowserView.getSafeBrowsingStatus" ID="WebBrowserView.getSafeBrowsingStatus"></a> @@ -1853,7 +1894,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the presence of RSS links (boolean) +flag indicating the presence of RSS links +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.hasSelection" ID="WebBrowserView.hasSelection"></a> @@ -1866,7 +1913,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating text has been selected (boolean) +flag indicating text has been selected +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.home" ID="WebBrowserView.home"></a> @@ -1924,7 +1977,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating move backwards is possible (boolean) +flag indicating move backwards is possible +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.isForwardAvailable" ID="WebBrowserView.isForwardAvailable"></a> @@ -1937,7 +1996,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating move forward is possible (boolean) +flag indicating move forward is possible +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.isFullScreen" ID="WebBrowserView.isFullScreen"></a> @@ -1969,7 +2034,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the loading state (boolean) +flag indicating the loading state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="WebBrowserView.load" ID="WebBrowserView.load"></a> @@ -2091,7 +2162,13 @@ <dl> <dt>Return:</dt> <dd> -load progress (integer) +load progress +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="WebBrowserView.redo" ID="WebBrowserView.redo"></a> @@ -2152,13 +2229,13 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (QUrl)</dt> <dd> -filename to be shown (QUrl) +filename to be shown </dd> -<dt><i>newTab</i></dt> +<dt><i>newTab</i> (bool)</dt> <dd> -flag indicating to open the URL in a new tab (bool) +flag indicating to open the URL in a new tab </dd> </dl> <a NAME="WebBrowserView.setZoomValue" ID="WebBrowserView.setZoomValue"></a> @@ -2170,9 +2247,9 @@ </p> <dl> -<dt><i>value</i></dt> +<dt><i>value</i> (int)</dt> <dd> -zoom value (integer) +zoom value </dd> <dt><i>saveValue</i> (bool)</dt> <dd> @@ -2204,7 +2281,13 @@ <dl> <dt>Return:</dt> <dd> -URL loaded in the help browser (QUrl) +URL loaded in the help browser +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QUrl </dd> </dl> <a NAME="WebBrowserView.storeSessionData" ID="WebBrowserView.storeSessionData"></a> @@ -2305,7 +2388,13 @@ <dl> <dt>Return:</dt> <dd> -zoom value (integer) +zoom value +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>