Documentation/Source/eric6.MultiProject.MultiProject.html

changeset 6652
dfc89403b426
parent 5889
092d06e0193f
child 6653
ac800d2700d2
equal deleted inserted replaced
6651:e8f3b5568b21 6652:dfc89403b426
159 <td>Public method to clear the recent multi projects menu.</td> 159 <td>Public method to clear the recent multi projects menu.</td>
160 </tr><tr> 160 </tr><tr>
161 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> 161 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td>
162 <td>Public slot to close the current multi project.</td> 162 <td>Public slot to close the current multi project.</td>
163 </tr><tr> 163 </tr><tr>
164 <td><a href="#MultiProject.deleteProject">deleteProject</a></td>
165 <td>Public slot to delete project(s) from the multi project and disk.</td>
166 </tr><tr>
164 <td><a href="#MultiProject.getActions">getActions</a></td> 167 <td><a href="#MultiProject.getActions">getActions</a></td>
165 <td>Public method to get a list of all actions.</td> 168 <td>Public method to get a list of all actions.</td>
166 </tr><tr> 169 </tr><tr>
167 <td><a href="#MultiProject.getCategories">getCategories</a></td> 170 <td><a href="#MultiProject.getCategories">getCategories</a></td>
168 <td>Public method to get the list of defined categories.</td> 171 <td>Public method to get the list of defined categories.</td>
426 </p><dl> 429 </p><dl>
427 <dt>Returns:</dt> 430 <dt>Returns:</dt>
428 <dd> 431 <dd>
429 flag indicating success (boolean) 432 flag indicating success (boolean)
430 </dd> 433 </dd>
434 </dl><a NAME="MultiProject.deleteProject" ID="MultiProject.deleteProject"></a>
435 <h4>MultiProject.deleteProject</h4>
436 <b>deleteProject</b>(<i>uid</i>)
437 <p>
438 Public slot to delete project(s) from the multi project and disk.
439 </p><dl>
440 <dt><i>uid</i> (str)</dt>
441 <dd>
442 UID of the project to be removed from the multi
443 project
444 </dd>
431 </dl><a NAME="MultiProject.getActions" ID="MultiProject.getActions"></a> 445 </dl><a NAME="MultiProject.getActions" ID="MultiProject.getActions"></a>
432 <h4>MultiProject.getActions</h4> 446 <h4>MultiProject.getActions</h4>
433 <b>getActions</b>(<i></i>) 447 <b>getActions</b>(<i></i>)
434 <p> 448 <p>
435 Public method to get a list of all actions. 449 Public method to get a list of all actions.

eric ide

mercurial