ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html

changeset 64
3b2da211e126
parent 54
71c83a661c83
child 71
8a78fab32c18
diff -r f249a66da0d5 -r 3b2da211e126 ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html
--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html	Wed Jan 01 14:47:56 2014 +0100
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html	Sat Jan 25 17:43:06 2014 +0100
@@ -102,6 +102,12 @@
 <td><a href="#ProjectPyramidPlugin.fileTypesCallback">fileTypesCallback</a></td>
 <td>Public method get the filetype associations of the Pyramid project type.</td>
 </tr><tr>
+<td><a href="#ProjectPyramidPlugin.getMenu">getMenu</a></td>
+<td>Public method to get a reference to the requested menu.</td>
+</tr><tr>
+<td><a href="#ProjectPyramidPlugin.getMenuNames">getMenuNames</a></td>
+<td>Public method to get the names of all menus.</td>
+</tr><tr>
 <td><a href="#ProjectPyramidPlugin.getPreferences">getPreferences</a></td>
 <td>Public method to retrieve the various settings.</td>
 </tr><tr>
@@ -203,6 +209,32 @@
 <dd>
 dictionary with file type associations
 </dd>
+</dl><a NAME="ProjectPyramidPlugin.getMenu" ID="ProjectPyramidPlugin.getMenu"></a>
+<h4>ProjectPyramidPlugin.getMenu</h4>
+<b>getMenu</b>(<i>name</i>)
+<p>
+        Public method to get a reference to the requested menu.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+name of the menu (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the menu (QMenu) or None, if no
+            menu with the given name exists
+</dd>
+</dl><a NAME="ProjectPyramidPlugin.getMenuNames" ID="ProjectPyramidPlugin.getMenuNames"></a>
+<h4>ProjectPyramidPlugin.getMenuNames</h4>
+<b>getMenuNames</b>(<i></i>)
+<p>
+        Public method to get the names of all menus.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+menu names (list of string)
+</dd>
 </dl><a NAME="ProjectPyramidPlugin.getPreferences" ID="ProjectPyramidPlugin.getPreferences"></a>
 <h4>ProjectPyramidPlugin.getPreferences</h4>
 <b>getPreferences</b>(<i>key</i>)

eric ide

mercurial