--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Wed Apr 20 15:00:51 2022 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Wed Apr 20 15:04:20 2022 +0200 @@ -70,46 +70,6 @@ <td><a href="#HgBookmarkDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr> -<tr> -<td><a href="#HgBookmarkDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> -<td>Private slot to handle changes of the Bookmark select button.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> -<td>Private slot to handle changes of the Bookmark combo.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> -<td>Private slot to handle changes of the Branch select button.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> -<td>Private slot to handle changes of the Branch combo.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_idButton_toggled">on_idButton_toggled</a></td> -<td>Private slot to handle changes of the ID select button.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> -<td>Private slot to handle changes of the ID edit.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_nameCombo_activated">on_nameCombo_activated</a></td> -<td>Private slot to handle changes of the selected bookmark name.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> -<td>Private slot to handle changes of the bookmark name.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> -<td>Private slot to handle changes of the Tag select button.</td> -</tr> -<tr> -<td><a href="#HgBookmarkDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> -<td>Private slot to handle changes of the Tag combo.</td> -</tr> </table> <h3>Static Methods</h3> @@ -126,25 +86,25 @@ </p> <dl> -<dt><i>mode</i></dt> +<dt><i>mode</i> (int)</dt> <dd> -of the dialog (integer) +of the dialog </dd> -<dt><i>tagsList</i></dt> +<dt><i>tagsList</i> (list of str)</dt> <dd> -list of tags (list of strings) +list of tags </dd> -<dt><i>branchesList</i></dt> +<dt><i>branchesList</i> (list of str)</dt> <dd> -list of branches (list of strings) +list of branches </dd> -<dt><i>bookmarksList</i></dt> +<dt><i>bookmarksList</i> (list of str)</dt> <dd> -list of bookmarks (list of strings) +list of bookmarks </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +parent widget </dd> </dl> <a NAME="HgBookmarkDialog.__updateBookmarksCombo" ID="HgBookmarkDialog.__updateBookmarksCombo"></a> @@ -172,147 +132,12 @@ <dt>Return:</dt> <dd> tuple naming the revision and the bookmark name - (string, string) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_bookmarkButton_toggled" ID="HgBookmarkDialog.on_bookmarkButton_toggled"></a> -<h4>HgBookmarkDialog.on_bookmarkButton_toggled</h4> -<b>on_bookmarkButton_toggled</b>(<i>checked</i>) - -<p> - Private slot to handle changes of the Bookmark select button. -</p> -<dl> - -<dt><i>checked</i></dt> -<dd> -state of the button (boolean) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkDialog.on_bookmarkCombo_editTextChanged"></a> -<h4>HgBookmarkDialog.on_bookmarkCombo_editTextChanged</h4> -<b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) - -<p> - Private slot to handle changes of the Bookmark combo. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the combo (string) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_branchButton_toggled" ID="HgBookmarkDialog.on_branchButton_toggled"></a> -<h4>HgBookmarkDialog.on_branchButton_toggled</h4> -<b>on_branchButton_toggled</b>(<i>checked</i>) - -<p> - Private slot to handle changes of the Branch select button. -</p> -<dl> - -<dt><i>checked</i></dt> -<dd> -state of the button (boolean) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_branchCombo_editTextChanged" ID="HgBookmarkDialog.on_branchCombo_editTextChanged"></a> -<h4>HgBookmarkDialog.on_branchCombo_editTextChanged</h4> -<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) - -<p> - Private slot to handle changes of the Branch combo. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the combo (string) </dd> </dl> -<a NAME="HgBookmarkDialog.on_idButton_toggled" ID="HgBookmarkDialog.on_idButton_toggled"></a> -<h4>HgBookmarkDialog.on_idButton_toggled</h4> -<b>on_idButton_toggled</b>(<i>checked</i>) - -<p> - Private slot to handle changes of the ID select button. -</p> <dl> - -<dt><i>checked</i></dt> -<dd> -state of the button (boolean) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_idEdit_textChanged" ID="HgBookmarkDialog.on_idEdit_textChanged"></a> -<h4>HgBookmarkDialog.on_idEdit_textChanged</h4> -<b>on_idEdit_textChanged</b>(<i>txt</i>) - -<p> - Private slot to handle changes of the ID edit. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the edit (string) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_nameCombo_activated" ID="HgBookmarkDialog.on_nameCombo_activated"></a> -<h4>HgBookmarkDialog.on_nameCombo_activated</h4> -<b>on_nameCombo_activated</b>(<i>index</i>) - -<p> - Private slot to handle changes of the selected bookmark name. -</p> -<dl> - -<dt><i>index</i> (int)</dt> +<dt>Return Type:</dt> <dd> -index of the selected entry -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_nameEdit_textChanged" ID="HgBookmarkDialog.on_nameEdit_textChanged"></a> -<h4>HgBookmarkDialog.on_nameEdit_textChanged</h4> -<b>on_nameEdit_textChanged</b>(<i>txt</i>) - -<p> - Private slot to handle changes of the bookmark name. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the edit (string) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_tagButton_toggled" ID="HgBookmarkDialog.on_tagButton_toggled"></a> -<h4>HgBookmarkDialog.on_tagButton_toggled</h4> -<b>on_tagButton_toggled</b>(<i>checked</i>) - -<p> - Private slot to handle changes of the Tag select button. -</p> -<dl> - -<dt><i>checked</i></dt> -<dd> -state of the button (boolean) -</dd> -</dl> -<a NAME="HgBookmarkDialog.on_tagCombo_editTextChanged" ID="HgBookmarkDialog.on_tagCombo_editTextChanged"></a> -<h4>HgBookmarkDialog.on_tagCombo_editTextChanged</h4> -<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) - -<p> - Private slot to handle changes of the Tag combo. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the combo (string) +tuple of (str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>