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

branch
eric7
changeset 11068
15f0385e0471
parent 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sun Dec 01 14:55:31 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sun Dec 01 18:17:51 2024 +0100
@@ -112,10 +112,18 @@
 <td>Private slot called by the context menu to mark conflicts of a file as being unresolved.</td>
 </tr>
 <tr>
+<td><a href="#HgProjectBrowserHelper.__addBuiltinsMenu">__addBuiltinsMenu</a></td>
+<td>Private method to add a 'Other Functions' menu entry.</td>
+</tr>
+<tr>
 <td><a href="#HgProjectBrowserHelper.__addExtensionsMenu">__addExtensionsMenu</a></td>
 <td>Private method to add an extension menu entry.</td>
 </tr>
 <tr>
+<td><a href="#HgProjectBrowserHelper.__showBuiltinsMenu">__showBuiltinsMenu</a></td>
+<td>Private slot showing the 'Other Functions' menu.</td>
+</tr>
+<tr>
 <td><a href="#HgProjectBrowserHelper.__showExtensionMenu">__showExtensionMenu</a></td>
 <td>Private slot showing the extensions menu.</td>
 </tr>
@@ -314,6 +322,37 @@
         as being unresolved.
 </p>
 
+<a NAME="HgProjectBrowserHelper.__addBuiltinsMenu" ID="HgProjectBrowserHelper.__addBuiltinsMenu"></a>
+<h4>HgProjectBrowserHelper.__addBuiltinsMenu</h4>
+<b>__addBuiltinsMenu</b>(<i>menu, key</i>)
+<p>
+        Private method to add a 'Other Functions' menu entry.
+</p>
+
+<dl>
+
+<dt><i>menu</i> (QMenu)</dt>
+<dd>
+menu to add it to
+</dd>
+<dt><i>key</i> (str)</dt>
+<dd>
+menu key (one of 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu'
+            or 'dirMultiMenu')
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the menu action
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QAction
+</dd>
+</dl>
 <a NAME="HgProjectBrowserHelper.__addExtensionsMenu" ID="HgProjectBrowserHelper.__addExtensionsMenu"></a>
 <h4>HgProjectBrowserHelper.__addExtensionsMenu</h4>
 <b>__addExtensionsMenu</b>(<i>menu, key</i>)
@@ -345,6 +384,26 @@
 QAction
 </dd>
 </dl>
+<a NAME="HgProjectBrowserHelper.__showBuiltinsMenu" ID="HgProjectBrowserHelper.__showBuiltinsMenu"></a>
+<h4>HgProjectBrowserHelper.__showBuiltinsMenu</h4>
+<b>__showBuiltinsMenu</b>(<i>key, controlled</i>)
+<p>
+        Private slot showing the 'Other Functions' menu.
+</p>
+
+<dl>
+
+<dt><i>key</i> (str)</dt>
+<dd>
+menu key (one of 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu'
+            or 'dirMultiMenu')
+</dd>
+<dt><i>controlled</i> (bool)</dt>
+<dd>
+flag indicating to show the menu for a
+            version controlled entry or a non-version controlled entry
+</dd>
+</dl>
 <a NAME="HgProjectBrowserHelper.__showExtensionMenu" ID="HgProjectBrowserHelper.__showExtensionMenu"></a>
 <h4>HgProjectBrowserHelper.__showExtensionMenu</h4>
 <b>__showExtensionMenu</b>(<i>key, controlled</i>)

eric ide

mercurial