diff -r 53eac4c7d10b -r f795d68d8e09 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgQueuesNewPatchDialog">HgQueuesNewPatchDialog</a></td> <td>Class implementing a dialog to get the data for a new patch.</td> </tr> +<tr> +<td><a href="#HgQueuesNewPatchDialogMode">HgQueuesNewPatchDialogMode</a></td> +<td>Class defining the dialog modes.</td> +</tr> </table> <h3>Functions</h3> @@ -41,8 +45,7 @@ QDialog, Ui_HgQueuesNewPatchDialog <h3>Class Attributes</h3> <table> -<tr><td>NEW_MODE</td></tr> -<tr><td>REFRESH_MODE</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -101,10 +104,9 @@ <dl> -<dt><i>mode</i> (int)</dt> +<dt><i>mode</i> (HgQueuesNewPatchDialogMode)</dt> <dd> -mode of the dialog (HgQueuesNewPatchDialog.NEW_MODE, - HgQueuesNewPatchDialog.REFRESH_MODE) +mode of the dialog </dd> <dt><i>message</i> (str)</dt> <dd> @@ -218,4 +220,37 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="HgQueuesNewPatchDialogMode" ID="HgQueuesNewPatchDialogMode"></a> +<h2>HgQueuesNewPatchDialogMode</h2> +<p> + Class defining the dialog modes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>NEW</td></tr> +<tr><td>REFRESH</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>