eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html

branch
eric7
changeset 8575
423c4db4101e
parent 8422
bb5da74c1b3f
child 8583
aac629a05f8b
diff -r e5d88ab9d84d -r 423c4db4101e eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html
--- a/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html	Fri Sep 03 19:56:55 2021 +0200
+++ b/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html	Fri Sep 03 19:57:39 2021 +0200
@@ -365,10 +365,6 @@
 <td>Private method to define the user interface actions.</td>
 </tr>
 <tr>
-<td><a href="#WebBrowserWindow.__initHelpDb">__initHelpDb</a></td>
-<td>Private slot to initialize the documentation database.</td>
-</tr>
-<tr>
 <td><a href="#WebBrowserWindow.__initMenus">__initMenus</a></td>
 <td>Private method to create the menus.</td>
 </tr>
@@ -964,14 +960,14 @@
 </dl>
 <a NAME="WebBrowserWindow.downloadRequested" ID="WebBrowserWindow.downloadRequested"></a>
 <h4>WebBrowserWindow.downloadRequested (class method)</h4>
-<b>downloadRequested</b>(<i>download</i>)
+<b>downloadRequested</b>(<i>downloadRequest</i>)
 
 <p>
         Class method to handle a download request.
 </p>
 <dl>
 
-<dt><i>download</i> (QWebEngineDownloadItem)</dt>
+<dt><i>downloadRequest</i> (QWebEngineDownloadRequest)</dt>
 <dd>
 reference to the download data
 </dd>
@@ -1718,9 +1714,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the current tab (integer)
+index of the current tab
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__cut" ID="WebBrowserWindow.__cut"></a>
@@ -1751,10 +1747,9 @@
 </p>
 <dl>
 
-<dt><i>installed</i></dt>
+<dt><i>installed</i> (bool)</dt>
 <dd>
 flag indicating that documents were installed
-            (boolean)
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a>
@@ -1780,16 +1775,16 @@
 </dl>
 <a NAME="WebBrowserWindow.__filterQtHelpDocumentation" ID="WebBrowserWindow.__filterQtHelpDocumentation"></a>
 <h4>WebBrowserWindow.__filterQtHelpDocumentation</h4>
-<b>__filterQtHelpDocumentation</b>(<i>activeFilter</i>)
+<b>__filterQtHelpDocumentation</b>(<i>index</i>)
 
 <p>
         Private slot to filter the QtHelp documentation.
 </p>
 <dl>
 
-<dt><i>activeFilter</i> (str)</dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-current text of the filter combobox
+index of the selected QtHelp documentation filter
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__find" ID="WebBrowserWindow.__find"></a>
@@ -1852,13 +1847,6 @@
 <p>
         Private method to define the user interface actions.
 </p>
-<a NAME="WebBrowserWindow.__initHelpDb" ID="WebBrowserWindow.__initHelpDb"></a>
-<h4>WebBrowserWindow.__initHelpDb</h4>
-<b>__initHelpDb</b>(<i></i>)
-
-<p>
-        Private slot to initialize the documentation database.
-</p>
 <a NAME="WebBrowserWindow.__initMenus" ID="WebBrowserWindow.__initMenus"></a>
 <h4>WebBrowserWindow.__initMenus</h4>
 <b>__initMenus</b>(<i></i>)
@@ -2048,11 +2036,18 @@
 </p>
 <a NAME="WebBrowserWindow.__searchForWord" ID="WebBrowserWindow.__searchForWord"></a>
 <h4>WebBrowserWindow.__searchForWord</h4>
-<b>__searchForWord</b>(<i></i>)
+<b>__searchForWord</b>(<i>searchWord</i>)
 
 <p>
         Private slot to search for a word.
 </p>
+<dl>
+
+<dt><i>searchWord</i> (str)</dt>
+<dd>
+word to search for
+</dd>
+</dl>
 <a NAME="WebBrowserWindow.__selectAll" ID="WebBrowserWindow.__selectAll"></a>
 <h4>WebBrowserWindow.__selectAll</h4>
 <b>__selectAll</b>(<i></i>)
@@ -2133,9 +2128,9 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
+<dt><i>act</i> (QAction)</dt>
 <dd>
-reference to the selected action (QAction)
+reference to the selected action
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__setUserStyleSheet" ID="WebBrowserWindow.__setUserStyleSheet"></a>
@@ -2264,9 +2259,9 @@
 </p>
 <dl>
 
-<dt><i>message</i></dt>
+<dt><i>message</i> (str)</dt>
 <dd>
-message to be shown (string)
+message to be shown
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__showPageSource" ID="WebBrowserWindow.__showPageSource"></a>
@@ -2446,13 +2441,13 @@
 </p>
 <dl>
 
-<dt><i>browser</i></dt>
+<dt><i>browser</i> (WebBrowserView)</dt>
 <dd>
-reference to the browser (WebBrowserView)
+reference to the browser
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-new title (string)
+new title
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__toggleJavaScriptConsole" ID="WebBrowserWindow.__toggleJavaScriptConsole"></a>
@@ -2492,9 +2487,9 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-URL of the file scan report page (string)
+URL of the file scan report page
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__virusTotalIpAddressReport" ID="WebBrowserWindow.__virusTotalIpAddressReport"></a>
@@ -2521,9 +2516,9 @@
 </p>
 <dl>
 
-<dt><i>msg</i></dt>
+<dt><i>msg</i> (str)</dt>
 <dd>
-error message (str)
+error message
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__virusTotalUrlScanReport" ID="WebBrowserWindow.__virusTotalUrlScanReport"></a>
@@ -2535,9 +2530,9 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-URL of the URL scan report page (string)
+URL of the URL scan report page
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__warning" ID="WebBrowserWindow.__warning"></a>
@@ -2549,9 +2544,9 @@
 </p>
 <dl>
 
-<dt><i>msg</i></dt>
+<dt><i>msg</i> (str)</dt>
 <dd>
-message sent by the help  engine (string)
+message sent by the help  engine
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.__whatsThis" ID="WebBrowserWindow.__whatsThis"></a>
@@ -2591,9 +2586,9 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-zoom value (integer)
+zoom value
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.adBlockIcon" ID="WebBrowserWindow.adBlockIcon"></a>
@@ -3049,13 +3044,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be opened (QUrl)
+URL to be opened
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the bookmark (string)
+title of the bookmark
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.openUrlNewBackgroundTab" ID="WebBrowserWindow.openUrlNewBackgroundTab"></a>
@@ -3067,13 +3062,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be opened (QUrl)
+URL to be opened
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the bookmark (string)
+title of the bookmark
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.openUrlNewPrivateWindow" ID="WebBrowserWindow.openUrlNewPrivateWindow"></a>
@@ -3085,13 +3080,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be opened (QUrl)
+URL to be opened
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the bookmark (string)
+title of the bookmark
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.openUrlNewTab" ID="WebBrowserWindow.openUrlNewTab"></a>
@@ -3103,13 +3098,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be opened (QUrl)
+URL to be opened
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the bookmark (string)
+title of the bookmark
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.openUrlNewWindow" ID="WebBrowserWindow.openUrlNewWindow"></a>
@@ -3121,13 +3116,13 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be opened (QUrl)
+URL to be opened
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the bookmark (string)
+title of the bookmark
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.preferencesChanged" ID="WebBrowserWindow.preferencesChanged"></a>
@@ -3167,9 +3162,9 @@
 </p>
 <dl>
 
-<dt><i>word</i></dt>
+<dt><i>word</i> (str)</dt>
 <dd>
-word to search for (string)
+word to search for
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.searchEnginesAction" ID="WebBrowserWindow.searchEnginesAction"></a>
@@ -3195,9 +3190,9 @@
 </p>
 <dl>
 
-<dt><i>b</i></dt>
+<dt><i>b</i> (bool)</dt>
 <dd>
-flag indicating availability of the backwards action (boolean)
+flag indicating availability of the backwards action
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.setEventKeyboardModifiers" ID="WebBrowserWindow.setEventKeyboardModifiers"></a>
@@ -3237,10 +3232,9 @@
 </p>
 <dl>
 
-<dt><i>b</i></dt>
+<dt><i>b</i> (bool)</dt>
 <dd>
 flag indicating the availability of the forwards action
-            (boolean)
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.setLoadingActions" ID="WebBrowserWindow.setLoadingActions"></a>
@@ -3252,9 +3246,9 @@
 </p>
 <dl>
 
-<dt><i>b</i></dt>
+<dt><i>b</i> (bool)</dt>
 <dd>
-flag indicating the loading state to consider (boolean)
+flag indicating the loading state to consider
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.showFullScreenNavigation" ID="WebBrowserWindow.showFullScreenNavigation"></a>
@@ -3274,7 +3268,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating successful shutdown (boolean)
+flag indicating successful shutdown
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="WebBrowserWindow.tabWidget" ID="WebBrowserWindow.tabWidget"></a>

eric ide

mercurial