389 <td>Public slot to delete a file from the project directory.</td> |
389 <td>Public slot to delete a file from the project directory.</td> |
390 </tr><tr> |
390 </tr><tr> |
391 <td><a href="#Project.deleteLanguageFile">deleteLanguageFile</a></td> |
391 <td><a href="#Project.deleteLanguageFile">deleteLanguageFile</a></td> |
392 <td>Public slot to delete a translation from the project directory.</td> |
392 <td>Public slot to delete a translation from the project directory.</td> |
393 </tr><tr> |
393 </tr><tr> |
|
394 <td><a href="#Project.getAbsoluteUniversalPath">getAbsoluteUniversalPath</a></td> |
|
395 <td>Public method to convert a project relative file path with universal separators to an absolute file path.</td> |
|
396 </tr><tr> |
394 <td><a href="#Project.getActions">getActions</a></td> |
397 <td><a href="#Project.getActions">getActions</a></td> |
395 <td>Public method to get a list of all actions.</td> |
398 <td>Public method to get a list of all actions.</td> |
396 </tr><tr> |
399 </tr><tr> |
397 <td><a href="#Project.getData">getData</a></td> |
400 <td><a href="#Project.getData">getData</a></td> |
398 <td>Public method to get data out of the project data store.</td> |
401 <td>Public method to get data out of the project data store.</td> |
1360 </p><dl> |
1363 </p><dl> |
1361 <dt><i>langFile</i></dt> |
1364 <dt><i>langFile</i></dt> |
1362 <dd> |
1365 <dd> |
1363 the translation file to be removed (string) |
1366 the translation file to be removed (string) |
1364 </dd> |
1367 </dd> |
|
1368 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a> |
|
1369 <h4>Project.getAbsoluteUniversalPath</h4> |
|
1370 <b>getAbsoluteUniversalPath</b>(<i>fn</i>) |
|
1371 <p> |
|
1372 Public method to convert a project relative file path with universal |
|
1373 separators to an absolute file path. |
|
1374 </p><dl> |
|
1375 <dt><i>fn</i></dt> |
|
1376 <dd> |
|
1377 file or directory name to convert (string) |
|
1378 </dd> |
|
1379 </dl><dl> |
|
1380 <dt>Returns:</dt> |
|
1381 <dd> |
|
1382 absolute path (string) |
|
1383 </dd> |
1365 </dl><a NAME="Project.getActions" ID="Project.getActions"></a> |
1384 </dl><a NAME="Project.getActions" ID="Project.getActions"></a> |
1366 <h4>Project.getActions</h4> |
1385 <h4>Project.getActions</h4> |
1367 <b>getActions</b>(<i></i>) |
1386 <b>getActions</b>(<i></i>) |
1368 <p> |
1387 <p> |
1369 Public method to get a list of all actions. |
1388 Public method to get a list of all actions. |