Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog</h1> <p> Module implementing a dialog to enter the histedit parameters. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#HgHisteditConfigDialog">HgHisteditConfigDialog</a></td> <td>Class implementing a dialog to enter the histedit parameters.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="HgHisteditConfigDialog" ID="HgHisteditConfigDialog"></a> <h2>HgHisteditConfigDialog</h2> <p> Class implementing a dialog to enter the histedit parameters. </p> <h3>Derived from</h3> QDialog, Ui_HgHisteditConfigDialog <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="#HgHisteditConfigDialog.__init__">HgHisteditConfigDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#HgHisteditConfigDialog.__getRevision">__getRevision</a></td> <td>Private method to generate the revision.</td> </tr> <tr> <td><a href="#HgHisteditConfigDialog.__updateOK">__updateOK</a></td> <td>Private slot to update the OK button.</td> </tr> <tr> <td><a href="#HgHisteditConfigDialog.getData">getData</a></td> <td>Public method to retrieve the data for the strip action.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="HgHisteditConfigDialog.__init__" ID="HgHisteditConfigDialog.__init__"></a> <h4>HgHisteditConfigDialog (Constructor)</h4> <b>HgHisteditConfigDialog</b>(<i>tagsList, branchesList, bookmarksList=None, rev="", parent=None</i>) <p> Constructor </p> <dl> <dt><i>tagsList</i> (list of str)</dt> <dd> list of tags </dd> <dt><i>branchesList</i> (list of str)</dt> <dd> list of branches </dd> <dt><i>bookmarksList</i> (list of str)</dt> <dd> list of bookmarks </dd> <dt><i>rev</i> (str)</dt> <dd> revision to strip from </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="HgHisteditConfigDialog.__getRevision" ID="HgHisteditConfigDialog.__getRevision"></a> <h4>HgHisteditConfigDialog.__getRevision</h4> <b>__getRevision</b>(<i></i>) <p> Private method to generate the revision. </p> <dl> <dt>Return:</dt> <dd> revision </dd> </dl> <dl> <dt>Return Type:</dt> <dd> str </dd> </dl> <a NAME="HgHisteditConfigDialog.__updateOK" ID="HgHisteditConfigDialog.__updateOK"></a> <h4>HgHisteditConfigDialog.__updateOK</h4> <b>__updateOK</b>(<i></i>) <p> Private slot to update the OK button. </p> <a NAME="HgHisteditConfigDialog.getData" ID="HgHisteditConfigDialog.getData"></a> <h4>HgHisteditConfigDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to retrieve the data for the strip action. </p> <dl> <dt>Return:</dt> <dd> tuple with the revision, a flag indicating to to outgoing and a flag indicating to keep old nodes </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple (str, bool, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>