372 reference to the menu to be amended |
372 reference to the menu to be amended |
373 </dd> |
373 </dd> |
374 </dl> |
374 </dl> |
375 <a NAME="GitProjectBrowserHelper.showContextMenu" ID="GitProjectBrowserHelper.showContextMenu"></a> |
375 <a NAME="GitProjectBrowserHelper.showContextMenu" ID="GitProjectBrowserHelper.showContextMenu"></a> |
376 <h4>GitProjectBrowserHelper.showContextMenu</h4> |
376 <h4>GitProjectBrowserHelper.showContextMenu</h4> |
377 <b>showContextMenu</b>(<i>menu, standardItems</i>) |
377 <b>showContextMenu</b>(<i>_menu, standardItems</i>) |
378 <p> |
378 <p> |
379 Public slot called before the context menu is shown. |
379 Public slot called before the context menu is shown. |
380 </p> |
380 </p> |
381 <p> |
381 <p> |
382 It enables/disables the VCS menu entries depending on the overall |
382 It enables/disables the VCS menu entries depending on the overall |
383 VCS status and the file status. |
383 VCS status and the file status. |
384 </p> |
384 </p> |
385 |
385 |
386 <dl> |
386 <dl> |
387 |
387 |
388 <dt><i>menu</i> (QMenu)</dt> |
388 <dt><i>_menu</i> (QMenu)</dt> |
389 <dd> |
389 <dd> |
390 reference to the menu to be shown |
390 reference to the menu to be shown (unused) |
391 </dd> |
391 </dd> |
392 <dt><i>standardItems</i> (list of QAction)</dt> |
392 <dt><i>standardItems</i> (list of QAction)</dt> |
393 <dd> |
393 <dd> |
394 array of standard items that need |
394 array of standard items that need |
395 activation/deactivation depending on the overall VCS status |
395 activation/deactivation depending on the overall VCS status |
396 </dd> |
396 </dd> |
397 </dl> |
397 </dl> |
398 <a NAME="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a> |
398 <a NAME="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a> |
399 <h4>GitProjectBrowserHelper.showContextMenuDir</h4> |
399 <h4>GitProjectBrowserHelper.showContextMenuDir</h4> |
400 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) |
400 <b>showContextMenuDir</b>(<i>_menu, standardItems</i>) |
401 <p> |
401 <p> |
402 Public slot called before the context menu is shown. |
402 Public slot called before the context menu is shown. |
403 </p> |
403 </p> |
404 <p> |
404 <p> |
405 It enables/disables the VCS menu entries depending on the overall |
405 It enables/disables the VCS menu entries depending on the overall |
406 VCS status and the directory status. |
406 VCS status and the directory status. |
407 </p> |
407 </p> |
408 |
408 |
409 <dl> |
409 <dl> |
410 |
410 |
411 <dt><i>menu</i> (QMenu)</dt> |
411 <dt><i>_menu</i> (QMenu)</dt> |
412 <dd> |
412 <dd> |
413 reference to the menu to be shown |
413 reference to the menu to be shown (unused) |
414 </dd> |
414 </dd> |
415 <dt><i>standardItems</i> (list of QAction)</dt> |
415 <dt><i>standardItems</i> (list of QAction)</dt> |
416 <dd> |
416 <dd> |
417 array of standard items that need |
417 array of standard items that need |
418 activation/deactivation depending on the overall VCS status |
418 activation/deactivation depending on the overall VCS status |
419 </dd> |
419 </dd> |
420 </dl> |
420 </dl> |
421 <a NAME="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a> |
421 <a NAME="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a> |
422 <h4>GitProjectBrowserHelper.showContextMenuDirMulti</h4> |
422 <h4>GitProjectBrowserHelper.showContextMenuDirMulti</h4> |
423 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) |
423 <b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) |
424 <p> |
424 <p> |
425 Public slot called before the context menu is shown. |
425 Public slot called before the context menu is shown. |
426 </p> |
426 </p> |
427 <p> |
427 <p> |
428 It enables/disables the VCS menu entries depending on the overall |
428 It enables/disables the VCS menu entries depending on the overall |
429 VCS status and the directory status. |
429 VCS status and the directory status. |
430 </p> |
430 </p> |
431 |
431 |
432 <dl> |
432 <dl> |
433 |
433 |
434 <dt><i>menu</i> (QMenu)</dt> |
434 <dt><i>_menu</i> (QMenu)</dt> |
435 <dd> |
435 <dd> |
436 reference to the menu to be shown |
436 reference to the menu to be shown (unused) |
437 </dd> |
437 </dd> |
438 <dt><i>standardItems</i> (list of QAction)</dt> |
438 <dt><i>standardItems</i> (list of QAction)</dt> |
439 <dd> |
439 <dd> |
440 array of standard items that need |
440 array of standard items that need |
441 activation/deactivation depending on the overall VCS status |
441 activation/deactivation depending on the overall VCS status |
442 </dd> |
442 </dd> |
443 </dl> |
443 </dl> |
444 <a NAME="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a> |
444 <a NAME="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a> |
445 <h4>GitProjectBrowserHelper.showContextMenuMulti</h4> |
445 <h4>GitProjectBrowserHelper.showContextMenuMulti</h4> |
446 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) |
446 <b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) |
447 <p> |
447 <p> |
448 Public slot called before the context menu (multiple selections) is |
448 Public slot called before the context menu (multiple selections) is |
449 shown. |
449 shown. |
450 </p> |
450 </p> |
451 <p> |
451 <p> |