Documentation/Source/eric6.MultiProject.MultiProject.html

changeset 6652
dfc89403b426
parent 5889
092d06e0193f
child 6653
ac800d2700d2
diff -r e8f3b5568b21 -r dfc89403b426 Documentation/Source/eric6.MultiProject.MultiProject.html
--- a/Documentation/Source/eric6.MultiProject.MultiProject.html	Sat Jan 12 12:40:14 2019 +0100
+++ b/Documentation/Source/eric6.MultiProject.MultiProject.html	Sat Jan 12 18:25:04 2019 +0100
@@ -161,6 +161,9 @@
 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td>
 <td>Public slot to close the current multi project.</td>
 </tr><tr>
+<td><a href="#MultiProject.deleteProject">deleteProject</a></td>
+<td>Public slot to delete project(s) from the multi project and disk.</td>
+</tr><tr>
 <td><a href="#MultiProject.getActions">getActions</a></td>
 <td>Public method to get a list of all actions.</td>
 </tr><tr>
@@ -428,6 +431,17 @@
 <dd>
 flag indicating success (boolean)
 </dd>
+</dl><a NAME="MultiProject.deleteProject" ID="MultiProject.deleteProject"></a>
+<h4>MultiProject.deleteProject</h4>
+<b>deleteProject</b>(<i>uid</i>)
+<p>
+        Public slot to delete project(s) from the multi project and disk.
+</p><dl>
+<dt><i>uid</i> (str)</dt>
+<dd>
+UID of the project to be removed from the multi
+            project
+</dd>
 </dl><a NAME="MultiProject.getActions" ID="MultiProject.getActions"></a>
 <h4>MultiProject.getActions</h4>
 <b>getActions</b>(<i></i>)

eric ide

mercurial