376 <td>Public slot to add forms to the current project.</td> |
376 <td>Public slot to add forms to the current project.</td> |
377 </tr><tr> |
377 </tr><tr> |
378 <td><a href="#Project.appendFile">appendFile</a></td> |
378 <td><a href="#Project.appendFile">appendFile</a></td> |
379 <td>Public method to append a file to the project.</td> |
379 <td>Public method to append a file to the project.</td> |
380 </tr><tr> |
380 </tr><tr> |
|
381 <td><a href="#Project.checkAllScriptsDirty">checkAllScriptsDirty</a></td> |
|
382 <td>Public method to check all scripts belonging to the project for their dirty status.</td> |
|
383 </tr><tr> |
381 <td><a href="#Project.checkDirty">checkDirty</a></td> |
384 <td><a href="#Project.checkDirty">checkDirty</a></td> |
382 <td>Public method to check dirty status and open a message window.</td> |
385 <td>Public method to check dirty status and open a message window.</td> |
383 </tr><tr> |
386 </tr><tr> |
384 <td><a href="#Project.checkLanguageFiles">checkLanguageFiles</a></td> |
387 <td><a href="#Project.checkLanguageFiles">checkLanguageFiles</a></td> |
385 <td>Public slot to check the language files after a release process.</td> |
388 <td>Public slot to check the language files after a release process.</td> |
1230 even if it doesn't have the source extension (boolean) |
1233 even if it doesn't have the source extension (boolean) |
1231 </dd><dt><i>updateModel</i></dt> |
1234 </dd><dt><i>updateModel</i></dt> |
1232 <dd> |
1235 <dd> |
1233 flag indicating an update of the model is requested (boolean) |
1236 flag indicating an update of the model is requested (boolean) |
1234 </dd> |
1237 </dd> |
|
1238 </dl><a NAME="Project.checkAllScriptsDirty" ID="Project.checkAllScriptsDirty"></a> |
|
1239 <h4>Project.checkAllScriptsDirty</h4> |
|
1240 <b>checkAllScriptsDirty</b>(<i>reportSyntaxErrors=False</i>) |
|
1241 <p> |
|
1242 Public method to check all scripts belonging to the project for |
|
1243 their dirty status. |
|
1244 </p><dl> |
|
1245 <dt><i>reportSyntaxErrors=</i></dt> |
|
1246 <dd> |
|
1247 flag indicating special reporting |
|
1248 for syntax errors (boolean) |
|
1249 </dd> |
|
1250 </dl><dl> |
|
1251 <dt>Returns:</dt> |
|
1252 <dd> |
|
1253 flag indicating success (boolean) |
|
1254 </dd> |
1235 </dl><a NAME="Project.checkDirty" ID="Project.checkDirty"></a> |
1255 </dl><a NAME="Project.checkDirty" ID="Project.checkDirty"></a> |
1236 <h4>Project.checkDirty</h4> |
1256 <h4>Project.checkDirty</h4> |
1237 <b>checkDirty</b>(<i></i>) |
1257 <b>checkDirty</b>(<i></i>) |
1238 <p> |
1258 <p> |
1239 Public method to check dirty status and open a message window. |
1259 Public method to check dirty status and open a message window. |