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