--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgBookmarksInOutDialog">HgBookmarksInOutDialog</a></td> <td>Class implementing a dialog to show a list of incoming or outgoing bookmarks.</td> </tr> +<tr> +<td><a href="#HgBookmarksInOutDialogMode">HgBookmarksInOutDialogMode</a></td> +<td>Class defining the modes of the dialog.</td> +</tr> </table> <h3>Functions</h3> @@ -42,8 +46,7 @@ QDialog, Ui_HgBookmarksInOutDialog <h3>Class Attributes</h3> <table> -<tr><td>INCOMING</td></tr> -<tr><td>OUTGOING</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -114,10 +117,9 @@ <dd> reference to the vcs object </dd> -<dt><i>mode</i> (int)</dt> +<dt><i>mode</i> (HgBookmarksInOutDialogMode)</dt> <dd> -mode of the dialog (HgBookmarksInOutDialog.INCOMING, - HgBookmarksInOutDialog.OUTGOING) +mode of the dialog </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -234,13 +236,39 @@ Public slot to start the bookmarks command. </p> -<dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="HgBookmarksInOutDialogMode" ID="HgBookmarksInOutDialogMode"></a> +<h2>HgBookmarksInOutDialogMode</h2> +<p> + Class defining the modes of the dialog. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>INCOMING</td></tr> +<tr><td>OUTGOING</td></tr> +</table> -<dt>Raises <b>ValueError</b>:</dt> -<dd> -raised to indicate an invalid dialog mode -</dd> -</dl> +<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>