540 <td>Public method to initialize the filetype associations with default values.</td> |
540 <td>Public method to initialize the filetype associations with default values.</td> |
541 </tr><tr> |
541 </tr><tr> |
542 <td><a href="#Project.initMenu">initMenu</a></td> |
542 <td><a href="#Project.initMenu">initMenu</a></td> |
543 <td>Public slot to initialize the project menu.</td> |
543 <td>Public slot to initialize the project menu.</td> |
544 </tr><tr> |
544 </tr><tr> |
545 <td><a href="#Project.initToolbar">initToolbar</a></td> |
545 <td><a href="#Project.initToolbars">initToolbars</a></td> |
546 <td>Public slot to initialize the project toolbar.</td> |
546 <td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td> |
547 </tr><tr> |
547 </tr><tr> |
548 <td><a href="#Project.initVCS">initVCS</a></td> |
548 <td><a href="#Project.initVCS">initVCS</a></td> |
549 <td>Public method used to instantiate a vcs system.</td> |
549 <td>Public method used to instantiate a vcs system.</td> |
550 </tr><tr> |
550 </tr><tr> |
551 <td><a href="#Project.isDebugPropertiesLoaded">isDebugPropertiesLoaded</a></td> |
551 <td><a href="#Project.isDebugPropertiesLoaded">isDebugPropertiesLoaded</a></td> |
1875 </p><dl> |
1875 </p><dl> |
1876 <dt>Returns:</dt> |
1876 <dt>Returns:</dt> |
1877 <dd> |
1877 <dd> |
1878 the menu generated (QMenu) |
1878 the menu generated (QMenu) |
1879 </dd> |
1879 </dd> |
1880 </dl><a NAME="Project.initToolbar" ID="Project.initToolbar"></a> |
1880 </dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a> |
1881 <h4>Project.initToolbar</h4> |
1881 <h4>Project.initToolbars</h4> |
1882 <b>initToolbar</b>(<i>toolbarManager</i>) |
1882 <b>initToolbars</b>(<i>toolbarManager</i>) |
1883 <p> |
1883 <p> |
1884 Public slot to initialize the project toolbar. |
1884 Public slot to initialize the project toolbar and the basic VCS |
|
1885 toolbar. |
1885 </p><dl> |
1886 </p><dl> |
1886 <dt><i>toolbarManager</i></dt> |
1887 <dt><i>toolbarManager</i></dt> |
1887 <dd> |
1888 <dd> |
1888 reference to a toolbar manager object |
1889 reference to a toolbar manager object |
1889 (E5ToolBarManager) |
1890 (E5ToolBarManager) |
1890 </dd> |
1891 </dd> |
1891 </dl><dl> |
1892 </dl><dl> |
1892 <dt>Returns:</dt> |
1893 <dt>Returns:</dt> |
1893 <dd> |
1894 <dd> |
1894 the toolbar generated (QToolBar) |
1895 tuple of the generated toolbars (tuple of two QToolBar) |
1895 </dd> |
1896 </dd> |
1896 </dl><a NAME="Project.initVCS" ID="Project.initVCS"></a> |
1897 </dl><a NAME="Project.initVCS" ID="Project.initVCS"></a> |
1897 <h4>Project.initVCS</h4> |
1898 <h4>Project.initVCS</h4> |
1898 <b>initVCS</b>(<i>vcsSystem=None, nooverride=False</i>) |
1899 <b>initVCS</b>(<i>vcsSystem=None, nooverride=False</i>) |
1899 <p> |
1900 <p> |