diff -r 36a3bb21e6e6 -r a3731e520b28 Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html --- a/Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html Sun Jul 10 16:31:33 2011 +0200 +++ b/Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html Sun Jul 10 19:01:08 2011 +0200 @@ -96,6 +96,9 @@ <td><a href="#UrlBar.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td> <td>Protected method to handle mouse double click events.</td> </tr><tr> +<td><a href="#UrlBar.mousePressEvent">mousePressEvent</a></td> +<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> @@ -227,6 +230,16 @@ <dd> reference to the mouse event (QMouseEvent) </dd> +</dl><a NAME="UrlBar.mousePressEvent" ID="UrlBar.mousePressEvent"></a> +<h4>UrlBar.mousePressEvent</h4> +<b>mousePressEvent</b>(<i>evt</i>) +<p> + Protected method called by a mouse press event. +</p><dl> +<dt><i>evt</i></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>)