Documentation/Source/eric6.PluginManager.PluginManager.html

changeset 5227
5bffd1a6741f
parent 4630
7b0e38956b5c
child 5559
072d97551334
--- 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>)

eric ide

mercurial