--- a/Documentation/Source/eric6.WebBrowser.UrlBar.FavIconLabel.html Fri Feb 01 20:15:03 2019 +0100 +++ b/Documentation/Source/eric6.WebBrowser.UrlBar.FavIconLabel.html Sun Feb 03 16:10:39 2019 +0100 @@ -66,12 +66,18 @@ <td><a href="#FavIconLabel.__clearIcon">__clearIcon</a></td> <td>Private slot to clear the icon.</td> </tr><tr> +<td><a href="#FavIconLabel.__showPopup">__showPopup</a></td> +<td>Private method to show the site info popup.</td> +</tr><tr> <td><a href="#FavIconLabel.mouseMoveEvent">mouseMoveEvent</a></td> <td>Protected method to handle mouse move events.</td> </tr><tr> <td><a href="#FavIconLabel.mousePressEvent">mousePressEvent</a></td> <td>Protected method to handle mouse press events.</td> </tr><tr> +<td><a href="#FavIconLabel.mouseReleaseEvent">mouseReleaseEvent</a></td> +<td>Protected method to handle mouse release events.</td> +</tr><tr> <td><a href="#FavIconLabel.setBrowser">setBrowser</a></td> <td>Public method to set the browser connection.</td> </tr> @@ -100,7 +106,17 @@ <b>__clearIcon</b>(<i></i>) <p> Private slot to clear the icon. -</p><a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a> +</p><a NAME="FavIconLabel.__showPopup" ID="FavIconLabel.__showPopup"></a> +<h4>FavIconLabel.__showPopup</h4> +<b>__showPopup</b>(<i>pos</i>) +<p> + Private method to show the site info popup. +</p><dl> +<dt><i>pos</i> (QPoint)</dt> +<dd> +position the popup should be shown at +</dd> +</dl><a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a> <h4>FavIconLabel.mouseMoveEvent</h4> <b>mouseMoveEvent</b>(<i>evt</i>) <p> @@ -120,6 +136,16 @@ <dd> reference to the mouse event (QMouseEvent) </dd> +</dl><a NAME="FavIconLabel.mouseReleaseEvent" ID="FavIconLabel.mouseReleaseEvent"></a> +<h4>FavIconLabel.mouseReleaseEvent</h4> +<b>mouseReleaseEvent</b>(<i>evt</i>) +<p> + Protected method to handle mouse release events. +</p><dl> +<dt><i>evt</i></dt> +<dd> +reference to the mouse event (QMouseEvent) +</dd> </dl><a NAME="FavIconLabel.setBrowser" ID="FavIconLabel.setBrowser"></a> <h4>FavIconLabel.setBrowser</h4> <b>setBrowser</b>(<i>browser</i>)