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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
130 <td><a href="#GitProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td> 130 <td><a href="#GitProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td>
131 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> 131 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td>
132 </tr> 132 </tr>
133 <tr> 133 <tr>
134 <td><a href="#GitProjectBrowserHelper.showContextMenu">showContextMenu</a></td> 134 <td><a href="#GitProjectBrowserHelper.showContextMenu">showContextMenu</a></td>
135 <td></td> 135 <td>Public slot called before the context menu is shown.</td>
136 </tr> 136 </tr>
137 <tr> 137 <tr>
138 <td><a href="#GitProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> 138 <td><a href="#GitProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td>
139 <td></td> 139 <td>Public slot called before the context menu is shown.</td>
140 </tr> 140 </tr>
141 <tr> 141 <tr>
142 <td><a href="#GitProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> 142 <td><a href="#GitProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td>
143 <td></td> 143 <td>Public slot called before the context menu is shown.</td>
144 </tr> 144 </tr>
145 <tr> 145 <tr>
146 <td><a href="#GitProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> 146 <td><a href="#GitProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td>
147 <td></td> 147 <td>Public slot called before the context menu (multiple selections) is shown.</td>
148 </tr> 148 </tr>
149 </table> 149 </table>
150 <h3>Static Methods</h3> 150 <h3>Static Methods</h3>
151 151
152 <table> 152 <table>
376 </dl> 376 </dl>
377 <a NAME="GitProjectBrowserHelper.showContextMenu" ID="GitProjectBrowserHelper.showContextMenu"></a> 377 <a NAME="GitProjectBrowserHelper.showContextMenu" ID="GitProjectBrowserHelper.showContextMenu"></a>
378 <h4>GitProjectBrowserHelper.showContextMenu</h4> 378 <h4>GitProjectBrowserHelper.showContextMenu</h4>
379 <b>showContextMenu</b>(<i>menu, standardItems</i>) 379 <b>showContextMenu</b>(<i>menu, standardItems</i>)
380 380
381 <p>
382 Public slot called before the context menu is shown.
383 </p>
384 <p>
385 It enables/disables the VCS menu entries depending on the overall
386 VCS status and the file status.
387 </p>
388 <dl>
389
390 <dt><i>menu</i></dt>
391 <dd>
392 reference to the menu to be shown
393 </dd>
394 <dt><i>standardItems</i></dt>
395 <dd>
396 array of standard items that need
397 activation/deactivation depending on the overall VCS status
398 </dd>
399 </dl>
381 <a NAME="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a> 400 <a NAME="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a>
382 <h4>GitProjectBrowserHelper.showContextMenuDir</h4> 401 <h4>GitProjectBrowserHelper.showContextMenuDir</h4>
383 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 402 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
384 403
404 <p>
405 Public slot called before the context menu is shown.
406 </p>
407 <p>
408 It enables/disables the VCS menu entries depending on the overall
409 VCS status and the directory status.
410 </p>
411 <dl>
412
413 <dt><i>menu</i></dt>
414 <dd>
415 reference to the menu to be shown
416 </dd>
417 <dt><i>standardItems</i></dt>
418 <dd>
419 array of standard items that need
420 activation/deactivation depending on the overall VCS status
421 </dd>
422 </dl>
385 <a NAME="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a> 423 <a NAME="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a>
386 <h4>GitProjectBrowserHelper.showContextMenuDirMulti</h4> 424 <h4>GitProjectBrowserHelper.showContextMenuDirMulti</h4>
387 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 425 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
388 426
427 <p>
428 Public slot called before the context menu is shown.
429 </p>
430 <p>
431 It enables/disables the VCS menu entries depending on the overall
432 VCS status and the directory status.
433 </p>
434 <dl>
435
436 <dt><i>menu</i></dt>
437 <dd>
438 reference to the menu to be shown
439 </dd>
440 <dt><i>standardItems</i></dt>
441 <dd>
442 array of standard items that need
443 activation/deactivation depending on the overall VCS status
444 </dd>
445 </dl>
389 <a NAME="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a> 446 <a NAME="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a>
390 <h4>GitProjectBrowserHelper.showContextMenuMulti</h4> 447 <h4>GitProjectBrowserHelper.showContextMenuMulti</h4>
391 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 448 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
392 449
450 <p>
451 Public slot called before the context menu (multiple selections) is
452 shown.
453 </p>
454 <p>
455 It enables/disables the VCS menu entries depending on the overall
456 VCS status and the files status.
457 </p>
458 <dl>
459
460 <dt><i>menu</i></dt>
461 <dd>
462 reference to the menu to be shown
463 </dd>
464 <dt><i>standardItems</i></dt>
465 <dd>
466 array of standard items that need
467 activation/deactivation depending on the overall VCS status
468 </dd>
469 </dl>
393 <div align="right"><a href="#top">Up</a></div> 470 <div align="right"><a href="#top">Up</a></div>
394 <hr /> 471 <hr />
395 </body></html> 472 </body></html>

eric ide

mercurial