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