181 <td>Private method to calculate the filename of the binary translations file given the name of the raw translations file.</td> |
181 <td>Private method to calculate the filename of the binary translations file given the name of the raw translations file.</td> |
182 </tr><tr> |
182 </tr><tr> |
183 <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td> |
183 <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td> |
184 <td>Private method to check, if the files in a list exist.</td> |
184 <td>Private method to check, if the files in a list exist.</td> |
185 </tr><tr> |
185 </tr><tr> |
|
186 <td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td> |
|
187 <td>Private method to check, if a file is in a specific file group of the project.</td> |
|
188 </tr><tr> |
186 <td><a href="#Project.__clearRecent">__clearRecent</a></td> |
189 <td><a href="#Project.__clearRecent">__clearRecent</a></td> |
187 <td>Private method to clear the recent projects menu.</td> |
190 <td>Private method to clear the recent projects menu.</td> |
188 </tr><tr> |
191 </tr><tr> |
189 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
192 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
190 <td>Private method to close all project related windows.</td> |
193 <td>Private method to close all project related windows.</td> |
714 </p><dl> |
717 </p><dl> |
715 <dt><i>index</i></dt> |
718 <dt><i>index</i></dt> |
716 <dd> |
719 <dd> |
717 key of the list to be checked (string) |
720 key of the list to be checked (string) |
718 </dd> |
721 </dd> |
|
722 </dl><a NAME="Project.__checkProjectFileGroup" ID="Project.__checkProjectFileGroup"></a> |
|
723 <h4>Project.__checkProjectFileGroup</h4> |
|
724 <b>__checkProjectFileGroup</b>(<i>fn, group</i>) |
|
725 <p> |
|
726 Private method to check, if a file is in a specific file group of the project. |
|
727 </p><dl> |
|
728 <dt><i>fn</i></dt> |
|
729 <dd> |
|
730 filename to be checked (string) |
|
731 </dd><dt><i>group</i></dt> |
|
732 <dd> |
|
733 group to check (string) |
|
734 </dd> |
|
735 </dl><dl> |
|
736 <dt>Returns:</dt> |
|
737 <dd> |
|
738 flag indicating membership (boolean) |
|
739 </dd> |
719 </dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a> |
740 </dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a> |
720 <h4>Project.__clearRecent</h4> |
741 <h4>Project.__clearRecent</h4> |
721 <b>__clearRecent</b>(<i></i>) |
742 <b>__clearRecent</b>(<i></i>) |
722 <p> |
743 <p> |
723 Private method to clear the recent projects menu. |
744 Private method to clear the recent projects menu. |