eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html

branch
eric7
changeset 9029
14efd8fa5d8f
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html	Wed Apr 20 15:00:51 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html	Wed Apr 20 15:04:20 2022 +0200
@@ -70,70 +70,6 @@
 <td><a href="#HgRebaseDialog.getData">getData</a></td>
 <td>Public method to retrieve the data for the rebase session.</td>
 </tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td>
-<td>Private slot to handle changes of the Bookmark1 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Bookmark1 combo.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_bookmark2Button_toggled">on_bookmark2Button_toggled</a></td>
-<td>Private slot to handle changes of the Bookmark2 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_bookmark2Combo_editTextChanged">on_bookmark2Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Bookmark2 combo.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td>
-<td>Private slot to handle changes of the Branch1 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Branch1 combo.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td>
-<td>Private slot to handle changes of the Branch2 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Branch2 combo.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_id1Button_toggled">on_id1Button_toggled</a></td>
-<td>Private slot to handle changes of the ID1 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_id1Edit_textChanged">on_id1Edit_textChanged</a></td>
-<td>Private slot to handle changes of the ID1 edit.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_id2Button_toggled">on_id2Button_toggled</a></td>
-<td>Private slot to handle changes of the ID2 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_id2Edit_textChanged">on_id2Edit_textChanged</a></td>
-<td>Private slot to handle changes of the ID2 edit.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td>
-<td>Private slot to handle changes of the Tag1 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Tag1 combo.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td>
-<td>Private slot to handle changes of the Tag2 select button.</td>
-</tr>
-<tr>
-<td><a href="#HgRebaseDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Tag2 combo.</td>
-</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -180,7 +116,7 @@
 </p>
 <dl>
 
-<dt><i>no</i></dt>
+<dt><i>no</i> (int)</dt>
 <dd>
 revision number to generate (1 or 2)
 </dd>
@@ -188,7 +124,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-revision (string)
+revision
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HgRebaseDialog.__updateOK" ID="HgRebaseDialog.__updateOK"></a>
@@ -223,230 +165,6 @@
 tuple of (str, str, str, bool, bool, bool, bool, bool, bool)
 </dd>
 </dl>
-<a NAME="HgRebaseDialog.on_bookmark1Button_toggled" ID="HgRebaseDialog.on_bookmark1Button_toggled"></a>
-<h4>HgRebaseDialog.on_bookmark1Button_toggled</h4>
-<b>on_bookmark1Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Bookmark1 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_bookmark1Combo_editTextChanged" ID="HgRebaseDialog.on_bookmark1Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_bookmark1Combo_editTextChanged</h4>
-<b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Bookmark1 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_bookmark2Button_toggled" ID="HgRebaseDialog.on_bookmark2Button_toggled"></a>
-<h4>HgRebaseDialog.on_bookmark2Button_toggled</h4>
-<b>on_bookmark2Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Bookmark2 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_bookmark2Combo_editTextChanged" ID="HgRebaseDialog.on_bookmark2Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_bookmark2Combo_editTextChanged</h4>
-<b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Bookmark2 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_branch1Button_toggled" ID="HgRebaseDialog.on_branch1Button_toggled"></a>
-<h4>HgRebaseDialog.on_branch1Button_toggled</h4>
-<b>on_branch1Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Branch1 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_branch1Combo_editTextChanged" ID="HgRebaseDialog.on_branch1Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_branch1Combo_editTextChanged</h4>
-<b>on_branch1Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Branch1 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_branch2Button_toggled" ID="HgRebaseDialog.on_branch2Button_toggled"></a>
-<h4>HgRebaseDialog.on_branch2Button_toggled</h4>
-<b>on_branch2Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Branch2 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_branch2Combo_editTextChanged" ID="HgRebaseDialog.on_branch2Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_branch2Combo_editTextChanged</h4>
-<b>on_branch2Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Branch2 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_id1Button_toggled" ID="HgRebaseDialog.on_id1Button_toggled"></a>
-<h4>HgRebaseDialog.on_id1Button_toggled</h4>
-<b>on_id1Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the ID1 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_id1Edit_textChanged" ID="HgRebaseDialog.on_id1Edit_textChanged"></a>
-<h4>HgRebaseDialog.on_id1Edit_textChanged</h4>
-<b>on_id1Edit_textChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the ID1 edit.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the edit (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_id2Button_toggled" ID="HgRebaseDialog.on_id2Button_toggled"></a>
-<h4>HgRebaseDialog.on_id2Button_toggled</h4>
-<b>on_id2Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the ID2 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_id2Edit_textChanged" ID="HgRebaseDialog.on_id2Edit_textChanged"></a>
-<h4>HgRebaseDialog.on_id2Edit_textChanged</h4>
-<b>on_id2Edit_textChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the ID2 edit.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the edit (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_tag1Button_toggled" ID="HgRebaseDialog.on_tag1Button_toggled"></a>
-<h4>HgRebaseDialog.on_tag1Button_toggled</h4>
-<b>on_tag1Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Tag1 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_tag1Combo_editTextChanged" ID="HgRebaseDialog.on_tag1Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_tag1Combo_editTextChanged</h4>
-<b>on_tag1Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Tag1 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_tag2Button_toggled" ID="HgRebaseDialog.on_tag2Button_toggled"></a>
-<h4>HgRebaseDialog.on_tag2Button_toggled</h4>
-<b>on_tag2Button_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Tag2 select button.
-</p>
-<dl>
-
-<dt><i>checked</i></dt>
-<dd>
-state of the button (boolean)
-</dd>
-</dl>
-<a NAME="HgRebaseDialog.on_tag2Combo_editTextChanged" ID="HgRebaseDialog.on_tag2Combo_editTextChanged"></a>
-<h4>HgRebaseDialog.on_tag2Combo_editTextChanged</h4>
-<b>on_tag2Combo_editTextChanged</b>(<i>txt</i>)
-
-<p>
-        Private slot to handle changes of the Tag2 combo.
-</p>
-<dl>
-
-<dt><i>txt</i></dt>
-<dd>
-text of the combo (string)
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial