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