diff -r 2f22b20ea9ad -r 321c2003745d Documentation/Source/eric6.WebBrowser.QtHelp.HelpIndexWidget.html --- a/Documentation/Source/eric6.WebBrowser.QtHelp.HelpIndexWidget.html Mon Oct 17 18:57:24 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.QtHelp.HelpIndexWidget.html Mon Oct 17 19:51:51 2016 +0200 @@ -79,9 +79,6 @@ <td><a href="#HelpIndexWidget.__init__">HelpIndexWidget</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HelpIndexWidget.__activated">__activated</a></td> -<td>Private slot to handle the activation of a keyword entry.</td> -</tr><tr> <td><a href="#HelpIndexWidget.__disableSearchEdit">__disableSearchEdit</a></td> <td>Private slot to enable the search edit.</td> </tr><tr> @@ -91,6 +88,12 @@ <td><a href="#HelpIndexWidget.__filterIndices">__filterIndices</a></td> <td>Private slot to filter the indices according to the given filter.</td> </tr><tr> +<td><a href="#HelpIndexWidget.__linkActivated">__linkActivated</a></td> +<td>Private slot to handle the activation of a keyword entry.</td> +</tr><tr> +<td><a href="#HelpIndexWidget.__linksActivated">__linksActivated</a></td> +<td>Private slot to handle the activation of an entry with multiple links.</td> +</tr><tr> <td><a href="#HelpIndexWidget.__selectLink">__selectLink</a></td> <td>Private method to give the user a chance to select among the returned links.</td> </tr><tr> @@ -121,19 +124,6 @@ <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="HelpIndexWidget.__activated" ID="HelpIndexWidget.__activated"></a> -<h4>HelpIndexWidget.__activated</h4> -<b>__activated</b>(<i>idx, midButton=False</i>) -<p> - Private slot to handle the activation of a keyword entry. -</p><dl> -<dt><i>idx</i> (QModelIndex)</dt> -<dd> -index of the activated entry -</dd><dt><i>midButton</i> (bool)</dt> -<dd> -flag indicating a middle mouse button release -</dd> </dl><a NAME="HelpIndexWidget.__disableSearchEdit" ID="HelpIndexWidget.__disableSearchEdit"></a> <h4>HelpIndexWidget.__disableSearchEdit</h4> <b>__disableSearchEdit</b>(<i></i>) @@ -154,6 +144,35 @@ <dd> filter to be used (string) </dd> +</dl><a NAME="HelpIndexWidget.__linkActivated" ID="HelpIndexWidget.__linkActivated"></a> +<h4>HelpIndexWidget.__linkActivated</h4> +<b>__linkActivated</b>(<i>url, keyword, modifiers=None</i>) +<p> + Private slot to handle the activation of a keyword entry. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL of the selected entry +</dd><dt><i>keyword</i> (str)</dt> +<dd> +keyword for the URL +</dd><dt><i>modifiers=</i> (Qt.KeyboardModifiers or None)</dt> +<dd> +keyboard modifiers +</dd> +</dl><a NAME="HelpIndexWidget.__linksActivated" ID="HelpIndexWidget.__linksActivated"></a> +<h4>HelpIndexWidget.__linksActivated</h4> +<b>__linksActivated</b>(<i>links, keyword</i>) +<p> + Private slot to handle the activation of an entry with multiple links. +</p><dl> +<dt><i>links</i> (dict of key:str and value:QUrl)</dt> +<dd> +dictionary containing the links +</dd><dt><i>keyword</i> (str)</dt> +<dd> +keyword for the entry +</dd> </dl><a NAME="HelpIndexWidget.__selectLink" ID="HelpIndexWidget.__selectLink"></a> <h4>HelpIndexWidget.__selectLink</h4> <b>__selectLink</b>(<i>links, keyword</i>)