src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9421
989ee2535d59
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
146 <td><a href="#HgProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td> 146 <td><a href="#HgProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td>
147 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> 147 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td>
148 </tr> 148 </tr>
149 <tr> 149 <tr>
150 <td><a href="#HgProjectBrowserHelper.showContextMenu">showContextMenu</a></td> 150 <td><a href="#HgProjectBrowserHelper.showContextMenu">showContextMenu</a></td>
151 <td>Public slot called before the context menu is shown.</td> 151 <td></td>
152 </tr> 152 </tr>
153 <tr> 153 <tr>
154 <td><a href="#HgProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> 154 <td><a href="#HgProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td>
155 <td>Public slot called before the context menu is shown.</td> 155 <td></td>
156 </tr> 156 </tr>
157 <tr> 157 <tr>
158 <td><a href="#HgProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> 158 <td><a href="#HgProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td>
159 <td>Public slot called before the context menu is shown.</td> 159 <td></td>
160 </tr> 160 </tr>
161 <tr> 161 <tr>
162 <td><a href="#HgProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> 162 <td><a href="#HgProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td>
163 <td>Public slot called before the context menu (multiple selections) is shown.</td> 163 <td></td>
164 </tr> 164 </tr>
165 </table> 165 </table>
166 <h3>Static Methods</h3> 166 <h3>Static Methods</h3>
167 167
168 <table> 168 <table>
454 </dl> 454 </dl>
455 <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a> 455 <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a>
456 <h4>HgProjectBrowserHelper.showContextMenu</h4> 456 <h4>HgProjectBrowserHelper.showContextMenu</h4>
457 <b>showContextMenu</b>(<i>menu, standardItems</i>) 457 <b>showContextMenu</b>(<i>menu, standardItems</i>)
458 458
459 <p>
460 Public slot called before the context menu is shown.
461 </p>
462 <p>
463 It enables/disables the VCS menu entries depending on the overall
464 VCS status and the file status.
465 </p>
466 <dl>
467
468 <dt><i>menu</i></dt>
469 <dd>
470 reference to the menu to be shown
471 </dd>
472 <dt><i>standardItems</i></dt>
473 <dd>
474 array of standard items that need
475 activation/deactivation depending on the overall VCS status
476 </dd>
477 </dl>
478 <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> 459 <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a>
479 <h4>HgProjectBrowserHelper.showContextMenuDir</h4> 460 <h4>HgProjectBrowserHelper.showContextMenuDir</h4>
480 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 461 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
481 462
482 <p>
483 Public slot called before the context menu is shown.
484 </p>
485 <p>
486 It enables/disables the VCS menu entries depending on the overall
487 VCS status and the directory status.
488 </p>
489 <dl>
490
491 <dt><i>menu</i></dt>
492 <dd>
493 reference to the menu to be shown
494 </dd>
495 <dt><i>standardItems</i></dt>
496 <dd>
497 array of standard items that need
498 activation/deactivation depending on the overall VCS status
499 </dd>
500 </dl>
501 <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> 463 <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a>
502 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> 464 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4>
503 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 465 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
504 466
505 <p>
506 Public slot called before the context menu is shown.
507 </p>
508 <p>
509 It enables/disables the VCS menu entries depending on the overall
510 VCS status and the directory status.
511 </p>
512 <dl>
513
514 <dt><i>menu</i></dt>
515 <dd>
516 reference to the menu to be shown
517 </dd>
518 <dt><i>standardItems</i></dt>
519 <dd>
520 array of standard items that need
521 activation/deactivation depending on the overall VCS status
522 </dd>
523 </dl>
524 <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> 467 <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a>
525 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> 468 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4>
526 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 469 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
527 470
528 <p>
529 Public slot called before the context menu (multiple selections) is
530 shown.
531 </p>
532 <p>
533 It enables/disables the VCS menu entries depending on the overall
534 VCS status and the files status.
535 </p>
536 <dl>
537
538 <dt><i>menu</i></dt>
539 <dd>
540 reference to the menu to be shown
541 </dd>
542 <dt><i>standardItems</i></dt>
543 <dd>
544 array of standard items that need
545 activation/deactivation depending on the overall VCS status
546 </dd>
547 </dl>
548 <div align="right"><a href="#top">Up</a></div> 471 <div align="right"><a href="#top">Up</a></div>
549 <hr /> 472 <hr />
550 </body></html> 473 </body></html>

eric ide

mercurial