126 <tr> |
126 <tr> |
127 <td><a href="#MultiProject.__newMultiProject">__newMultiProject</a></td> |
127 <td><a href="#MultiProject.__newMultiProject">__newMultiProject</a></td> |
128 <td>Private slot to build a new multi project.</td> |
128 <td>Private slot to build a new multi project.</td> |
129 </tr> |
129 </tr> |
130 <tr> |
130 <tr> |
131 <td><a href="#MultiProject.__openMasterProject">__openMasterProject</a></td> |
131 <td><a href="#MultiProject.__openMainProject">__openMainProject</a></td> |
132 <td>Private slot to open the master project.</td> |
132 <td>Private slot to open the main project.</td> |
133 </tr> |
133 </tr> |
134 <tr> |
134 <tr> |
135 <td><a href="#MultiProject.__openRecent">__openRecent</a></td> |
135 <td><a href="#MultiProject.__openRecent">__openRecent</a></td> |
136 <td>Private method to open a multi project from the list of rencently opened multi projects.</td> |
136 <td>Private method to open a multi project from the list of rencently opened multi projects.</td> |
137 </tr> |
137 </tr> |
210 <tr> |
210 <tr> |
211 <td><a href="#MultiProject.getDependantProjectFiles">getDependantProjectFiles</a></td> |
211 <td><a href="#MultiProject.getDependantProjectFiles">getDependantProjectFiles</a></td> |
212 <td>Public method to get the filenames of the dependent projects.</td> |
212 <td>Public method to get the filenames of the dependent projects.</td> |
213 </tr> |
213 </tr> |
214 <tr> |
214 <tr> |
215 <td><a href="#MultiProject.getMasterProjectFile">getMasterProjectFile</a></td> |
215 <td><a href="#MultiProject.getMainProjectFile">getMainProjectFile</a></td> |
216 <td>Public method to get the filename of the master project.</td> |
216 <td>Public method to get the filename of the main project.</td> |
217 </tr> |
217 </tr> |
218 <tr> |
218 <tr> |
219 <td><a href="#MultiProject.getMenu">getMenu</a></td> |
219 <td><a href="#MultiProject.getMenu">getMenu</a></td> |
220 <td>Public method to get a reference to the main menu or a submenu.</td> |
220 <td>Public method to get a reference to the main menu or a submenu.</td> |
221 </tr> |
221 </tr> |
359 </p> |
359 </p> |
360 <p> |
360 <p> |
361 This method displays the new multi project dialog and initializes |
361 This method displays the new multi project dialog and initializes |
362 the multi project object with the data entered. |
362 the multi project object with the data entered. |
363 </p> |
363 </p> |
364 <a NAME="MultiProject.__openMasterProject" ID="MultiProject.__openMasterProject"></a> |
364 <a NAME="MultiProject.__openMainProject" ID="MultiProject.__openMainProject"></a> |
365 <h4>MultiProject.__openMasterProject</h4> |
365 <h4>MultiProject.__openMainProject</h4> |
366 <b>__openMasterProject</b>(<i>reopen=True</i>) |
366 <b>__openMainProject</b>(<i>reopen=True</i>) |
367 |
367 |
368 <p> |
368 <p> |
369 Private slot to open the master project. |
369 Private slot to open the main project. |
370 </p> |
370 </p> |
371 <dl> |
371 <dl> |
372 |
372 |
373 <dt><i>reopen</i></dt> |
373 <dt><i>reopen</i></dt> |
374 <dd> |
374 <dd> |
375 flag indicating, that the master project should be |
375 flag indicating, that the main project should be |
376 reopened, if it has been opened already (boolean) |
376 reopened, if it has been opened already (boolean) |
377 </dd> |
377 </dd> |
378 </dl> |
378 </dl> |
379 <a NAME="MultiProject.__openRecent" ID="MultiProject.__openRecent"></a> |
379 <a NAME="MultiProject.__openRecent" ID="MultiProject.__openRecent"></a> |
380 <h4>MultiProject.__openRecent</h4> |
380 <h4>MultiProject.__openRecent</h4> |
630 <dt>Return:</dt> |
630 <dt>Return:</dt> |
631 <dd> |
631 <dd> |
632 names of the dependent project files (list of strings) |
632 names of the dependent project files (list of strings) |
633 </dd> |
633 </dd> |
634 </dl> |
634 </dl> |
635 <a NAME="MultiProject.getMasterProjectFile" ID="MultiProject.getMasterProjectFile"></a> |
635 <a NAME="MultiProject.getMainProjectFile" ID="MultiProject.getMainProjectFile"></a> |
636 <h4>MultiProject.getMasterProjectFile</h4> |
636 <h4>MultiProject.getMainProjectFile</h4> |
637 <b>getMasterProjectFile</b>(<i></i>) |
637 <b>getMainProjectFile</b>(<i></i>) |
638 |
638 |
639 <p> |
639 <p> |
640 Public method to get the filename of the master project. |
640 Public method to get the filename of the main project. |
641 </p> |
641 </p> |
642 <dl> |
642 <dl> |
643 <dt>Return:</dt> |
643 <dt>Return:</dt> |
644 <dd> |
644 <dd> |
645 name of the master project file (string) |
645 name of the main project file |
|
646 </dd> |
|
647 </dl> |
|
648 <dl> |
|
649 <dt>Return Type:</dt> |
|
650 <dd> |
|
651 str |
646 </dd> |
652 </dd> |
647 </dl> |
653 </dl> |
648 <a NAME="MultiProject.getMenu" ID="MultiProject.getMenu"></a> |
654 <a NAME="MultiProject.getMenu" ID="MultiProject.getMenu"></a> |
649 <h4>MultiProject.getMenu</h4> |
655 <h4>MultiProject.getMenu</h4> |
650 <b>getMenu</b>(<i>menuName</i>) |
656 <b>getMenu</b>(<i>menuName</i>) |
810 open state (boolean) |
816 open state (boolean) |
811 </dd> |
817 </dd> |
812 </dl> |
818 </dl> |
813 <a NAME="MultiProject.openMultiProject" ID="MultiProject.openMultiProject"></a> |
819 <a NAME="MultiProject.openMultiProject" ID="MultiProject.openMultiProject"></a> |
814 <h4>MultiProject.openMultiProject</h4> |
820 <h4>MultiProject.openMultiProject</h4> |
815 <b>openMultiProject</b>(<i>fn=None, openMaster=True</i>) |
821 <b>openMultiProject</b>(<i>fn=None, openMain=True</i>) |
816 |
822 |
817 <p> |
823 <p> |
818 Public slot to open a multi project. |
824 Public slot to open a multi project. |
819 </p> |
825 </p> |
820 <dl> |
826 <dl> |
822 <dt><i>fn</i> (str)</dt> |
828 <dt><i>fn</i> (str)</dt> |
823 <dd> |
829 <dd> |
824 optional filename of the multi project file to be |
830 optional filename of the multi project file to be |
825 read |
831 read |
826 </dd> |
832 </dd> |
827 <dt><i>openMaster</i> (bool)</dt> |
833 <dt><i>openMain</i> (bool)</dt> |
828 <dd> |
834 <dd> |
829 flag indicating, that the master project |
835 flag indicating, that the main project |
830 should be opened depending on the configuration |
836 should be opened depending on the configuration |
831 </dd> |
837 </dd> |
832 </dl> |
838 </dl> |
833 <a NAME="MultiProject.openProject" ID="MultiProject.openProject"></a> |
839 <a NAME="MultiProject.openProject" ID="MultiProject.openProject"></a> |
834 <h4>MultiProject.openProject</h4> |
840 <h4>MultiProject.openProject</h4> |