198 <td>Private method to check, if the files in a list exist.</td> |
198 <td>Private method to check, if the files in a list exist.</td> |
199 </tr><tr> |
199 </tr><tr> |
200 <td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td> |
200 <td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td> |
201 <td>Private method to check, if a file is in a specific file group of the project.</td> |
201 <td>Private method to check, if a file is in a specific file group of the project.</td> |
202 </tr><tr> |
202 </tr><tr> |
203 <td><a href="#Project.__clearRecent">__clearRecent</a></td> |
|
204 <td>Private method to clear the recent projects menu.</td> |
|
205 </tr><tr> |
|
206 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
203 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
207 <td>Private method to close all project related windows.</td> |
204 <td>Private method to close all project related windows.</td> |
208 </tr><tr> |
205 </tr><tr> |
209 <td><a href="#Project.__createSnapshotSource">__createSnapshotSource</a></td> |
206 <td><a href="#Project.__createSnapshotSource">__createSnapshotSource</a></td> |
210 <td>Private method to create a snapshot plugin version.</td> |
207 <td>Private method to create a snapshot plugin version.</td> |
413 <td><a href="#Project.checkLanguageFiles">checkLanguageFiles</a></td> |
410 <td><a href="#Project.checkLanguageFiles">checkLanguageFiles</a></td> |
414 <td>Public slot to check the language files after a release process.</td> |
411 <td>Public slot to check the language files after a release process.</td> |
415 </tr><tr> |
412 </tr><tr> |
416 <td><a href="#Project.checkVCSStatus">checkVCSStatus</a></td> |
413 <td><a href="#Project.checkVCSStatus">checkVCSStatus</a></td> |
417 <td>Public method to wake up the VCS status monitor thread.</td> |
414 <td>Public method to wake up the VCS status monitor thread.</td> |
|
415 </tr><tr> |
|
416 <td><a href="#Project.clearRecent">clearRecent</a></td> |
|
417 <td>Public method to clear the recent projects menu.</td> |
418 </tr><tr> |
418 </tr><tr> |
419 <td><a href="#Project.clearStatusMonitorCachedState">clearStatusMonitorCachedState</a></td> |
419 <td><a href="#Project.clearStatusMonitorCachedState">clearStatusMonitorCachedState</a></td> |
420 <td>Public method to clear the cached VCS state of a file/directory.</td> |
420 <td>Public method to clear the cached VCS state of a file/directory.</td> |
421 </tr><tr> |
421 </tr><tr> |
422 <td><a href="#Project.closeProject">closeProject</a></td> |
422 <td><a href="#Project.closeProject">closeProject</a></td> |
799 </dl><dl> |
799 </dl><dl> |
800 <dt>Returns:</dt> |
800 <dt>Returns:</dt> |
801 <dd> |
801 <dd> |
802 flag indicating membership (boolean) |
802 flag indicating membership (boolean) |
803 </dd> |
803 </dd> |
804 </dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a> |
804 </dl><a NAME="Project.__closeAllWindows" ID="Project.__closeAllWindows"></a> |
805 <h4>Project.__clearRecent</h4> |
|
806 <b>__clearRecent</b>(<i></i>) |
|
807 <p> |
|
808 Private method to clear the recent projects menu. |
|
809 </p><a NAME="Project.__closeAllWindows" ID="Project.__closeAllWindows"></a> |
|
810 <h4>Project.__closeAllWindows</h4> |
805 <h4>Project.__closeAllWindows</h4> |
811 <b>__closeAllWindows</b>(<i></i>) |
806 <b>__closeAllWindows</b>(<i></i>) |
812 <p> |
807 <p> |
813 Private method to close all project related windows. |
808 Private method to close all project related windows. |
814 </p><a NAME="Project.__createSnapshotSource" ID="Project.__createSnapshotSource"></a> |
809 </p><a NAME="Project.__createSnapshotSource" ID="Project.__createSnapshotSource"></a> |
1354 </p><a NAME="Project.checkVCSStatus" ID="Project.checkVCSStatus"></a> |
1349 </p><a NAME="Project.checkVCSStatus" ID="Project.checkVCSStatus"></a> |
1355 <h4>Project.checkVCSStatus</h4> |
1350 <h4>Project.checkVCSStatus</h4> |
1356 <b>checkVCSStatus</b>(<i></i>) |
1351 <b>checkVCSStatus</b>(<i></i>) |
1357 <p> |
1352 <p> |
1358 Public method to wake up the VCS status monitor thread. |
1353 Public method to wake up the VCS status monitor thread. |
|
1354 </p><a NAME="Project.clearRecent" ID="Project.clearRecent"></a> |
|
1355 <h4>Project.clearRecent</h4> |
|
1356 <b>clearRecent</b>(<i></i>) |
|
1357 <p> |
|
1358 Public method to clear the recent projects menu. |
1359 </p><a NAME="Project.clearStatusMonitorCachedState" ID="Project.clearStatusMonitorCachedState"></a> |
1359 </p><a NAME="Project.clearStatusMonitorCachedState" ID="Project.clearStatusMonitorCachedState"></a> |
1360 <h4>Project.clearStatusMonitorCachedState</h4> |
1360 <h4>Project.clearStatusMonitorCachedState</h4> |
1361 <b>clearStatusMonitorCachedState</b>(<i>name</i>) |
1361 <b>clearStatusMonitorCachedState</b>(<i>name</i>) |
1362 <p> |
1362 <p> |
1363 Public method to clear the cached VCS state of a file/directory. |
1363 Public method to clear the cached VCS state of a file/directory. |