--- a/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog.html Tue Oct 11 18:51:15 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog.html Tue Oct 11 19:04:22 2016 +0200 @@ -60,6 +60,9 @@ <td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#QtHelpDocumentationDialog.__registerDocumentations">__registerDocumentations</a></td> +<td>Private method to register a given list of documentations.</td> +</tr><tr> <td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td> <td>Public method to get the list of tabs to close.</td> </tr><tr> @@ -67,7 +70,10 @@ <td>Public slot to test the dialog for changes.</td> </tr><tr> <td><a href="#QtHelpDocumentationDialog.on_addButton_clicked">on_addButton_clicked</a></td> -<td>Private slot to add documents to the help database.</td> +<td>Private slot to add QtHelp documents to the help database.</td> +</tr><tr> +<td><a href="#QtHelpDocumentationDialog.on_addPluginButton_clicked">on_addPluginButton_clicked</a></td> +<td>Private slot to add QtHelp documents provided by plug-ins to the help database.</td> </tr><tr> <td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td> <td>Private slot handling a change of the documents selection.</td> @@ -93,6 +99,16 @@ <dd> reference to the parent widget (QWidget) </dd> +</dl><a NAME="QtHelpDocumentationDialog.__registerDocumentations" ID="QtHelpDocumentationDialog.__registerDocumentations"></a> +<h4>QtHelpDocumentationDialog.__registerDocumentations</h4> +<b>__registerDocumentations</b>(<i>fileNames</i>) +<p> + Private method to register a given list of documentations. +</p><dl> +<dt><i>fileNames</i> (list of str)</dt> +<dd> +list of documentation files to be registered +</dd> </dl><a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a> <h4>QtHelpDocumentationDialog.getTabsToClose</h4> <b>getTabsToClose</b>(<i></i>) @@ -117,7 +133,13 @@ <h4>QtHelpDocumentationDialog.on_addButton_clicked</h4> <b>on_addButton_clicked</b>(<i></i>) <p> - Private slot to add documents to the help database. + Private slot to add QtHelp documents to the help database. +</p><a NAME="QtHelpDocumentationDialog.on_addPluginButton_clicked" ID="QtHelpDocumentationDialog.on_addPluginButton_clicked"></a> +<h4>QtHelpDocumentationDialog.on_addPluginButton_clicked</h4> +<b>on_addPluginButton_clicked</b>(<i></i>) +<p> + Private slot to add QtHelp documents provided by plug-ins to + the help database. </p><a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a> <h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4> <b>on_documentsList_itemSelectionChanged</b>(<i></i>)