Sat, 21 Jan 2012 17:21:19 +0100
Updated source docu.
--- a/Documentation/Help/source.qhp Sat Jan 21 17:20:33 2012 +0100 +++ b/Documentation/Help/source.qhp Sat Jan 21 17:21:19 2012 +0100 @@ -6912,6 +6912,7 @@ <keyword name="Project.__addSingleDirectory" id="Project.__addSingleDirectory" ref="eric5.Project.Project.html#Project.__addSingleDirectory" /> <keyword name="Project.__binaryTranslationFile" id="Project.__binaryTranslationFile" ref="eric5.Project.Project.html#Project.__binaryTranslationFile" /> <keyword name="Project.__checkFilesExist" id="Project.__checkFilesExist" ref="eric5.Project.Project.html#Project.__checkFilesExist" /> + <keyword name="Project.__checkProjectFileGroup" id="Project.__checkProjectFileGroup" ref="eric5.Project.Project.html#Project.__checkProjectFileGroup" /> <keyword name="Project.__clearRecent" id="Project.__clearRecent" ref="eric5.Project.Project.html#Project.__clearRecent" /> <keyword name="Project.__closeAllWindows" id="Project.__closeAllWindows" ref="eric5.Project.Project.html#Project.__closeAllWindows" /> <keyword name="Project.__createSnapshotSource" id="Project.__createSnapshotSource" ref="eric5.Project.Project.html#Project.__createSnapshotSource" />
--- 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>)