ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html

changeset 32
fd79d080b065
parent 29
76d04dd67367
child 51
0b60dbff8e9a
diff -r a632d10fdb7c -r fd79d080b065 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Wed Jan 01 14:47:54 2014 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sat Jan 25 17:41:00 2014 +0100
@@ -296,6 +296,12 @@
 <td><a href="#Project.getDjangoVersion">getDjangoVersion</a></td>
 <td>Public method to get the Django version.</td>
 </tr><tr>
+<td><a href="#Project.getMenu">getMenu</a></td>
+<td>Public method to get a reference to the requested menu.</td>
+</tr><tr>
+<td><a href="#Project.getMenuNames">getMenuNames</a></td>
+<td>Public method to get the names of all menus.</td>
+</tr><tr>
 <td><a href="#Project.getProjectPath">getProjectPath</a></td>
 <td>Public method to get the path of the eric5 project.</td>
 </tr><tr>
@@ -937,6 +943,32 @@
 <dd>
 Django version (string)
 </dd>
+</dl><a NAME="Project.getMenu" ID="Project.getMenu"></a>
+<h4>Project.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="Project.getMenuNames" ID="Project.getMenuNames"></a>
+<h4>Project.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="Project.getProjectPath" ID="Project.getProjectPath"></a>
 <h4>Project.getProjectPath</h4>
 <b>getProjectPath</b>(<i></i>)

eric ide

mercurial