Documentation/Source/eric5.Project.Project.html

changeset 1572
5900e71055ea
parent 1492
efbc0a2528a1
child 1653
fed1920ff53b
child 1867
53dc71df653a
diff -r 0db59c82f096 -r 5900e71055ea Documentation/Source/eric5.Project.Project.html
--- a/Documentation/Source/eric5.Project.Project.html	Sat Jan 21 17:20:33 2012 +0100
+++ b/Documentation/Source/eric5.Project.Project.html	Sat Jan 21 17:21:19 2012 +0100
@@ -183,6 +183,9 @@
 <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td>
 <td>Private method to check, if the files in a list exist.</td>
 </tr><tr>
+<td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td>
+<td>Private method to check, if a file is in a specific file group of the project.</td>
+</tr><tr>
 <td><a href="#Project.__clearRecent">__clearRecent</a></td>
 <td>Private method to clear the recent projects menu.</td>
 </tr><tr>
@@ -716,6 +719,24 @@
 <dd>
 key of the list to be checked (string)
 </dd>
+</dl><a NAME="Project.__checkProjectFileGroup" ID="Project.__checkProjectFileGroup"></a>
+<h4>Project.__checkProjectFileGroup</h4>
+<b>__checkProjectFileGroup</b>(<i>fn, group</i>)
+<p>
+        Private method to check, if a file is in a specific file group of the project.
+</p><dl>
+<dt><i>fn</i></dt>
+<dd>
+filename to be checked (string)
+</dd><dt><i>group</i></dt>
+<dd>
+group to check (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating membership (boolean)
+</dd>
 </dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a>
 <h4>Project.__clearRecent</h4>
 <b>__clearRecent</b>(<i></i>)

eric ide

mercurial