455 reference to the menu to be amended |
455 reference to the menu to be amended |
456 </dd> |
456 </dd> |
457 </dl> |
457 </dl> |
458 <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a> |
458 <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a> |
459 <h4>HgProjectBrowserHelper.showContextMenu</h4> |
459 <h4>HgProjectBrowserHelper.showContextMenu</h4> |
460 <b>showContextMenu</b>(<i>menu, standardItems</i>) |
460 <b>showContextMenu</b>(<i>_menu, standardItems</i>) |
461 <p> |
461 <p> |
462 Public slot called before the context menu is shown. |
462 Public slot called before the context menu is shown. |
463 </p> |
463 </p> |
464 <p> |
464 <p> |
465 It enables/disables the VCS menu entries depending on the overall |
465 It enables/disables the VCS menu entries depending on the overall |
466 VCS status and the file status. |
466 VCS status and the file status. |
467 </p> |
467 </p> |
468 |
468 |
469 <dl> |
469 <dl> |
470 |
470 |
471 <dt><i>menu</i> (QMenu)</dt> |
471 <dt><i>_menu</i> (QMenu)</dt> |
472 <dd> |
472 <dd> |
473 reference to the menu to be shown |
473 reference to the menu to be shown (unused) |
474 </dd> |
474 </dd> |
475 <dt><i>standardItems</i> (list of QAction)</dt> |
475 <dt><i>standardItems</i> (list of QAction)</dt> |
476 <dd> |
476 <dd> |
477 array of standard items that need |
477 array of standard items that need |
478 activation/deactivation depending on the overall VCS status |
478 activation/deactivation depending on the overall VCS status |
479 </dd> |
479 </dd> |
480 </dl> |
480 </dl> |
481 <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> |
481 <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> |
482 <h4>HgProjectBrowserHelper.showContextMenuDir</h4> |
482 <h4>HgProjectBrowserHelper.showContextMenuDir</h4> |
483 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) |
483 <b>showContextMenuDir</b>(<i>_menu, standardItems</i>) |
484 <p> |
484 <p> |
485 Public slot called before the context menu is shown. |
485 Public slot called before the context menu is shown. |
486 </p> |
486 </p> |
487 <p> |
487 <p> |
488 It enables/disables the VCS menu entries depending on the overall |
488 It enables/disables the VCS menu entries depending on the overall |
489 VCS status and the directory status. |
489 VCS status and the directory status. |
490 </p> |
490 </p> |
491 |
491 |
492 <dl> |
492 <dl> |
493 |
493 |
494 <dt><i>menu</i> (QMenu)</dt> |
494 <dt><i>_menu</i> (QMenu)</dt> |
495 <dd> |
495 <dd> |
496 reference to the menu to be shown |
496 reference to the menu to be shown (unused) |
497 </dd> |
497 </dd> |
498 <dt><i>standardItems</i> (list of QAction)</dt> |
498 <dt><i>standardItems</i> (list of QAction)</dt> |
499 <dd> |
499 <dd> |
500 array of standard items that need |
500 array of standard items that need |
501 activation/deactivation depending on the overall VCS status |
501 activation/deactivation depending on the overall VCS status |
502 </dd> |
502 </dd> |
503 </dl> |
503 </dl> |
504 <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> |
504 <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> |
505 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> |
505 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> |
506 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) |
506 <b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) |
507 <p> |
507 <p> |
508 Public slot called before the context menu is shown. |
508 Public slot called before the context menu is shown. |
509 </p> |
509 </p> |
510 <p> |
510 <p> |
511 It enables/disables the VCS menu entries depending on the overall |
511 It enables/disables the VCS menu entries depending on the overall |
512 VCS status and the directory status. |
512 VCS status and the directory status. |
513 </p> |
513 </p> |
514 |
514 |
515 <dl> |
515 <dl> |
516 |
516 |
517 <dt><i>menu</i> (QMenu)</dt> |
517 <dt><i>_menu</i> (QMenu)</dt> |
518 <dd> |
518 <dd> |
519 reference to the menu to be shown |
519 reference to the menu to be shown (unused) |
520 </dd> |
520 </dd> |
521 <dt><i>standardItems</i> (list of QAction)</dt> |
521 <dt><i>standardItems</i> (list of QAction)</dt> |
522 <dd> |
522 <dd> |
523 list of standard items that need |
523 list of standard items that need |
524 activation/deactivation depending on the overall VCS status |
524 activation/deactivation depending on the overall VCS status |
525 </dd> |
525 </dd> |
526 </dl> |
526 </dl> |
527 <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> |
527 <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> |
528 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> |
528 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> |
529 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) |
529 <b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) |
530 <p> |
530 <p> |
531 Public slot called before the context menu (multiple selections) is |
531 Public slot called before the context menu (multiple selections) is |
532 shown. |
532 shown. |
533 </p> |
533 </p> |
534 <p> |
534 <p> |