--- a/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTocWidget.html Mon Oct 17 18:57:24 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTocWidget.html Mon Oct 17 19:51:51 2016 +0200 @@ -85,12 +85,12 @@ <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> <td>Private slot to expand the table of contents.</td> </tr><tr> +<td><a href="#HelpTocWidget.__linkActivated">__linkActivated</a></td> +<td>Private slot handling the activation of an entry.</td> +</tr><tr> <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> <td>Private slot showing the context menu.</td> </tr><tr> -<td><a href="#HelpTocWidget.eventFilter">eventFilter</a></td> -<td>Public method called to filter the event queue.</td> -</tr><tr> <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> <td>Public slot to expand the table of contents to a specific depth.</td> </tr><tr> @@ -131,7 +131,17 @@ <b>__expandTOC</b>(<i></i>) <p> Private slot to expand the table of contents. -</p><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> +</p><a NAME="HelpTocWidget.__linkActivated" ID="HelpTocWidget.__linkActivated"></a> +<h4>HelpTocWidget.__linkActivated</h4> +<b>__linkActivated</b>(<i>url</i>) +<p> + Private slot handling the activation of an entry. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL of the activated entry +</dd> +</dl><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> <h4>HelpTocWidget.__showContextMenu</h4> <b>__showContextMenu</b>(<i>pos</i>) <p> @@ -141,24 +151,6 @@ <dd> position to show the menu at (QPoint) </dd> -</dl><a NAME="HelpTocWidget.eventFilter" ID="HelpTocWidget.eventFilter"></a> -<h4>HelpTocWidget.eventFilter</h4> -<b>eventFilter</b>(<i>watched, event</i>) -<p> - Public method called to filter the event queue. -</p><dl> -<dt><i>watched</i></dt> -<dd> -the QObject being watched (QObject) -</dd><dt><i>event</i></dt> -<dd> -the event that occurred (QEvent) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating whether the event was handled (boolean) -</dd> </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> <h4>HelpTocWidget.expandToDepth</h4> <b>expandToDepth</b>(<i>depth</i>)