src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,162 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper</h1>
+
+<p>
+Module implementing the rebase extension project helper.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#RebaseProjectHelper">RebaseProjectHelper</a></td>
+<td>Class implementing the rebase extension project helper.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="RebaseProjectHelper" ID="RebaseProjectHelper"></a>
+<h2>RebaseProjectHelper</h2>
+
+<p>
+    Class implementing the rebase extension project helper.
+</p>
+<h3>Derived from</h3>
+HgExtensionProjectHelper
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#RebaseProjectHelper.__init__">RebaseProjectHelper</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.__hgRebase">__hgRebase</a></td>
+<td>Private slot used to rebase changesets to another branch.</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.__hgRebaseAbort">__hgRebaseAbort</a></td>
+<td>Private slot used to abort the last rebase session.</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.__hgRebaseContinue">__hgRebaseContinue</a></td>
+<td>Private slot used to continue the last rebase session after repair.</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.initActions">initActions</a></td>
+<td>Public method to generate the action objects.</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.initMenu">initMenu</a></td>
+<td>Public method to generate the extension menu.</td>
+</tr>
+<tr>
+<td><a href="#RebaseProjectHelper.menuTitle">menuTitle</a></td>
+<td>Public method to get the menu title.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="RebaseProjectHelper.__init__" ID="RebaseProjectHelper.__init__"></a>
+<h4>RebaseProjectHelper (Constructor)</h4>
+<b>RebaseProjectHelper</b>(<i></i>)
+
+<p>
+        Constructor
+</p>
+<a NAME="RebaseProjectHelper.__hgRebase" ID="RebaseProjectHelper.__hgRebase"></a>
+<h4>RebaseProjectHelper.__hgRebase</h4>
+<b>__hgRebase</b>(<i></i>)
+
+<p>
+        Private slot used to rebase changesets to another branch.
+</p>
+<a NAME="RebaseProjectHelper.__hgRebaseAbort" ID="RebaseProjectHelper.__hgRebaseAbort"></a>
+<h4>RebaseProjectHelper.__hgRebaseAbort</h4>
+<b>__hgRebaseAbort</b>(<i></i>)
+
+<p>
+        Private slot used to abort the last rebase session.
+</p>
+<a NAME="RebaseProjectHelper.__hgRebaseContinue" ID="RebaseProjectHelper.__hgRebaseContinue"></a>
+<h4>RebaseProjectHelper.__hgRebaseContinue</h4>
+<b>__hgRebaseContinue</b>(<i></i>)
+
+<p>
+        Private slot used to continue the last rebase session after repair.
+</p>
+<a NAME="RebaseProjectHelper.initActions" ID="RebaseProjectHelper.initActions"></a>
+<h4>RebaseProjectHelper.initActions</h4>
+<b>initActions</b>(<i></i>)
+
+<p>
+        Public method to generate the action objects.
+</p>
+<a NAME="RebaseProjectHelper.initMenu" ID="RebaseProjectHelper.initMenu"></a>
+<h4>RebaseProjectHelper.initMenu</h4>
+<b>initMenu</b>(<i>mainMenu</i>)
+
+<p>
+        Public method to generate the extension menu.
+</p>
+<dl>
+
+<dt><i>mainMenu</i></dt>
+<dd>
+reference to the main menu (QMenu)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+populated menu (QMenu)
+</dd>
+</dl>
+<a NAME="RebaseProjectHelper.menuTitle" ID="RebaseProjectHelper.menuTitle"></a>
+<h4>RebaseProjectHelper.menuTitle</h4>
+<b>menuTitle</b>(<i></i>)
+
+<p>
+        Public method to get the menu title.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+title of the menu (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial