654 <td>Public method to enable the auto update function.</td> |
654 <td>Public method to enable the auto update function.</td> |
655 </tr><tr> |
655 </tr><tr> |
656 <td><a href="#Project.setStatusMonitorInterval">setStatusMonitorInterval</a></td> |
656 <td><a href="#Project.setStatusMonitorInterval">setStatusMonitorInterval</a></td> |
657 <td>Public method to se the interval of the VCS status monitor thread.</td> |
657 <td>Public method to se the interval of the VCS status monitor thread.</td> |
658 </tr><tr> |
658 </tr><tr> |
|
659 <td><a href="#Project.setTranslationPattern">setTranslationPattern</a></td> |
|
660 <td>Public method to set the translation pattern.</td> |
|
661 </tr><tr> |
659 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
662 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
660 <td>Public method to start the VCS status monitor thread.</td> |
663 <td>Public method to start the VCS status monitor thread.</td> |
661 </tr><tr> |
664 </tr><tr> |
662 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
665 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
663 <td>Public method to check, if a path starts with the project path.</td> |
666 <td>Public method to check, if a path starts with the project path.</td> |
2407 </p><dl> |
2410 </p><dl> |
2408 <dt><i>interval</i></dt> |
2411 <dt><i>interval</i></dt> |
2409 <dd> |
2412 <dd> |
2410 status monitor interval in seconds (integer) |
2413 status monitor interval in seconds (integer) |
2411 </dd> |
2414 </dd> |
|
2415 </dl><a NAME="Project.setTranslationPattern" ID="Project.setTranslationPattern"></a> |
|
2416 <h4>Project.setTranslationPattern</h4> |
|
2417 <b>setTranslationPattern</b>(<i>pattern</i>) |
|
2418 <p> |
|
2419 Public method to set the translation pattern. |
|
2420 </p><dl> |
|
2421 <dt><i>pattern</i> (str)</dt> |
|
2422 <dd> |
|
2423 translation pattern |
|
2424 </dd> |
2412 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
2425 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
2413 <h4>Project.startStatusMonitor</h4> |
2426 <h4>Project.startStatusMonitor</h4> |
2414 <b>startStatusMonitor</b>(<i></i>) |
2427 <b>startStatusMonitor</b>(<i></i>) |
2415 <p> |
2428 <p> |
2416 Public method to start the VCS status monitor thread. |
2429 Public method to start the VCS status monitor thread. |