eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html

branch
eric7
changeset 9029
14efd8fa5d8f
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html	Wed Apr 20 15:00:51 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html	Wed Apr 20 15:04:20 2022 +0200
@@ -70,38 +70,6 @@
 <td><a href="#HgStripDialog.getData">getData</a></td>
 <td>Public method to retrieve the data for the strip action.</td>
 </tr>
-<tr>
-<td><a href="#HgStripDialog.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="#HgStripDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td>
-<td>Private slot to handle changes of the Branch combo.</td>
-</tr>
-<tr>
-<td><a href="#HgStripDialog.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="#HgStripDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td>
-<td>Private slot to handle changes of the ID edit.</td>
-</tr>
-<tr>
-<td><a href="#HgStripDialog.on_numberButton_toggled">on_numberButton_toggled</a></td>
-<td>Private slot to handle changes of the Number select button.</td>
-</tr>
-<tr>
-<td><a href="#HgStripDialog.on_numberSpinBox_valueChanged">on_numberSpinBox_valueChanged</a></td>
-<td>Private slot to handle changes of the Number spin box.</td>
-</tr>
-<tr>
-<td><a href="#HgStripDialog.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="#HgStripDialog.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>
 
@@ -187,118 +155,6 @@
 tuple (str, str, bool, bool, bool)
 </dd>
 </dl>
-<a NAME="HgStripDialog.on_branchButton_toggled" ID="HgStripDialog.on_branchButton_toggled"></a>
-<h4>HgStripDialog.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> (bool)</dt>
-<dd>
-state of the button
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_branchCombo_editTextChanged" ID="HgStripDialog.on_branchCombo_editTextChanged"></a>
-<h4>HgStripDialog.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> (str)</dt>
-<dd>
-text of the combo
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_idButton_toggled" ID="HgStripDialog.on_idButton_toggled"></a>
-<h4>HgStripDialog.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> (bool)</dt>
-<dd>
-state of the button
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_idEdit_textChanged" ID="HgStripDialog.on_idEdit_textChanged"></a>
-<h4>HgStripDialog.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> (str)</dt>
-<dd>
-text of the edit
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_numberButton_toggled" ID="HgStripDialog.on_numberButton_toggled"></a>
-<h4>HgStripDialog.on_numberButton_toggled</h4>
-<b>on_numberButton_toggled</b>(<i>checked</i>)
-
-<p>
-        Private slot to handle changes of the Number select button.
-</p>
-<dl>
-
-<dt><i>checked</i> (bool)</dt>
-<dd>
-state of the button
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_numberSpinBox_valueChanged" ID="HgStripDialog.on_numberSpinBox_valueChanged"></a>
-<h4>HgStripDialog.on_numberSpinBox_valueChanged</h4>
-<b>on_numberSpinBox_valueChanged</b>(<i>val</i>)
-
-<p>
-        Private slot to handle changes of the Number spin box.
-</p>
-<dl>
-
-<dt><i>val</i> (int)</dt>
-<dd>
-value of the spin box
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_tagButton_toggled" ID="HgStripDialog.on_tagButton_toggled"></a>
-<h4>HgStripDialog.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> (bool)</dt>
-<dd>
-state of the button
-</dd>
-</dl>
-<a NAME="HgStripDialog.on_tagCombo_editTextChanged" ID="HgStripDialog.on_tagCombo_editTextChanged"></a>
-<h4>HgStripDialog.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> (str)</dt>
-<dd>
-text of the combo
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial