99 <td>Constructor</td> |
99 <td>Constructor</td> |
100 </tr><tr> |
100 </tr><tr> |
101 <td><a href="#MultiProject.__checkFilesExist">__checkFilesExist</a></td> |
101 <td><a href="#MultiProject.__checkFilesExist">__checkFilesExist</a></td> |
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> |
|
105 <td>Private method to clear the recent multi projects menu.</td> |
|
106 </tr><tr> |
|
107 <td><a href="#MultiProject.__extractCategories">__extractCategories</a></td> |
104 <td><a href="#MultiProject.__extractCategories">__extractCategories</a></td> |
108 <td>Private slot to extract the categories used in the project definitions.</td> |
105 <td>Private slot to extract the categories used in the project definitions.</td> |
109 </tr><tr> |
106 </tr><tr> |
110 <td><a href="#MultiProject.__initData">__initData</a></td> |
107 <td><a href="#MultiProject.__initData">__initData</a></td> |
111 <td>Private method to initialize the multi project data part.</td> |
108 <td>Private method to initialize the multi project data part.</td> |
152 <td><a href="#MultiProject.changeProjectProperties">changeProjectProperties</a></td> |
149 <td><a href="#MultiProject.changeProjectProperties">changeProjectProperties</a></td> |
153 <td>Public method to change the data of a project entry.</td> |
150 <td>Public method to change the data of a project entry.</td> |
154 </tr><tr> |
151 </tr><tr> |
155 <td><a href="#MultiProject.checkDirty">checkDirty</a></td> |
152 <td><a href="#MultiProject.checkDirty">checkDirty</a></td> |
156 <td>Public method to check the dirty status and open a message window.</td> |
153 <td>Public method to check the dirty status and open a message window.</td> |
|
154 </tr><tr> |
|
155 <td><a href="#MultiProject.clearRecent">clearRecent</a></td> |
|
156 <td>Public method to clear the recent multi projects menu.</td> |
157 </tr><tr> |
157 </tr><tr> |
158 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> |
158 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> |
159 <td>Public slot to close the current multi project.</td> |
159 <td>Public slot to close the current multi project.</td> |
160 </tr><tr> |
160 </tr><tr> |
161 <td><a href="#MultiProject.getActions">getActions</a></td> |
161 <td><a href="#MultiProject.getActions">getActions</a></td> |
253 Private method to check, if the files in a list exist. |
253 Private method to check, if the files in a list exist. |
254 </p><p> |
254 </p><p> |
255 The project files are checked for existance in the |
255 The project files are checked for existance in the |
256 filesystem. Non existant projects are removed from the list and the |
256 filesystem. Non existant projects are removed from the list and the |
257 dirty state of the multi project is changed accordingly. |
257 dirty state of the multi project is changed accordingly. |
258 </p><a NAME="MultiProject.__clearRecent" ID="MultiProject.__clearRecent"></a> |
|
259 <h4>MultiProject.__clearRecent</h4> |
|
260 <b>__clearRecent</b>(<i></i>) |
|
261 <p> |
|
262 Private method to clear the recent multi projects menu. |
|
263 </p><a NAME="MultiProject.__extractCategories" ID="MultiProject.__extractCategories"></a> |
258 </p><a NAME="MultiProject.__extractCategories" ID="MultiProject.__extractCategories"></a> |
264 <h4>MultiProject.__extractCategories</h4> |
259 <h4>MultiProject.__extractCategories</h4> |
265 <b>__extractCategories</b>(<i></i>) |
260 <b>__extractCategories</b>(<i></i>) |
266 <p> |
261 <p> |
267 Private slot to extract the categories used in the project definitions. |
262 Private slot to extract the categories used in the project definitions. |
403 </p><dl> |
398 </p><dl> |
404 <dt>Returns:</dt> |
399 <dt>Returns:</dt> |
405 <dd> |
400 <dd> |
406 flag indicating whether this operation was successful (boolean) |
401 flag indicating whether this operation was successful (boolean) |
407 </dd> |
402 </dd> |
408 </dl><a NAME="MultiProject.closeMultiProject" ID="MultiProject.closeMultiProject"></a> |
403 </dl><a NAME="MultiProject.clearRecent" ID="MultiProject.clearRecent"></a> |
|
404 <h4>MultiProject.clearRecent</h4> |
|
405 <b>clearRecent</b>(<i></i>) |
|
406 <p> |
|
407 Public method to clear the recent multi projects menu. |
|
408 </p><a NAME="MultiProject.closeMultiProject" ID="MultiProject.closeMultiProject"></a> |
409 <h4>MultiProject.closeMultiProject</h4> |
409 <h4>MultiProject.closeMultiProject</h4> |
410 <b>closeMultiProject</b>(<i></i>) |
410 <b>closeMultiProject</b>(<i></i>) |
411 <p> |
411 <p> |
412 Public slot to close the current multi project. |
412 Public slot to close the current multi project. |
413 </p><dl> |
413 </p><dl> |