138 <td>Private method to save the multi project infos to a multi project file.</td> |
138 <td>Private method to save the multi project infos to a multi project file.</td> |
139 </tr><tr> |
139 </tr><tr> |
140 <td><a href="#MultiProject.__writeXMLMultiProject">__writeXMLMultiProject</a></td> |
140 <td><a href="#MultiProject.__writeXMLMultiProject">__writeXMLMultiProject</a></td> |
141 <td>Private method to write the multi project data to an XML file.</td> |
141 <td>Private method to write the multi project data to an XML file.</td> |
142 </tr><tr> |
142 </tr><tr> |
143 <td><a href="#MultiProject.addE4Actions">addE4Actions</a></td> |
143 <td><a href="#MultiProject.addE5Actions">addE5Actions</a></td> |
144 <td>Public method to add actions to the list of actions.</td> |
144 <td>Public method to add actions to the list of actions.</td> |
145 </tr><tr> |
145 </tr><tr> |
146 <td><a href="#MultiProject.addProject">addProject</a></td> |
146 <td><a href="#MultiProject.addProject">addProject</a></td> |
147 <td>Public slot used to add files to the project.</td> |
147 <td>Public slot used to add files to the project.</td> |
148 </tr><tr> |
148 </tr><tr> |
204 <td>Public slot to open a multi project.</td> |
204 <td>Public slot to open a multi project.</td> |
205 </tr><tr> |
205 </tr><tr> |
206 <td><a href="#MultiProject.openProject">openProject</a></td> |
206 <td><a href="#MultiProject.openProject">openProject</a></td> |
207 <td>Public slot to open a project.</td> |
207 <td>Public slot to open a project.</td> |
208 </tr><tr> |
208 </tr><tr> |
209 <td><a href="#MultiProject.removeE4Actions">removeE4Actions</a></td> |
209 <td><a href="#MultiProject.removeE5Actions">removeE5Actions</a></td> |
210 <td>Public method to remove actions from the list of actions.</td> |
210 <td>Public method to remove actions from the list of actions.</td> |
211 </tr><tr> |
211 </tr><tr> |
212 <td><a href="#MultiProject.removeProject">removeProject</a></td> |
212 <td><a href="#MultiProject.removeProject">removeProject</a></td> |
213 <td>Public slot to remove a project from the multi project.</td> |
213 <td>Public slot to remove a project from the multi project.</td> |
214 </tr><tr> |
214 </tr><tr> |
371 </p><dl> |
371 </p><dl> |
372 <dt><i>fn</i></dt> |
372 <dt><i>fn</i></dt> |
373 <dd> |
373 <dd> |
374 the filename of the multi project file (string) |
374 the filename of the multi project file (string) |
375 </dd> |
375 </dd> |
376 </dl><a NAME="MultiProject.addE4Actions" ID="MultiProject.addE4Actions"></a> |
376 </dl><a NAME="MultiProject.addE5Actions" ID="MultiProject.addE5Actions"></a> |
377 <h4>MultiProject.addE4Actions</h4> |
377 <h4>MultiProject.addE5Actions</h4> |
378 <b>addE4Actions</b>(<i>actions</i>) |
378 <b>addE5Actions</b>(<i>actions</i>) |
379 <p> |
379 <p> |
380 Public method to add actions to the list of actions. |
380 Public method to add actions to the list of actions. |
381 </p><dl> |
381 </p><dl> |
382 <dt><i>actions</i></dt> |
382 <dt><i>actions</i></dt> |
383 <dd> |
383 <dd> |
384 list of actions (list of E4Action) |
384 list of actions (list of E5Action) |
385 </dd> |
385 </dd> |
386 </dl><a NAME="MultiProject.addProject" ID="MultiProject.addProject"></a> |
386 </dl><a NAME="MultiProject.addProject" ID="MultiProject.addProject"></a> |
387 <h4>MultiProject.addProject</h4> |
387 <h4>MultiProject.addProject</h4> |
388 <b>addProject</b>(<i>startdir = None</i>) |
388 <b>addProject</b>(<i>startdir = None</i>) |
389 <p> |
389 <p> |
429 <p> |
429 <p> |
430 Public method to get a list of all actions. |
430 Public method to get a list of all actions. |
431 </p><dl> |
431 </p><dl> |
432 <dt>Returns:</dt> |
432 <dt>Returns:</dt> |
433 <dd> |
433 <dd> |
434 list of all actions (list of E4Action) |
434 list of all actions (list of E5Action) |
435 </dd> |
435 </dd> |
436 </dl><a NAME="MultiProject.getDependantProjectFiles" ID="MultiProject.getDependantProjectFiles"></a> |
436 </dl><a NAME="MultiProject.getDependantProjectFiles" ID="MultiProject.getDependantProjectFiles"></a> |
437 <h4>MultiProject.getDependantProjectFiles</h4> |
437 <h4>MultiProject.getDependantProjectFiles</h4> |
438 <b>getDependantProjectFiles</b>(<i></i>) |
438 <b>getDependantProjectFiles</b>(<i></i>) |
439 <p> |
439 <p> |
544 <p> |
544 <p> |
545 Public slot to initialize the multi project toolbar. |
545 Public slot to initialize the multi project toolbar. |
546 </p><dl> |
546 </p><dl> |
547 <dt><i>toolbarManager</i></dt> |
547 <dt><i>toolbarManager</i></dt> |
548 <dd> |
548 <dd> |
549 reference to a toolbar manager object (E4ToolBarManager) |
549 reference to a toolbar manager object (E5ToolBarManager) |
550 </dd> |
550 </dd> |
551 </dl><dl> |
551 </dl><dl> |
552 <dt>Returns:</dt> |
552 <dt>Returns:</dt> |
553 <dd> |
553 <dd> |
554 the toolbar generated (QToolBar) |
554 the toolbar generated (QToolBar) |
603 </p><dl> |
603 </p><dl> |
604 <dt><i>filename</i></dt> |
604 <dt><i>filename</i></dt> |
605 <dd> |
605 <dd> |
606 filename of the project file (string) |
606 filename of the project file (string) |
607 </dd> |
607 </dd> |
608 </dl><a NAME="MultiProject.removeE4Actions" ID="MultiProject.removeE4Actions"></a> |
608 </dl><a NAME="MultiProject.removeE5Actions" ID="MultiProject.removeE5Actions"></a> |
609 <h4>MultiProject.removeE4Actions</h4> |
609 <h4>MultiProject.removeE5Actions</h4> |
610 <b>removeE4Actions</b>(<i>actions</i>) |
610 <b>removeE5Actions</b>(<i>actions</i>) |
611 <p> |
611 <p> |
612 Public method to remove actions from the list of actions. |
612 Public method to remove actions from the list of actions. |
613 </p><dl> |
613 </p><dl> |
614 <dt><i>actions</i></dt> |
614 <dt><i>actions</i></dt> |
615 <dd> |
615 <dd> |
616 list of actions (list of E4Action) |
616 list of actions (list of E5Action) |
617 </dd> |
617 </dd> |
618 </dl><a NAME="MultiProject.removeProject" ID="MultiProject.removeProject"></a> |
618 </dl><a NAME="MultiProject.removeProject" ID="MultiProject.removeProject"></a> |
619 <h4>MultiProject.removeProject</h4> |
619 <h4>MultiProject.removeProject</h4> |
620 <b>removeProject</b>(<i>fn</i>) |
620 <b>removeProject</b>(<i>fn</i>) |
621 <p> |
621 <p> |