320 <td>Private method to write the project data to an XML file.</td> |
320 <td>Private method to write the project data to an XML file.</td> |
321 </tr><tr> |
321 </tr><tr> |
322 <td><a href="#Project.addDirectory">addDirectory</a></td> |
322 <td><a href="#Project.addDirectory">addDirectory</a></td> |
323 <td>Public method used to add all files of a directory to the project.</td> |
323 <td>Public method used to add all files of a directory to the project.</td> |
324 </tr><tr> |
324 </tr><tr> |
325 <td><a href="#Project.addE4Actions">addE4Actions</a></td> |
325 <td><a href="#Project.addE5Actions">addE5Actions</a></td> |
326 <td>Public method to add actions to the list of actions.</td> |
326 <td>Public method to add actions to the list of actions.</td> |
327 </tr><tr> |
327 </tr><tr> |
328 <td><a href="#Project.addFiles">addFiles</a></td> |
328 <td><a href="#Project.addFiles">addFiles</a></td> |
329 <td>Public slot used to add files to the project.</td> |
329 <td>Public slot used to add files to the project.</td> |
330 </tr><tr> |
330 </tr><tr> |
527 <td>Public method to register a project type.</td> |
527 <td>Public method to register a project type.</td> |
528 </tr><tr> |
528 </tr><tr> |
529 <td><a href="#Project.removeDirectory">removeDirectory</a></td> |
529 <td><a href="#Project.removeDirectory">removeDirectory</a></td> |
530 <td>Public slot to remove a directory from the project.</td> |
530 <td>Public slot to remove a directory from the project.</td> |
531 </tr><tr> |
531 </tr><tr> |
532 <td><a href="#Project.removeE4Actions">removeE4Actions</a></td> |
532 <td><a href="#Project.removeE5Actions">removeE5Actions</a></td> |
533 <td>Public method to remove actions from the list of actions.</td> |
533 <td>Public method to remove actions from the list of actions.</td> |
534 </tr><tr> |
534 </tr><tr> |
535 <td><a href="#Project.removeFile">removeFile</a></td> |
535 <td><a href="#Project.removeFile">removeFile</a></td> |
536 <td>Public slot to remove a file from the project.</td> |
536 <td>Public slot to remove a file from the project.</td> |
537 </tr><tr> |
537 </tr><tr> |
1154 (string out of source, form, resource, interface, others) |
1154 (string out of source, form, resource, interface, others) |
1155 </dd><dt><i>startdir</i></dt> |
1155 </dd><dt><i>startdir</i></dt> |
1156 <dd> |
1156 <dd> |
1157 start directory for the selection dialog (string) |
1157 start directory for the selection dialog (string) |
1158 </dd> |
1158 </dd> |
1159 </dl><a NAME="Project.addE4Actions" ID="Project.addE4Actions"></a> |
1159 </dl><a NAME="Project.addE5Actions" ID="Project.addE5Actions"></a> |
1160 <h4>Project.addE4Actions</h4> |
1160 <h4>Project.addE5Actions</h4> |
1161 <b>addE4Actions</b>(<i>actions</i>) |
1161 <b>addE5Actions</b>(<i>actions</i>) |
1162 <p> |
1162 <p> |
1163 Public method to add actions to the list of actions. |
1163 Public method to add actions to the list of actions. |
1164 </p><dl> |
1164 </p><dl> |
1165 <dt><i>actions</i></dt> |
1165 <dt><i>actions</i></dt> |
1166 <dd> |
1166 <dd> |
1167 list of actions (list of E4Action) |
1167 list of actions (list of E5Action) |
1168 </dd> |
1168 </dd> |
1169 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a> |
1169 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a> |
1170 <h4>Project.addFiles</h4> |
1170 <h4>Project.addFiles</h4> |
1171 <b>addFiles</b>(<i>filter = None, startdir = None</i>) |
1171 <b>addFiles</b>(<i>filter = None, startdir = None</i>) |
1172 <p> |
1172 <p> |
1356 <p> |
1356 <p> |
1357 Public method to get a list of all actions. |
1357 Public method to get a list of all actions. |
1358 </p><dl> |
1358 </p><dl> |
1359 <dt>Returns:</dt> |
1359 <dt>Returns:</dt> |
1360 <dd> |
1360 <dd> |
1361 list of all actions (list of E4Action) |
1361 list of all actions (list of E5Action) |
1362 </dd> |
1362 </dd> |
1363 </dl><a NAME="Project.getData" ID="Project.getData"></a> |
1363 </dl><a NAME="Project.getData" ID="Project.getData"></a> |
1364 <h4>Project.getData</h4> |
1364 <h4>Project.getData</h4> |
1365 <b>getData</b>(<i>category, key</i>) |
1365 <b>getData</b>(<i>category, key</i>) |
1366 <p> |
1366 <p> |
1668 <p> |
1668 <p> |
1669 Public slot to initialize the project toolbar. |
1669 Public slot to initialize the project toolbar. |
1670 </p><dl> |
1670 </p><dl> |
1671 <dt><i>toolbarManager</i></dt> |
1671 <dt><i>toolbarManager</i></dt> |
1672 <dd> |
1672 <dd> |
1673 reference to a toolbar manager object (E4ToolBarManager) |
1673 reference to a toolbar manager object (E5ToolBarManager) |
1674 </dd> |
1674 </dd> |
1675 </dl><dl> |
1675 </dl><dl> |
1676 <dt>Returns:</dt> |
1676 <dt>Returns:</dt> |
1677 <dd> |
1677 <dd> |
1678 the toolbar generated (QToolBar) |
1678 the toolbar generated (QToolBar) |
1902 </p><dl> |
1902 </p><dl> |
1903 <dt><i>dn</i></dt> |
1903 <dt><i>dn</i></dt> |
1904 <dd> |
1904 <dd> |
1905 directory name to be removed from the project |
1905 directory name to be removed from the project |
1906 </dd> |
1906 </dd> |
1907 </dl><a NAME="Project.removeE4Actions" ID="Project.removeE4Actions"></a> |
1907 </dl><a NAME="Project.removeE5Actions" ID="Project.removeE5Actions"></a> |
1908 <h4>Project.removeE4Actions</h4> |
1908 <h4>Project.removeE5Actions</h4> |
1909 <b>removeE4Actions</b>(<i>actions</i>) |
1909 <b>removeE5Actions</b>(<i>actions</i>) |
1910 <p> |
1910 <p> |
1911 Public method to remove actions from the list of actions. |
1911 Public method to remove actions from the list of actions. |
1912 </p><dl> |
1912 </p><dl> |
1913 <dt><i>actions</i></dt> |
1913 <dt><i>actions</i></dt> |
1914 <dd> |
1914 <dd> |
1915 list of actions (list of E4Action) |
1915 list of actions (list of E5Action) |
1916 </dd> |
1916 </dd> |
1917 </dl><a NAME="Project.removeFile" ID="Project.removeFile"></a> |
1917 </dl><a NAME="Project.removeFile" ID="Project.removeFile"></a> |
1918 <h4>Project.removeFile</h4> |
1918 <h4>Project.removeFile</h4> |
1919 <b>removeFile</b>(<i>fn, updateModel = True</i>) |
1919 <b>removeFile</b>(<i>fn, updateModel = True</i>) |
1920 <p> |
1920 <p> |