406 <td>Public slot to delete a file from the project directory.</td> |
406 <td>Public slot to delete a file from the project directory.</td> |
407 </tr><tr> |
407 </tr><tr> |
408 <td><a href="#Project.deleteLanguageFile">deleteLanguageFile</a></td> |
408 <td><a href="#Project.deleteLanguageFile">deleteLanguageFile</a></td> |
409 <td>Public slot to delete a translation from the project directory.</td> |
409 <td>Public slot to delete a translation from the project directory.</td> |
410 </tr><tr> |
410 </tr><tr> |
|
411 <td><a href="#Project.getAbsolutePath">getAbsolutePath</a></td> |
|
412 <td>Public method to convert a project relative file path to an absolute file path.</td> |
|
413 </tr><tr> |
411 <td><a href="#Project.getAbsoluteUniversalPath">getAbsoluteUniversalPath</a></td> |
414 <td><a href="#Project.getAbsoluteUniversalPath">getAbsoluteUniversalPath</a></td> |
412 <td>Public method to convert a project relative file path with universal separators to an absolute file path.</td> |
415 <td>Public method to convert a project relative file path with universal separators to an absolute file path.</td> |
413 </tr><tr> |
416 </tr><tr> |
414 <td><a href="#Project.getActions">getActions</a></td> |
417 <td><a href="#Project.getActions">getActions</a></td> |
415 <td>Public method to get a list of all actions.</td> |
418 <td>Public method to get a list of all actions.</td> |
1336 </p><dl> |
1339 </p><dl> |
1337 <dt><i>langFile</i></dt> |
1340 <dt><i>langFile</i></dt> |
1338 <dd> |
1341 <dd> |
1339 the translation file to be removed (string) |
1342 the translation file to be removed (string) |
1340 </dd> |
1343 </dd> |
|
1344 </dl><a NAME="Project.getAbsolutePath" ID="Project.getAbsolutePath"></a> |
|
1345 <h4>Project.getAbsolutePath</h4> |
|
1346 <b>getAbsolutePath</b>(<i>fn</i>) |
|
1347 <p> |
|
1348 Public method to convert a project relative file path to an absolute |
|
1349 file path. |
|
1350 </p><dl> |
|
1351 <dt><i>fn</i></dt> |
|
1352 <dd> |
|
1353 file or directory name to convert (string) |
|
1354 </dd> |
|
1355 </dl><dl> |
|
1356 <dt>Returns:</dt> |
|
1357 <dd> |
|
1358 absolute path (string) |
|
1359 </dd> |
1341 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a> |
1360 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a> |
1342 <h4>Project.getAbsoluteUniversalPath</h4> |
1361 <h4>Project.getAbsoluteUniversalPath</h4> |
1343 <b>getAbsoluteUniversalPath</b>(<i>fn</i>) |
1362 <b>getAbsoluteUniversalPath</b>(<i>fn</i>) |
1344 <p> |
1363 <p> |
1345 Public method to convert a project relative file path with universal |
1364 Public method to convert a project relative file path with universal |