476 <td>Public method to rename an item.</td> |
476 <td>Public method to rename an item.</td> |
477 </tr> |
477 </tr> |
478 <tr> |
478 <tr> |
479 <td><a href="#ProjectBrowserModel.repopulateItem">repopulateItem</a></td> |
479 <td><a href="#ProjectBrowserModel.repopulateItem">repopulateItem</a></td> |
480 <td>Public method to repopulate an item.</td> |
480 <td>Public method to repopulate an item.</td> |
|
481 </tr> |
|
482 <tr> |
|
483 <td><a href="#ProjectBrowserModel.startFileSystemMonitoring">startFileSystemMonitoring</a></td> |
|
484 <td>Public method to (re)start monitoring the project file system.</td> |
|
485 </tr> |
|
486 <tr> |
|
487 <td><a href="#ProjectBrowserModel.stopFileSystemMonitoring">stopFileSystemMonitoring</a></td> |
|
488 <td>Public method to stop monitoring the project file system.</td> |
481 </tr> |
489 </tr> |
482 <tr> |
490 <tr> |
483 <td><a href="#ProjectBrowserModel.updateVCSStatus">updateVCSStatus</a></td> |
491 <td><a href="#ProjectBrowserModel.updateVCSStatus">updateVCSStatus</a></td> |
484 <td>Public method used to update the vcs status of a node.</td> |
492 <td>Public method used to update the vcs status of a node.</td> |
485 </tr> |
493 </tr> |
882 <dt><i>name</i></dt> |
890 <dt><i>name</i></dt> |
883 <dd> |
891 <dd> |
884 name of the file relative to the project root (string) |
892 name of the file relative to the project root (string) |
885 </dd> |
893 </dd> |
886 </dl> |
894 </dl> |
|
895 <a NAME="ProjectBrowserModel.startFileSystemMonitoring" ID="ProjectBrowserModel.startFileSystemMonitoring"></a> |
|
896 <h4>ProjectBrowserModel.startFileSystemMonitoring</h4> |
|
897 <b>startFileSystemMonitoring</b>(<i></i>) |
|
898 |
|
899 <p> |
|
900 Public method to (re)start monitoring the project file system. |
|
901 </p> |
|
902 <a NAME="ProjectBrowserModel.stopFileSystemMonitoring" ID="ProjectBrowserModel.stopFileSystemMonitoring"></a> |
|
903 <h4>ProjectBrowserModel.stopFileSystemMonitoring</h4> |
|
904 <b>stopFileSystemMonitoring</b>(<i></i>) |
|
905 |
|
906 <p> |
|
907 Public method to stop monitoring the project file system. |
|
908 </p> |
887 <a NAME="ProjectBrowserModel.updateVCSStatus" ID="ProjectBrowserModel.updateVCSStatus"></a> |
909 <a NAME="ProjectBrowserModel.updateVCSStatus" ID="ProjectBrowserModel.updateVCSStatus"></a> |
888 <h4>ProjectBrowserModel.updateVCSStatus</h4> |
910 <h4>ProjectBrowserModel.updateVCSStatus</h4> |
889 <b>updateVCSStatus</b>(<i>name, recursive=True</i>) |
911 <b>updateVCSStatus</b>(<i>name, recursive=True</i>) |
890 |
912 |
891 <p> |
913 <p> |