Documentation/Source/eric6.Helpviewer.HelpTocWidget.html

changeset 5252
321c2003745d
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.Helpviewer.HelpTocWidget.html	Mon Oct 17 18:57:24 2016 +0200
+++ b/Documentation/Source/eric6.Helpviewer.HelpTocWidget.html	Mon Oct 17 19:51:51 2016 +0200
@@ -72,12 +72,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>
@@ -119,7 +119,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>
@@ -129,24 +139,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>)

eric ide

mercurial