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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 11068
15f0385e0471
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sat Apr 20 18:02:35 2024 +0200
@@ -457,7 +457,7 @@
 </dl>
 <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a>
 <h4>HgProjectBrowserHelper.showContextMenu</h4>
-<b>showContextMenu</b>(<i>menu, standardItems</i>)
+<b>showContextMenu</b>(<i>_menu, standardItems</i>)
 <p>
         Public slot called before the context menu is shown.
 </p>
@@ -468,9 +468,9 @@
 
 <dl>
 
-<dt><i>menu</i> (QMenu)</dt>
+<dt><i>_menu</i> (QMenu)</dt>
 <dd>
-reference to the menu to be shown
+reference to the menu to be shown (unused)
 </dd>
 <dt><i>standardItems</i> (list of QAction)</dt>
 <dd>
@@ -480,7 +480,7 @@
 </dl>
 <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a>
 <h4>HgProjectBrowserHelper.showContextMenuDir</h4>
-<b>showContextMenuDir</b>(<i>menu, standardItems</i>)
+<b>showContextMenuDir</b>(<i>_menu, standardItems</i>)
 <p>
         Public slot called before the context menu is shown.
 </p>
@@ -491,9 +491,9 @@
 
 <dl>
 
-<dt><i>menu</i> (QMenu)</dt>
+<dt><i>_menu</i> (QMenu)</dt>
 <dd>
-reference to the menu to be shown
+reference to the menu to be shown (unused)
 </dd>
 <dt><i>standardItems</i> (list of QAction)</dt>
 <dd>
@@ -503,7 +503,7 @@
 </dl>
 <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a>
 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4>
-<b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
+<b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>)
 <p>
         Public slot called before the context menu is shown.
 </p>
@@ -514,9 +514,9 @@
 
 <dl>
 
-<dt><i>menu</i> (QMenu)</dt>
+<dt><i>_menu</i> (QMenu)</dt>
 <dd>
-reference to the menu to be shown
+reference to the menu to be shown (unused)
 </dd>
 <dt><i>standardItems</i> (list of QAction)</dt>
 <dd>
@@ -526,7 +526,7 @@
 </dl>
 <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a>
 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4>
-<b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
+<b>showContextMenuMulti</b>(<i>_menu, standardItems</i>)
 <p>
         Public slot called before the context menu (multiple selections) is
         shown.
@@ -538,9 +538,9 @@
 
 <dl>
 
-<dt><i>menu</i> (QMenu)</dt>
+<dt><i>_menu</i> (QMenu)</dt>
 <dd>
-reference to the menu to be shown
+reference to the menu to be shown (unused)
 </dd>
 <dt><i>standardItems</i> (list of QAction)</dt>
 <dd>

eric ide

mercurial