283 <tr> |
283 <tr> |
284 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
284 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td> |
285 <td>Private method to close all project related windows.</td> |
285 <td>Private method to close all project related windows.</td> |
286 </tr> |
286 </tr> |
287 <tr> |
287 <tr> |
|
288 <td><a href="#Project.__createSBOMFile">__createSBOMFile</a></td> |
|
289 <td>Private slot to create a SBOM file of the project dependencies.</td> |
|
290 </tr> |
|
291 <tr> |
288 <td><a href="#Project.__createSnapshotSource">__createSnapshotSource</a></td> |
292 <td><a href="#Project.__createSnapshotSource">__createSnapshotSource</a></td> |
289 <td>Private method to create a snapshot plugin version.</td> |
293 <td>Private method to create a snapshot plugin version.</td> |
290 </tr> |
294 </tr> |
291 <tr> |
295 <tr> |
292 <td><a href="#Project.__createZipDirEntries">__createZipDirEntries</a></td> |
296 <td><a href="#Project.__createZipDirEntries">__createZipDirEntries</a></td> |
429 <td>Private slot called before the graphics menu is shown.</td> |
433 <td>Private slot called before the graphics menu is shown.</td> |
430 </tr> |
434 </tr> |
431 <tr> |
435 <tr> |
432 <td><a href="#Project.__showContextMenuMake">__showContextMenuMake</a></td> |
436 <td><a href="#Project.__showContextMenuMake">__showContextMenuMake</a></td> |
433 <td>Private slot called before the make menu is shown.</td> |
437 <td>Private slot called before the make menu is shown.</td> |
|
438 </tr> |
|
439 <tr> |
|
440 <td><a href="#Project.__showContextMenuOthers">__showContextMenuOthers</a></td> |
|
441 <td>Private slot called before the 'Other Tools' menu is shown.</td> |
434 </tr> |
442 </tr> |
435 <tr> |
443 <tr> |
436 <td><a href="#Project.__showContextMenuPackagers">__showContextMenuPackagers</a></td> |
444 <td><a href="#Project.__showContextMenuPackagers">__showContextMenuPackagers</a></td> |
437 <td>Private slot called before the packagers menu is shown.</td> |
445 <td>Private slot called before the packagers menu is shown.</td> |
438 </tr> |
446 </tr> |
1238 <h4>Project.__closeAllWindows</h4> |
1246 <h4>Project.__closeAllWindows</h4> |
1239 <b>__closeAllWindows</b>(<i></i>) |
1247 <b>__closeAllWindows</b>(<i></i>) |
1240 |
1248 |
1241 <p> |
1249 <p> |
1242 Private method to close all project related windows. |
1250 Private method to close all project related windows. |
|
1251 </p> |
|
1252 <a NAME="Project.__createSBOMFile" ID="Project.__createSBOMFile"></a> |
|
1253 <h4>Project.__createSBOMFile</h4> |
|
1254 <b>__createSBOMFile</b>(<i></i>) |
|
1255 |
|
1256 <p> |
|
1257 Private slot to create a SBOM file of the project dependencies. |
1243 </p> |
1258 </p> |
1244 <a NAME="Project.__createSnapshotSource" ID="Project.__createSnapshotSource"></a> |
1259 <a NAME="Project.__createSnapshotSource" ID="Project.__createSnapshotSource"></a> |
1245 <h4>Project.__createSnapshotSource</h4> |
1260 <h4>Project.__createSnapshotSource</h4> |
1246 <b>__createSnapshotSource</b>(<i>filename</i>) |
1261 <b>__createSnapshotSource</b>(<i>filename</i>) |
1247 |
1262 |
1682 <h4>Project.__showContextMenuMake</h4> |
1697 <h4>Project.__showContextMenuMake</h4> |
1683 <b>__showContextMenuMake</b>(<i></i>) |
1698 <b>__showContextMenuMake</b>(<i></i>) |
1684 |
1699 |
1685 <p> |
1700 <p> |
1686 Private slot called before the make menu is shown. |
1701 Private slot called before the make menu is shown. |
|
1702 </p> |
|
1703 <a NAME="Project.__showContextMenuOthers" ID="Project.__showContextMenuOthers"></a> |
|
1704 <h4>Project.__showContextMenuOthers</h4> |
|
1705 <b>__showContextMenuOthers</b>(<i></i>) |
|
1706 |
|
1707 <p> |
|
1708 Private slot called before the 'Other Tools' menu is shown. |
1687 </p> |
1709 </p> |
1688 <a NAME="Project.__showContextMenuPackagers" ID="Project.__showContextMenuPackagers"></a> |
1710 <a NAME="Project.__showContextMenuPackagers" ID="Project.__showContextMenuPackagers"></a> |
1689 <h4>Project.__showContextMenuPackagers</h4> |
1711 <h4>Project.__showContextMenuPackagers</h4> |
1690 <b>__showContextMenuPackagers</b>(<i></i>) |
1712 <b>__showContextMenuPackagers</b>(<i></i>) |
1691 |
1713 |