1235 <b>__writeUserProperties</b>(<i></i>) |
1235 <b>__writeUserProperties</b>(<i></i>) |
1236 <p> |
1236 <p> |
1237 Private method to write the project data to an XML file. |
1237 Private method to write the project data to an XML file. |
1238 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a> |
1238 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a> |
1239 <h4>Project.addDirectory</h4> |
1239 <h4>Project.addDirectory</h4> |
1240 <b>addDirectory</b>(<i>filter=None, startdir=None</i>) |
1240 <b>addDirectory</b>(<i>fileTypeFilter=None, startdir=None</i>) |
1241 <p> |
1241 <p> |
1242 Public method used to add all files of a directory to the project. |
1242 Public method used to add all files of a directory to the project. |
1243 </p><dl> |
1243 </p><dl> |
1244 <dt><i>filter</i></dt> |
1244 <dt><i>fileTypeFilter</i></dt> |
1245 <dd> |
1245 <dd> |
1246 filter to be used by the add directory dialog |
1246 filter to be used by the add directory dialog |
1247 (string out of source, form, resource, interface, others) |
1247 (string out of source, form, resource, interface, others) |
1248 </dd><dt><i>startdir</i></dt> |
1248 </dd><dt><i>startdir</i></dt> |
1249 <dd> |
1249 <dd> |
1259 <dd> |
1259 <dd> |
1260 list of actions (list of E5Action) |
1260 list of actions (list of E5Action) |
1261 </dd> |
1261 </dd> |
1262 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a> |
1262 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a> |
1263 <h4>Project.addFiles</h4> |
1263 <h4>Project.addFiles</h4> |
1264 <b>addFiles</b>(<i>filter=None, startdir=None</i>) |
1264 <b>addFiles</b>(<i>fileTypeFilter=None, startdir=None</i>) |
1265 <p> |
1265 <p> |
1266 Public slot used to add files to the project. |
1266 Public slot used to add files to the project. |
1267 </p><dl> |
1267 </p><dl> |
1268 <dt><i>filter</i></dt> |
1268 <dt><i>fileTypeFilter</i></dt> |
1269 <dd> |
1269 <dd> |
1270 filter to be used by the add file dialog |
1270 filter to be used by the add file dialog |
1271 (string out of source, form, resource, interface, others) |
1271 (string out of source, form, resource, interface, others) |
1272 </dd><dt><i>startdir</i></dt> |
1272 </dd><dt><i>startdir</i></dt> |
1273 <dd> |
1273 <dd> |