CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html

changeset 47
986f27beaad4
parent 37
94949c60ef54
child 57
ddf3165e3d62
diff -r d08fd21d74d3 -r 986f27beaad4 CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html
--- a/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html	Sun Apr 28 18:09:10 2013 +0200
+++ b/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.PluginCxFreeze.html	Sun Jul 07 20:40:48 2013 +0200
@@ -25,7 +25,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr>
+<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>exePy2</td></tr><tr><td>exePy3</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
@@ -41,9 +41,9 @@
 <td>Restricted function to check the availability of cxfreeze.</td>
 </tr><tr>
 <td><a href="#_findExecutable">_findExecutable</a></td>
-<td>Restricted function to determine the name of the executable.</td>
+<td>Restricted function to determine the names of the executable.</td>
 </tr><tr>
-<td><a href="#exeDisplayData">exeDisplayData</a></td>
+<td><a href="#exeDisplayDataList">exeDisplayDataList</a></td>
 <td>Public method to support the display of some executable info.</td>
 </tr><tr>
 <td><a href="#getExePath">getExePath</a></td>
@@ -81,6 +81,9 @@
 <td><a href="#CxFreezePlugin.__loadTranslator">__loadTranslator</a></td>
 <td>Private method to load the translation file.</td>
 </tr><tr>
+<td><a href="#CxFreezePlugin.__projectShowMenu">__projectShowMenu</a></td>
+<td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
+</tr><tr>
 <td><a href="#CxFreezePlugin.activate">activate</a></td>
 <td>Public method to activate this plugin.</td>
 </tr><tr>
@@ -117,7 +120,21 @@
 <b>__loadTranslator</b>(<i></i>)
 <p>
         Private method to load the translation file.
-</p><a NAME="CxFreezePlugin.activate" ID="CxFreezePlugin.activate"></a>
+</p><a NAME="CxFreezePlugin.__projectShowMenu" ID="CxFreezePlugin.__projectShowMenu"></a>
+<h4>CxFreezePlugin.__projectShowMenu</h4>
+<b>__projectShowMenu</b>(<i>menuName, menu</i>)
+<p>
+        Private slot called, when the the project menu or a submenu is
+        about to be shown.
+</p><dl>
+<dt><i>menuName</i></dt>
+<dd>
+name of the menu to be shown (string)
+</dd><dt><i>menu</i></dt>
+<dd>
+reference to the menu (QMenu)
+</dd>
+</dl><a NAME="CxFreezePlugin.activate" ID="CxFreezePlugin.activate"></a>
 <h4>CxFreezePlugin.activate</h4>
 <b>activate</b>(<i></i>)
 <p>
@@ -150,20 +167,25 @@
 <hr /><hr />
 <a NAME="_findExecutable" ID="_findExecutable"></a>
 <h2>_findExecutable</h2>
-<b>_findExecutable</b>(<i></i>)
+<b>_findExecutable</b>(<i>majorVersion</i>)
 <p>
-    Restricted function to determine the name of the executable.
+    Restricted function to determine the names of the executable.
 </p><dl>
+<dt><i>majorVersion</i></dt>
+<dd>
+major python version of the executables (int)
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
-name of the executable (string)
+names of the executable (list)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
-<a NAME="exeDisplayData" ID="exeDisplayData"></a>
-<h2>exeDisplayData</h2>
-<b>exeDisplayData</b>(<i></i>)
+<a NAME="exeDisplayDataList" ID="exeDisplayDataList"></a>
+<h2>exeDisplayDataList</h2>
+<b>exeDisplayDataList</b>(<i></i>)
 <p>
     Public method to support the display of some executable info.
 </p><dl>
@@ -177,7 +199,7 @@
 <hr /><hr />
 <a NAME="getExePath" ID="getExePath"></a>
 <h2>getExePath</h2>
-<b>getExePath</b>(<i>branch</i>)
+<b>getExePath</b>(<i>branch, access, versionStr</i>)
 
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial