CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html

branch
eric7
changeset 134
7880b294d1d1
parent 131
86d810eea380
child 137
da8cc28e689f
diff -r 0f3a641c5da5 -r 7880b294d1d1 CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html
--- a/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html	Thu Jun 03 14:27:52 2021 +0200
+++ b/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html	Thu Jun 03 17:51:56 2021 +0200
@@ -59,6 +59,10 @@
 <td><a href="#getExePath">getExePath</a></td>
 <td></td>
 </tr>
+<tr>
+<td><a href="#installDependencies">installDependencies</a></td>
+<td>Function to install dependencies of this plug-in.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -128,9 +132,9 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UserInterface)</dt>
 <dd>
-reference to the user interface object (UI.UserInterface)
+reference to the user interface object
 </dd>
 </dl>
 <a NAME="CxFreezePlugin.__cxfreeze" ID="CxFreezePlugin.__cxfreeze"></a>
@@ -164,13 +168,13 @@
 </p>
 <dl>
 
-<dt><i>menuName</i></dt>
+<dt><i>menuName</i> (str)</dt>
 <dd>
-name of the menu to be shown (string)
+name of the menu to be shown
 </dd>
-<dt><i>menu</i></dt>
+<dt><i>menu</i> (QMenu)</dt>
 <dd>
-reference to the menu (QMenu)
+reference to the menu
 </dd>
 </dl>
 <a NAME="CxFreezePlugin.activate" ID="CxFreezePlugin.activate"></a>
@@ -183,7 +187,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of None and activation status (boolean)
+tuple of None and activation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (None, bool)
 </dd>
 </dl>
 <a NAME="CxFreezePlugin.deactivate" ID="CxFreezePlugin.deactivate"></a>
@@ -206,7 +216,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating availability (boolean)
+flag indicating availability
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -221,15 +237,21 @@
 </p>
 <dl>
 
-<dt><i>majorVersion</i></dt>
+<dt><i>majorVersion</i> (int)</dt>
 <dd>
-major python version of the executables (int)
+major Python version of the executables
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-names of the executable (list)
+names of the executable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -249,6 +271,12 @@
         the executable
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -258,4 +286,21 @@
 
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="installDependencies" ID="installDependencies"></a>
+<h2>installDependencies</h2>
+<b>installDependencies</b>(<i>pipInstall</i>)
+
+<p>
+    Function to install dependencies of this plug-in.
+</p>
+<dl>
+
+<dt><i>pipInstall</i> (function)</dt>
+<dd>
+function to be called with a list of package names.
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial