Sat, 20 Aug 2011 16:30:49 +0200
Updated source docu with new soutce documentor.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper</title> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.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.__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>Returns:</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>Returns:</dt> <dd> title of the menu (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>