102 <td>Private method to check, if the files in a list exist.</td> |
102 <td>Private method to check, if the files in a list exist.</td> |
103 </tr><tr> |
103 </tr><tr> |
104 <td><a href="#MultiProject.__clearRecent">__clearRecent</a></td> |
104 <td><a href="#MultiProject.__clearRecent">__clearRecent</a></td> |
105 <td>Private method to clear the recent multi projects menu.</td> |
105 <td>Private method to clear the recent multi projects menu.</td> |
106 </tr><tr> |
106 </tr><tr> |
|
107 <td><a href="#MultiProject.__extractCategories">__extractCategories</a></td> |
|
108 <td>Private slot to extract the categories used in the project definitions.</td> |
|
109 </tr><tr> |
107 <td><a href="#MultiProject.__initData">__initData</a></td> |
110 <td><a href="#MultiProject.__initData">__initData</a></td> |
108 <td>Private method to initialize the multi project data part.</td> |
111 <td>Private method to initialize the multi project data part.</td> |
109 </tr><tr> |
112 </tr><tr> |
110 <td><a href="#MultiProject.__loadRecent">__loadRecent</a></td> |
113 <td><a href="#MultiProject.__loadRecent">__loadRecent</a></td> |
111 <td>Private method to load the recently opened multi project filenames.</td> |
114 <td>Private method to load the recently opened multi project filenames.</td> |
155 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> |
158 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> |
156 <td>Public slot to close the current multi project.</td> |
159 <td>Public slot to close the current multi project.</td> |
157 </tr><tr> |
160 </tr><tr> |
158 <td><a href="#MultiProject.getActions">getActions</a></td> |
161 <td><a href="#MultiProject.getActions">getActions</a></td> |
159 <td>Public method to get a list of all actions.</td> |
162 <td>Public method to get a list of all actions.</td> |
|
163 </tr><tr> |
|
164 <td><a href="#MultiProject.getCategories">getCategories</a></td> |
|
165 <td>Public method to get the list of defined categories.</td> |
160 </tr><tr> |
166 </tr><tr> |
161 <td><a href="#MultiProject.getDependantProjectFiles">getDependantProjectFiles</a></td> |
167 <td><a href="#MultiProject.getDependantProjectFiles">getDependantProjectFiles</a></td> |
162 <td>Public method to get the filenames of the dependant projects.</td> |
168 <td>Public method to get the filenames of the dependant projects.</td> |
163 </tr><tr> |
169 </tr><tr> |
164 <td><a href="#MultiProject.getMasterProjectFile">getMasterProjectFile</a></td> |
170 <td><a href="#MultiProject.getMasterProjectFile">getMasterProjectFile</a></td> |
252 </p><a NAME="MultiProject.__clearRecent" ID="MultiProject.__clearRecent"></a> |
258 </p><a NAME="MultiProject.__clearRecent" ID="MultiProject.__clearRecent"></a> |
253 <h4>MultiProject.__clearRecent</h4> |
259 <h4>MultiProject.__clearRecent</h4> |
254 <b>__clearRecent</b>(<i></i>) |
260 <b>__clearRecent</b>(<i></i>) |
255 <p> |
261 <p> |
256 Private method to clear the recent multi projects menu. |
262 Private method to clear the recent multi projects menu. |
|
263 </p><a NAME="MultiProject.__extractCategories" ID="MultiProject.__extractCategories"></a> |
|
264 <h4>MultiProject.__extractCategories</h4> |
|
265 <b>__extractCategories</b>(<i></i>) |
|
266 <p> |
|
267 Private slot to extract the categories used in the project definitions. |
257 </p><a NAME="MultiProject.__initData" ID="MultiProject.__initData"></a> |
268 </p><a NAME="MultiProject.__initData" ID="MultiProject.__initData"></a> |
258 <h4>MultiProject.__initData</h4> |
269 <h4>MultiProject.__initData</h4> |
259 <b>__initData</b>(<i></i>) |
270 <b>__initData</b>(<i></i>) |
260 <p> |
271 <p> |
261 Private method to initialize the multi project data part. |
272 Private method to initialize the multi project data part. |
412 </p><dl> |
423 </p><dl> |
413 <dt>Returns:</dt> |
424 <dt>Returns:</dt> |
414 <dd> |
425 <dd> |
415 list of all actions (list of E5Action) |
426 list of all actions (list of E5Action) |
416 </dd> |
427 </dd> |
|
428 </dl><a NAME="MultiProject.getCategories" ID="MultiProject.getCategories"></a> |
|
429 <h4>MultiProject.getCategories</h4> |
|
430 <b>getCategories</b>(<i></i>) |
|
431 <p> |
|
432 Public method to get the list of defined categories. |
|
433 </p><dl> |
|
434 <dt>Returns:</dt> |
|
435 <dd> |
|
436 list of categories (list of string) |
|
437 </dd> |
417 </dl><a NAME="MultiProject.getDependantProjectFiles" ID="MultiProject.getDependantProjectFiles"></a> |
438 </dl><a NAME="MultiProject.getDependantProjectFiles" ID="MultiProject.getDependantProjectFiles"></a> |
418 <h4>MultiProject.getDependantProjectFiles</h4> |
439 <h4>MultiProject.getDependantProjectFiles</h4> |
419 <b>getDependantProjectFiles</b>(<i></i>) |
440 <b>getDependantProjectFiles</b>(<i></i>) |
420 <p> |
441 <p> |
421 Public method to get the filenames of the dependant projects. |
442 Public method to get the filenames of the dependant projects. |