--- a/Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html Sat May 27 18:51:22 2017 +0200 +++ b/Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html Sun May 28 16:59:18 2017 +0200 @@ -63,15 +63,27 @@ <td><a href="#NavigationBar.__clearHistory">__clearHistory</a></td> <td>Private slot to clear the history of the current web browser tab.</td> </tr><tr> +<td><a href="#NavigationBar.__contextMenuRequested">__contextMenuRequested</a></td> +<td>Private method to handle a context menu request.</td> +</tr><tr> <td><a href="#NavigationBar.__goBack">__goBack</a></td> <td>Private slot called to handle the backward button.</td> </tr><tr> +<td><a href="#NavigationBar.__goBackInNewTab">__goBackInNewTab</a></td> +<td>Private slot handling a middle click or Ctrl left click of the backward button.</td> +</tr><tr> <td><a href="#NavigationBar.__goForward">__goForward</a></td> <td>Private slot called to handle the forward button.</td> </tr><tr> +<td><a href="#NavigationBar.__goForwardInNewTab">__goForwardInNewTab</a></td> +<td>Private slot handling a middle click or Ctrl left click of the forward button.</td> +</tr><tr> <td><a href="#NavigationBar.__goHome">__goHome</a></td> <td>Private slot called to handle the home button.</td> </tr><tr> +<td><a href="#NavigationBar.__goHomeInNewTab">__goHomeInNewTab</a></td> +<td>Private slot handling a middle click or Ctrl left click of the home button.</td> +</tr><tr> <td><a href="#NavigationBar.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td> <td>Private slot to go to the selected page.</td> </tr><tr> @@ -101,6 +113,9 @@ </tr><tr> <td><a href="#NavigationBar.searchEdit">searchEdit</a></td> <td>Public method to get a reference to the web search edit.</td> +</tr><tr> +<td><a href="#NavigationBar.superMenuButton">superMenuButton</a></td> +<td>Public method to get a reference to the super menu button.</td> </tr> </table> <h3>Static Methods</h3> @@ -125,21 +140,49 @@ <b>__clearHistory</b>(<i></i>) <p> Private slot to clear the history of the current web browser tab. -</p><a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a> +</p><a NAME="NavigationBar.__contextMenuRequested" ID="NavigationBar.__contextMenuRequested"></a> +<h4>NavigationBar.__contextMenuRequested</h4> +<b>__contextMenuRequested</b>(<i>pos</i>) +<p> + Private method to handle a context menu request. +</p><dl> +<dt><i>pos</i> (QPoint)</dt> +<dd> +position of the request +</dd> +</dl><a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a> <h4>NavigationBar.__goBack</h4> <b>__goBack</b>(<i></i>) <p> Private slot called to handle the backward button. +</p><a NAME="NavigationBar.__goBackInNewTab" ID="NavigationBar.__goBackInNewTab"></a> +<h4>NavigationBar.__goBackInNewTab</h4> +<b>__goBackInNewTab</b>(<i></i>) +<p> + Private slot handling a middle click or Ctrl left click of the + backward button. </p><a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a> <h4>NavigationBar.__goForward</h4> <b>__goForward</b>(<i></i>) <p> Private slot called to handle the forward button. +</p><a NAME="NavigationBar.__goForwardInNewTab" ID="NavigationBar.__goForwardInNewTab"></a> +<h4>NavigationBar.__goForwardInNewTab</h4> +<b>__goForwardInNewTab</b>(<i></i>) +<p> + Private slot handling a middle click or Ctrl left click of the + forward button. </p><a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a> <h4>NavigationBar.__goHome</h4> <b>__goHome</b>(<i></i>) <p> Private slot called to handle the home button. +</p><a NAME="NavigationBar.__goHomeInNewTab" ID="NavigationBar.__goHomeInNewTab"></a> +<h4>NavigationBar.__goHomeInNewTab</h4> +<b>__goHomeInNewTab</b>(<i></i>) +<p> + Private slot handling a middle click or Ctrl left click of the + home button. </p><a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a> <h4>NavigationBar.__navigationMenuActionTriggered</h4> <b>__navigationMenuActionTriggered</b>(<i>act</i>) @@ -246,6 +289,21 @@ <dd> WebBrowserWebSearchWidget </dd> +</dl><a NAME="NavigationBar.superMenuButton" ID="NavigationBar.superMenuButton"></a> +<h4>NavigationBar.superMenuButton</h4> +<b>superMenuButton</b>(<i></i>) +<p> + Public method to get a reference to the super menu button. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the super menu button +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QToolButton +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />