--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html Wed Jan 01 14:47:56 2014 +0100 +++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html Sat Jan 25 17:43:06 2014 +0100 @@ -156,6 +156,12 @@ <td><a href="#Project.extractMessages">extractMessages</a></td> <td>Public method to extract the messages catalog template file.</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.getPyramidCommand">getPyramidCommand</a></td> <td>Public method to build a Pyramid command.</td> </tr><tr> @@ -494,7 +500,33 @@ <b>extractMessages</b>(<i></i>) <p> Public method to extract the messages catalog template file. -</p><a NAME="Project.getPyramidCommand" ID="Project.getPyramidCommand"></a> +</p><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.getPyramidCommand" ID="Project.getPyramidCommand"></a> <h4>Project.getPyramidCommand</h4> <b>getPyramidCommand</b>(<i>cmd, language=""</i>) <p>