319 <tr> |
319 <tr> |
320 <td><a href="#Project.__initProjectTypes">__initProjectTypes</a></td> |
320 <td><a href="#Project.__initProjectTypes">__initProjectTypes</a></td> |
321 <td>Private method to initialize the list of supported project types.</td> |
321 <td>Private method to initialize the list of supported project types.</td> |
322 </tr> |
322 </tr> |
323 <tr> |
323 <tr> |
|
324 <td><a href="#Project.__isInPdata">__isInPdata</a></td> |
|
325 <td>Private method used to check, if the passed in filename is project controlled..</td> |
|
326 </tr> |
|
327 <tr> |
324 <td><a href="#Project.__loadDiagram">__loadDiagram</a></td> |
328 <td><a href="#Project.__loadDiagram">__loadDiagram</a></td> |
325 <td>Private slot to load a diagram from file.</td> |
329 <td>Private slot to load a diagram from file.</td> |
326 </tr> |
330 </tr> |
327 <tr> |
331 <tr> |
328 <td><a href="#Project.__loadRecent">__loadRecent</a></td> |
332 <td><a href="#Project.__loadRecent">__loadRecent</a></td> |
1011 <tr> |
1015 <tr> |
1012 <td><a href="#Project.setTranslationPattern">setTranslationPattern</a></td> |
1016 <td><a href="#Project.setTranslationPattern">setTranslationPattern</a></td> |
1013 <td>Public method to set the translation pattern.</td> |
1017 <td>Public method to set the translation pattern.</td> |
1014 </tr> |
1018 </tr> |
1015 <tr> |
1019 <tr> |
|
1020 <td><a href="#Project.startFileSystemMonitoring">startFileSystemMonitoring</a></td> |
|
1021 <td>Public method to (re)start monitoring the project file system.</td> |
|
1022 </tr> |
|
1023 <tr> |
1016 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
1024 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
1017 <td>Public method to start the VCS status monitor thread.</td> |
1025 <td>Public method to start the VCS status monitor thread.</td> |
1018 </tr> |
1026 </tr> |
1019 <tr> |
1027 <tr> |
1020 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
1028 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
1021 <td>Public method to check, if a path starts with the project path.</td> |
1029 <td>Public method to check, if a path starts with the project path.</td> |
|
1030 </tr> |
|
1031 <tr> |
|
1032 <td><a href="#Project.stopFileSystemMonitoring">stopFileSystemMonitoring</a></td> |
|
1033 <td>Public method to stop monitoring the project file system.</td> |
1022 </tr> |
1034 </tr> |
1023 <tr> |
1035 <tr> |
1024 <td><a href="#Project.stopStatusMonitor">stopStatusMonitor</a></td> |
1036 <td><a href="#Project.stopStatusMonitor">stopStatusMonitor</a></td> |
1025 <td>Public method to stop the VCS status monitor thread.</td> |
1037 <td>Public method to stop the VCS status monitor thread.</td> |
1026 </tr> |
1038 </tr> |
1322 <b>__initProjectTypes</b>(<i></i>) |
1334 <b>__initProjectTypes</b>(<i></i>) |
1323 |
1335 |
1324 <p> |
1336 <p> |
1325 Private method to initialize the list of supported project types. |
1337 Private method to initialize the list of supported project types. |
1326 </p> |
1338 </p> |
|
1339 <a NAME="Project.__isInPdata" ID="Project.__isInPdata"></a> |
|
1340 <h4>Project.__isInPdata</h4> |
|
1341 <b>__isInPdata</b>(<i>fn</i>) |
|
1342 |
|
1343 <p> |
|
1344 Private method used to check, if the passed in filename is project |
|
1345 controlled.. |
|
1346 </p> |
|
1347 <dl> |
|
1348 |
|
1349 <dt><i>fn</i> (str)</dt> |
|
1350 <dd> |
|
1351 filename to be checked |
|
1352 </dd> |
|
1353 </dl> |
|
1354 <dl> |
|
1355 <dt>Returns:</dt> |
|
1356 <dd> |
|
1357 flag indicating membership |
|
1358 </dd> |
|
1359 </dl> |
|
1360 <dl> |
|
1361 <dt>Return Type:</dt> |
|
1362 <dd> |
|
1363 bool |
|
1364 </dd> |
|
1365 </dl> |
1327 <a NAME="Project.__loadDiagram" ID="Project.__loadDiagram"></a> |
1366 <a NAME="Project.__loadDiagram" ID="Project.__loadDiagram"></a> |
1328 <h4>Project.__loadDiagram</h4> |
1367 <h4>Project.__loadDiagram</h4> |
1329 <b>__loadDiagram</b>(<i></i>) |
1368 <b>__loadDiagram</b>(<i></i>) |
1330 |
1369 |
1331 <p> |
1370 <p> |
3876 <dt><i>pattern</i> (str)</dt> |
3915 <dt><i>pattern</i> (str)</dt> |
3877 <dd> |
3916 <dd> |
3878 translation pattern |
3917 translation pattern |
3879 </dd> |
3918 </dd> |
3880 </dl> |
3919 </dl> |
|
3920 <a NAME="Project.startFileSystemMonitoring" ID="Project.startFileSystemMonitoring"></a> |
|
3921 <h4>Project.startFileSystemMonitoring</h4> |
|
3922 <b>startFileSystemMonitoring</b>(<i></i>) |
|
3923 |
|
3924 <p> |
|
3925 Public method to (re)start monitoring the project file system. |
|
3926 </p> |
3881 <a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
3927 <a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
3882 <h4>Project.startStatusMonitor</h4> |
3928 <h4>Project.startStatusMonitor</h4> |
3883 <b>startStatusMonitor</b>(<i></i>) |
3929 <b>startStatusMonitor</b>(<i></i>) |
3884 |
3930 |
3885 <p> |
3931 <p> |
3904 <dd> |
3950 <dd> |
3905 flag indicating that the path starts with the project path |
3951 flag indicating that the path starts with the project path |
3906 (boolean) |
3952 (boolean) |
3907 </dd> |
3953 </dd> |
3908 </dl> |
3954 </dl> |
|
3955 <a NAME="Project.stopFileSystemMonitoring" ID="Project.stopFileSystemMonitoring"></a> |
|
3956 <h4>Project.stopFileSystemMonitoring</h4> |
|
3957 <b>stopFileSystemMonitoring</b>(<i></i>) |
|
3958 |
|
3959 <p> |
|
3960 Public method to stop monitoring the project file system. |
|
3961 </p> |
3909 <a NAME="Project.stopStatusMonitor" ID="Project.stopStatusMonitor"></a> |
3962 <a NAME="Project.stopStatusMonitor" ID="Project.stopStatusMonitor"></a> |
3910 <h4>Project.stopStatusMonitor</h4> |
3963 <h4>Project.stopStatusMonitor</h4> |
3911 <b>stopStatusMonitor</b>(<i></i>) |
3964 <b>stopStatusMonitor</b>(<i></i>) |
3912 |
3965 |
3913 <p> |
3966 <p> |