Documentation/Source/eric5.MultiProject.MultiProject.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3197
4103c8013c36
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
235 </dd><dt><i>parent</i></dt> 235 </dd><dt><i>parent</i></dt>
236 <dd> 236 <dd>
237 parent widget (usually the ui object) (QWidget) 237 parent widget (usually the ui object) (QWidget)
238 </dd><dt><i>filename</i></dt> 238 </dd><dt><i>filename</i></dt>
239 <dd> 239 <dd>
240 optional filename of a multi project file to open (string) 240 optional filename of a multi project file to open
241 (string)
241 </dd> 242 </dd>
242 </dl><a NAME="MultiProject.__checkFilesExist" ID="MultiProject.__checkFilesExist"></a> 243 </dl><a NAME="MultiProject.__checkFilesExist" ID="MultiProject.__checkFilesExist"></a>
243 <h4>MultiProject.__checkFilesExist</h4> 244 <h4>MultiProject.__checkFilesExist</h4>
244 <b>__checkFilesExist</b>(<i></i>) 245 <b>__checkFilesExist</b>(<i></i>)
245 <p> 246 <p>
330 Private slot to display the properties dialog. 331 Private slot to display the properties dialog.
331 </p><a NAME="MultiProject.__syncRecent" ID="MultiProject.__syncRecent"></a> 332 </p><a NAME="MultiProject.__syncRecent" ID="MultiProject.__syncRecent"></a>
332 <h4>MultiProject.__syncRecent</h4> 333 <h4>MultiProject.__syncRecent</h4>
333 <b>__syncRecent</b>(<i></i>) 334 <b>__syncRecent</b>(<i></i>)
334 <p> 335 <p>
335 Private method to synchronize the list of recently opened multi projects 336 Private method to synchronize the list of recently opened multi
336 with the central store. 337 projects with the central store.
337 </p><a NAME="MultiProject.__writeMultiProject" ID="MultiProject.__writeMultiProject"></a> 338 </p><a NAME="MultiProject.__writeMultiProject" ID="MultiProject.__writeMultiProject"></a>
338 <h4>MultiProject.__writeMultiProject</h4> 339 <h4>MultiProject.__writeMultiProject</h4>
339 <b>__writeMultiProject</b>(<i>fn=None</i>) 340 <b>__writeMultiProject</b>(<i>fn=None</i>)
340 <p> 341 <p>
341 Private method to save the multi project infos to a multi project file. 342 Private method to save the multi project infos to a multi project file.
342 </p><dl> 343 </p><dl>
343 <dt><i>fn</i></dt> 344 <dt><i>fn</i></dt>
344 <dd> 345 <dd>
345 optional filename of the multi project file to be written. 346 optional filename of the multi project file to be written.
346 If fn is None, the filename stored in the multi project object 347 If fn is None, the filename stored in the multi project object
347 is used. This is the 'save' action. If fn is given, this filename 348 is used. This is the 'save' action. If fn is given, this filename
348 is used instead of the one in the multi project object. This is the 349 is used instead of the one in the multi project object. This is the
349 'save as' action. 350 'save as' action.
350 </dd> 351 </dd>
351 </dl><dl> 352 </dl><dl>
352 <dt>Returns:</dt> 353 <dt>Returns:</dt>
353 <dd> 354 <dd>
354 flag indicating success 355 flag indicating success
524 <p> 525 <p>
525 Public slot to initialize the multi project toolbar. 526 Public slot to initialize the multi project toolbar.
526 </p><dl> 527 </p><dl>
527 <dt><i>toolbarManager</i></dt> 528 <dt><i>toolbarManager</i></dt>
528 <dd> 529 <dd>
529 reference to a toolbar manager object (E5ToolBarManager) 530 reference to a toolbar manager object
531 (E5ToolBarManager)
530 </dd> 532 </dd>
531 </dl><dl> 533 </dl><dl>
532 <dt>Returns:</dt> 534 <dt>Returns:</dt>
533 <dd> 535 <dd>
534 the toolbar generated (QToolBar) 536 the toolbar generated (QToolBar)
559 <p> 561 <p>
560 Public slot to open a multi project. 562 Public slot to open a multi project.
561 </p><dl> 563 </p><dl>
562 <dt><i>fn</i></dt> 564 <dt><i>fn</i></dt>
563 <dd> 565 <dd>
564 optional filename of the multi project file to be read (string) 566 optional filename of the multi project file to be
567 read (string)
565 </dd><dt><i>openMaster</i></dt> 568 </dd><dt><i>openMaster</i></dt>
566 <dd> 569 <dd>
567 flag indicating, that the master project 570 flag indicating, that the master project
568 should be opened depending on the configuration (boolean) 571 should be opened depending on the configuration (boolean)
569 </dd> 572 </dd>
593 <p> 596 <p>
594 Public slot to remove a project from the multi project. 597 Public slot to remove a project from the multi project.
595 </p><dl> 598 </p><dl>
596 <dt><i>fn</i></dt> 599 <dt><i>fn</i></dt>
597 <dd> 600 <dd>
598 filename of the project to be removed from the multi project (string) 601 filename of the project to be removed from the multi
602 project (string)
599 </dd> 603 </dd>
600 </dl><a NAME="MultiProject.saveMultiProject" ID="MultiProject.saveMultiProject"></a> 604 </dl><a NAME="MultiProject.saveMultiProject" ID="MultiProject.saveMultiProject"></a>
601 <h4>MultiProject.saveMultiProject</h4> 605 <h4>MultiProject.saveMultiProject</h4>
602 <b>saveMultiProject</b>(<i></i>) 606 <b>saveMultiProject</b>(<i></i>)
603 <p> 607 <p>

eric ide

mercurial