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

changeset 5270
7758f0c7d9f6
parent 5268
748e4c50523b
child 6047
39586a2de99d
diff -r 748e4c50523b -r 7758f0c7d9f6 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html	Mon Oct 24 19:55:05 2016 +0200
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html	Tue Oct 25 19:33:11 2016 +0200
@@ -100,22 +100,25 @@
 </table>
 <a NAME="HgStripDialog.__init__" ID="HgStripDialog.__init__"></a>
 <h4>HgStripDialog (Constructor)</h4>
-<b>HgStripDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>)
+<b>HgStripDialog</b>(<i>tagsList, branchesList, bookmarksList=None, rev="", parent=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>tagsList</i></dt>
+<dt><i>tagsList</i> (list of str)</dt>
 <dd>
-list of tags (list of strings)
-</dd><dt><i>branchesList</i></dt>
+list of tags
+</dd><dt><i>branchesList</i> (list of str)</dt>
+<dd>
+list of branches
+</dd><dt><i>bookmarksList</i> (list of str)</dt>
 <dd>
-list of branches (list of strings)
-</dd><dt><i>bookmarksList</i></dt>
+list of bookmarks
+</dd><dt><i>rev=</i> (str)</dt>
 <dd>
-list of bookmarks (list of strings)
-</dd><dt><i>parent</i></dt>
+revision to strip from
+</dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl><a NAME="HgStripDialog.__getRevision" ID="HgStripDialog.__getRevision"></a>
 <h4>HgStripDialog.__getRevision</h4>
@@ -125,7 +128,12 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-revision (string)
+revision
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl><a NAME="HgStripDialog.__updateOK" ID="HgStripDialog.__updateOK"></a>
 <h4>HgStripDialog.__updateOK</h4>
@@ -156,9 +164,9 @@
 <p>
         Private slot to handle changes of the Branch select button.
 </p><dl>
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the button (boolean)
+state of the button
 </dd>
 </dl><a NAME="HgStripDialog.on_branchCombo_editTextChanged" ID="HgStripDialog.on_branchCombo_editTextChanged"></a>
 <h4>HgStripDialog.on_branchCombo_editTextChanged</h4>
@@ -166,9 +174,9 @@
 <p>
         Private slot to handle changes of the Branch combo.
 </p><dl>
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the combo (string)
+text of the combo
 </dd>
 </dl><a NAME="HgStripDialog.on_idButton_toggled" ID="HgStripDialog.on_idButton_toggled"></a>
 <h4>HgStripDialog.on_idButton_toggled</h4>
@@ -176,9 +184,9 @@
 <p>
         Private slot to handle changes of the ID select button.
 </p><dl>
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the button (boolean)
+state of the button
 </dd>
 </dl><a NAME="HgStripDialog.on_idEdit_textChanged" ID="HgStripDialog.on_idEdit_textChanged"></a>
 <h4>HgStripDialog.on_idEdit_textChanged</h4>
@@ -186,9 +194,9 @@
 <p>
         Private slot to handle changes of the ID edit.
 </p><dl>
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the edit (string)
+text of the edit
 </dd>
 </dl><a NAME="HgStripDialog.on_numberButton_toggled" ID="HgStripDialog.on_numberButton_toggled"></a>
 <h4>HgStripDialog.on_numberButton_toggled</h4>
@@ -196,9 +204,9 @@
 <p>
         Private slot to handle changes of the Number select button.
 </p><dl>
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the button (boolean)
+state of the button
 </dd>
 </dl><a NAME="HgStripDialog.on_numberSpinBox_valueChanged" ID="HgStripDialog.on_numberSpinBox_valueChanged"></a>
 <h4>HgStripDialog.on_numberSpinBox_valueChanged</h4>
@@ -216,9 +224,9 @@
 <p>
         Private slot to handle changes of the Tag select button.
 </p><dl>
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the button (boolean)
+state of the button
 </dd>
 </dl><a NAME="HgStripDialog.on_tagCombo_editTextChanged" ID="HgStripDialog.on_tagCombo_editTextChanged"></a>
 <h4>HgStripDialog.on_tagCombo_editTextChanged</h4>
@@ -226,9 +234,9 @@
 <p>
         Private slot to handle changes of the Tag combo.
 </p><dl>
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the combo (string)
+text of the combo
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial