eric7/Documentation/Source/eric7.WebBrowser.UrlBar.UrlBar.html

branch
eric7
changeset 8877
548d45c3f571
parent 8596
d64760b2da50
diff -r 2001accf55b3 -r 548d45c3f571 eric7/Documentation/Source/eric7.WebBrowser.UrlBar.UrlBar.html
--- a/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.UrlBar.html	Wed Dec 29 16:53:04 2021 +0100
+++ b/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.UrlBar.html	Wed Dec 29 16:54:36 2021 +0100
@@ -75,6 +75,10 @@
 <td>Private slot to set some data after the page was loaded.</td>
 </tr>
 <tr>
+<td><a href="#UrlBar.__loadProgress">__loadProgress</a></td>
+<td>Private slot to track the load progress.</td>
+</tr>
+<tr>
 <td><a href="#UrlBar.__loadStarted">__loadStarted</a></td>
 <td>Private slot to perform actions before the page is loaded.</td>
 </tr>
@@ -127,10 +131,6 @@
 <td>Protected method called by a mouse press event.</td>
 </tr>
 <tr>
-<td><a href="#UrlBar.paintEvent">paintEvent</a></td>
-<td>Protected method handling a paint event.</td>
-</tr>
-<tr>
 <td><a href="#UrlBar.preferencesChanged">preferencesChanged</a></td>
 <td>Public slot to handle a change of preferences.</td>
 </tr>
@@ -154,13 +154,13 @@
 </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> (WebBrowserView)</dt>
 <dd>
-reference to the parent widget (WebBrowserView)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="UrlBar.__bookmarkChanged" ID="UrlBar.__bookmarkChanged"></a>
@@ -179,9 +179,9 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-new URL of the browser (QUrl)
+new URL of the browser
 </dd>
 </dl>
 <a NAME="UrlBar.__checkBookmark" ID="UrlBar.__checkBookmark"></a>
@@ -200,9 +200,23 @@
 </p>
 <dl>
 
-<dt><i>ok</i></dt>
+<dt><i>ok</i> (bool)</dt>
 <dd>
-flag indicating a successful load (boolean)
+flag indicating a successful load
+</dd>
+</dl>
+<a NAME="UrlBar.__loadProgress" ID="UrlBar.__loadProgress"></a>
+<h4>UrlBar.__loadProgress</h4>
+<b>__loadProgress</b>(<i>progress</i>)
+
+<p>
+        Private slot to track the load progress.
+</p>
+<dl>
+
+<dt><i>progress</i> (int)</dt>
+<dd>
+load progress in percent
 </dd>
 </dl>
 <a NAME="UrlBar.__loadStarted" ID="UrlBar.__loadStarted"></a>
@@ -265,7 +279,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the associated browser (HelpBrowser)
+reference to the associated browser
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+WebBrowserView
 </dd>
 </dl>
 <a NAME="UrlBar.dragEnterEvent" ID="UrlBar.dragEnterEvent"></a>
@@ -277,9 +297,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="UrlBar.dropEvent" ID="UrlBar.dropEvent"></a>
@@ -291,9 +311,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="UrlBar.focusOutEvent" ID="UrlBar.focusOutEvent"></a>
@@ -305,9 +325,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QFocusEvent)</dt>
 <dd>
-reference to the focus event (QFocusEvent)
+reference to the focus event
 </dd>
 </dl>
 <a NAME="UrlBar.keyPressEvent" ID="UrlBar.keyPressEvent"></a>
@@ -319,9 +339,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QKeyEvent)</dt>
 <dd>
-reference to the key press event (QKeyEvent)
+reference to the key press event
 </dd>
 </dl>
 <a NAME="UrlBar.mouseDoubleClickEvent" ID="UrlBar.mouseDoubleClickEvent"></a>
@@ -333,9 +353,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="UrlBar.mousePressEvent" ID="UrlBar.mousePressEvent"></a>
@@ -347,23 +367,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QMouseEvent)</dt>
 <dd>
-reference to the mouse event (QMouseEvent)
-</dd>
-</dl>
-<a NAME="UrlBar.paintEvent" ID="UrlBar.paintEvent"></a>
-<h4>UrlBar.paintEvent</h4>
-<b>paintEvent</b>(<i>evt</i>)
-
-<p>
-        Protected method handling a paint event.
-</p>
-<dl>
-
-<dt><i>evt</i></dt>
-<dd>
-reference to the paint event (QPaintEvent)
+reference to the mouse event
 </dd>
 </dl>
 <a NAME="UrlBar.preferencesChanged" ID="UrlBar.preferencesChanged"></a>
@@ -382,9 +388,9 @@
 </p>
 <dl>
 
-<dt><i>browser</i></dt>
+<dt><i>browser</i> (WebBrowserView)</dt>
 <dd>
-reference to the browser widget (WebBrowserView)
+reference to the browser widget
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial