Documentation/Source/eric5.Project.Project.html

changeset 123
5f8c8cd86111
parent 118
8be7b777742c
child 153
ef200d69dba0
equal deleted inserted replaced
122:34a81cd4420b 123:5f8c8cd86111
155 <td>Private method used to add all files of a directory tree.</td> 155 <td>Private method used to add all files of a directory tree.</td>
156 </tr><tr> 156 </tr><tr>
157 <td><a href="#Project.__addSingleDirectory">__addSingleDirectory</a></td> 157 <td><a href="#Project.__addSingleDirectory">__addSingleDirectory</a></td>
158 <td>Private method used to add all files of a single directory to the project.</td> 158 <td>Private method used to add all files of a single directory to the project.</td>
159 </tr><tr> 159 </tr><tr>
160 <td><a href="#Project.__addToOthers">__addToOthers</a></td>
161 <td>Private method to add file/directory to the OTHERS project data.</td>
162 </tr><tr>
163 <td><a href="#Project.__binaryTranslationFile">__binaryTranslationFile</a></td> 160 <td><a href="#Project.__binaryTranslationFile">__binaryTranslationFile</a></td>
164 <td>Private method to calculate the filename of the binary translations file given the name of the raw translations file.</td> 161 <td>Private method to calculate the filename of the binary translations file given the name of the raw translations file.</td>
165 </tr><tr> 162 </tr><tr>
166 <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td> 163 <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td>
167 <td>Private method to check, if the files in a list exist.</td> 164 <td>Private method to check, if the files in a list exist.</td>
352 <td><a href="#Project.addSourceDir">addSourceDir</a></td> 349 <td><a href="#Project.addSourceDir">addSourceDir</a></td>
353 <td>Public slot to add all source files of a directory to the current project.</td> 350 <td>Public slot to add all source files of a directory to the current project.</td>
354 </tr><tr> 351 </tr><tr>
355 <td><a href="#Project.addSourceFiles">addSourceFiles</a></td> 352 <td><a href="#Project.addSourceFiles">addSourceFiles</a></td>
356 <td>Public slot to add source files to the current project.</td> 353 <td>Public slot to add source files to the current project.</td>
354 </tr><tr>
355 <td><a href="#Project.addToOthers">addToOthers</a></td>
356 <td>Public method to add a file/directory to the OTHERS project data.</td>
357 </tr><tr> 357 </tr><tr>
358 <td><a href="#Project.addUiDir">addUiDir</a></td> 358 <td><a href="#Project.addUiDir">addUiDir</a></td>
359 <td>Public slot to add all forms of a directory to the current project.</td> 359 <td>Public slot to add all forms of a directory to the current project.</td>
360 </tr><tr> 360 </tr><tr>
361 <td><a href="#Project.addUiFiles">addUiFiles</a></td> 361 <td><a href="#Project.addUiFiles">addUiFiles</a></td>
638 <dd> 638 <dd>
639 target directory (string) 639 target directory (string)
640 </dd><dt><i>quiet</i></dt> 640 </dd><dt><i>quiet</i></dt>
641 <dd> 641 <dd>
642 flag indicating quiet operations (boolean) 642 flag indicating quiet operations (boolean)
643 </dd>
644 </dl><a NAME="Project.__addToOthers" ID="Project.__addToOthers"></a>
645 <h4>Project.__addToOthers</h4>
646 <b>__addToOthers</b>(<i>fn</i>)
647 <p>
648 Private method to add file/directory to the OTHERS project data.
649 </p><dl>
650 <dt><i>fn</i></dt>
651 <dd>
652 filename or directoryname to add
653 </dd> 643 </dd>
654 </dl><a NAME="Project.__binaryTranslationFile" ID="Project.__binaryTranslationFile"></a> 644 </dl><a NAME="Project.__binaryTranslationFile" ID="Project.__binaryTranslationFile"></a>
655 <h4>Project.__binaryTranslationFile</h4> 645 <h4>Project.__binaryTranslationFile</h4>
656 <b>__binaryTranslationFile</b>(<i>langFile</i>) 646 <b>__binaryTranslationFile</b>(<i>langFile</i>)
657 <p> 647 <p>
1223 </p><a NAME="Project.addSourceFiles" ID="Project.addSourceFiles"></a> 1213 </p><a NAME="Project.addSourceFiles" ID="Project.addSourceFiles"></a>
1224 <h4>Project.addSourceFiles</h4> 1214 <h4>Project.addSourceFiles</h4>
1225 <b>addSourceFiles</b>(<i></i>) 1215 <b>addSourceFiles</b>(<i></i>)
1226 <p> 1216 <p>
1227 Public slot to add source files to the current project. 1217 Public slot to add source files to the current project.
1228 </p><a NAME="Project.addUiDir" ID="Project.addUiDir"></a> 1218 </p><a NAME="Project.addToOthers" ID="Project.addToOthers"></a>
1219 <h4>Project.addToOthers</h4>
1220 <b>addToOthers</b>(<i>fn</i>)
1221 <p>
1222 Public method to add a file/directory to the OTHERS project data.
1223 </p><dl>
1224 <dt><i>fn</i></dt>
1225 <dd>
1226 file name or directory name to add (string)
1227 </dd>
1228 </dl><a NAME="Project.addUiDir" ID="Project.addUiDir"></a>
1229 <h4>Project.addUiDir</h4> 1229 <h4>Project.addUiDir</h4>
1230 <b>addUiDir</b>(<i></i>) 1230 <b>addUiDir</b>(<i></i>)
1231 <p> 1231 <p>
1232 Public slot to add all forms of a directory to the current project. 1232 Public slot to add all forms of a directory to the current project.
1233 </p><a NAME="Project.addUiFiles" ID="Project.addUiFiles"></a> 1233 </p><a NAME="Project.addUiFiles" ID="Project.addUiFiles"></a>

eric ide

mercurial