--- a/Documentation/Source/eric5.Helpviewer.HelpIndexWidget.html Sat Feb 13 17:07:34 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.HelpIndexWidget.html Sun Feb 14 11:28:47 2010 +0000 @@ -51,7 +51,11 @@ emitted when the ESC key was pressed </dd><dt>linkActivated(const QUrl&)</dt> <dd> -emitted when an index entry is activated +emitted when an index entry is activated +</dd><dt>linksActivated(links, keyword)</dt> +<dd> +emitted when an index entry referencing + multiple targets is activated </dd> </dl> <h3>Derived from</h3> @@ -66,6 +70,9 @@ <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> @@ -98,6 +105,16 @@ <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</i>) +<p> + Private slot to handle the activation of a keyword entry. +</p><dl> +<dt><i>idx</i></dt> +<dd> +index of the activated entry (QModelIndex) +</dd> </dl><a NAME="HelpIndexWidget.__disableSearchEdit" ID="HelpIndexWidget.__disableSearchEdit"></a> <h4>HelpIndexWidget.__disableSearchEdit</h4> <b>__disableSearchEdit</b>(<i></i>)