--- a/Documentation/Source/eric6.PluginManager.PluginManager.html Tue Oct 11 18:51:15 2016 +0200 +++ b/Documentation/Source/eric6.PluginManager.PluginManager.html Tue Oct 11 19:04:22 2016 +0200 @@ -173,6 +173,9 @@ <td><a href="#PluginManager.getPluginPreviewPixmap">getPluginPreviewPixmap</a></td> <td>Public method to get a preview pixmap of a plugin of a specific type.</td> </tr><tr> +<td><a href="#PluginManager.getPluginQtHelpFiles">getPluginQtHelpFiles</a></td> +<td>Public method to get the list of QtHelp documentation files provided by a plug-in.</td> +</tr><tr> <td><a href="#PluginManager.getVcsSystemIndicators">getVcsSystemIndicators</a></td> <td>Public method to get the Vcs System indicators.</td> </tr><tr> @@ -667,6 +670,23 @@ <dd> preview pixmap (QPixmap) </dd> +</dl><a NAME="PluginManager.getPluginQtHelpFiles" ID="PluginManager.getPluginQtHelpFiles"></a> +<h4>PluginManager.getPluginQtHelpFiles</h4> +<b>getPluginQtHelpFiles</b>(<i></i>) +<p> + Public method to get the list of QtHelp documentation files provided + by a plug-in. +</p><dl> +<dt>Returns:</dt> +<dd> +dictionary with documentation type as key and list of files + as value +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict (key: str, value: list of str) +</dd> </dl><a NAME="PluginManager.getVcsSystemIndicators" ID="PluginManager.getVcsSystemIndicators"></a> <h4>PluginManager.getVcsSystemIndicators</h4> <b>getVcsSystemIndicators</b>(<i></i>)