663 <td>Public method to enable the auto update function.</td> |
663 <td>Public method to enable the auto update function.</td> |
664 </tr><tr> |
664 </tr><tr> |
665 <td><a href="#Project.setStatusMonitorInterval">setStatusMonitorInterval</a></td> |
665 <td><a href="#Project.setStatusMonitorInterval">setStatusMonitorInterval</a></td> |
666 <td>Public method to se the interval of the VCS status monitor thread.</td> |
666 <td>Public method to se the interval of the VCS status monitor thread.</td> |
667 </tr><tr> |
667 </tr><tr> |
|
668 <td><a href="#Project.setTranslationPattern">setTranslationPattern</a></td> |
|
669 <td>Public method to set the translation pattern.</td> |
|
670 </tr><tr> |
668 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
671 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> |
669 <td>Public method to start the VCS status monitor thread.</td> |
672 <td>Public method to start the VCS status monitor thread.</td> |
670 </tr><tr> |
673 </tr><tr> |
671 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
674 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td> |
672 <td>Public method to check, if a path starts with the project path.</td> |
675 <td>Public method to check, if a path starts with the project path.</td> |
2421 </p><dl> |
2424 </p><dl> |
2422 <dt><i>interval</i></dt> |
2425 <dt><i>interval</i></dt> |
2423 <dd> |
2426 <dd> |
2424 status monitor interval in seconds (integer) |
2427 status monitor interval in seconds (integer) |
2425 </dd> |
2428 </dd> |
|
2429 </dl><a NAME="Project.setTranslationPattern" ID="Project.setTranslationPattern"></a> |
|
2430 <h4>Project.setTranslationPattern</h4> |
|
2431 <b>setTranslationPattern</b>(<i>pattern</i>) |
|
2432 <p> |
|
2433 Public method to set the translation pattern. |
|
2434 </p><dl> |
|
2435 <dt><i>pattern</i> (str)</dt> |
|
2436 <dd> |
|
2437 translation pattern |
|
2438 </dd> |
2426 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
2439 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> |
2427 <h4>Project.startStatusMonitor</h4> |
2440 <h4>Project.startStatusMonitor</h4> |
2428 <b>startStatusMonitor</b>(<i></i>) |
2441 <b>startStatusMonitor</b>(<i></i>) |
2429 <p> |
2442 <p> |
2430 Public method to start the VCS status monitor thread. |
2443 Public method to start the VCS status monitor thread. |