294 <td>Public method to update the message catalogs.</td> |
294 <td>Public method to update the message catalogs.</td> |
295 </tr><tr> |
295 </tr><tr> |
296 <td><a href="#Project.getDjangoVersion">getDjangoVersion</a></td> |
296 <td><a href="#Project.getDjangoVersion">getDjangoVersion</a></td> |
297 <td>Public method to get the Django version.</td> |
297 <td>Public method to get the Django version.</td> |
298 </tr><tr> |
298 </tr><tr> |
|
299 <td><a href="#Project.getMenu">getMenu</a></td> |
|
300 <td>Public method to get a reference to the requested menu.</td> |
|
301 </tr><tr> |
|
302 <td><a href="#Project.getMenuNames">getMenuNames</a></td> |
|
303 <td>Public method to get the names of all menus.</td> |
|
304 </tr><tr> |
299 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
305 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
300 <td>Public method to get the path of the eric5 project.</td> |
306 <td>Public method to get the path of the eric5 project.</td> |
301 </tr><tr> |
307 </tr><tr> |
302 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td> |
308 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td> |
303 <td>Public method to get the list of recent applications.</td> |
309 <td>Public method to get the list of recent applications.</td> |
935 </p><dl> |
941 </p><dl> |
936 <dt>Returns:</dt> |
942 <dt>Returns:</dt> |
937 <dd> |
943 <dd> |
938 Django version (string) |
944 Django version (string) |
939 </dd> |
945 </dd> |
|
946 </dl><a NAME="Project.getMenu" ID="Project.getMenu"></a> |
|
947 <h4>Project.getMenu</h4> |
|
948 <b>getMenu</b>(<i>name</i>) |
|
949 <p> |
|
950 Public method to get a reference to the requested menu. |
|
951 </p><dl> |
|
952 <dt><i>name</i></dt> |
|
953 <dd> |
|
954 name of the menu (string) |
|
955 </dd> |
|
956 </dl><dl> |
|
957 <dt>Returns:</dt> |
|
958 <dd> |
|
959 reference to the menu (QMenu) or None, if no |
|
960 menu with the given name exists |
|
961 </dd> |
|
962 </dl><a NAME="Project.getMenuNames" ID="Project.getMenuNames"></a> |
|
963 <h4>Project.getMenuNames</h4> |
|
964 <b>getMenuNames</b>(<i></i>) |
|
965 <p> |
|
966 Public method to get the names of all menus. |
|
967 </p><dl> |
|
968 <dt>Returns:</dt> |
|
969 <dd> |
|
970 menu names (list of string) |
|
971 </dd> |
940 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
972 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
941 <h4>Project.getProjectPath</h4> |
973 <h4>Project.getProjectPath</h4> |
942 <b>getProjectPath</b>(<i></i>) |
974 <b>getProjectPath</b>(<i></i>) |
943 <p> |
975 <p> |
944 Public method to get the path of the eric5 project. |
976 Public method to get the path of the eric5 project. |