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