RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 44
8aa985c8dee5
child 321
d51e810107ec
diff -r c38750e1bafd -r b4bf79b956bc RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html	Fri Sep 29 10:23:35 2017 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html	Fri Sep 29 10:32:30 2017 +0200
@@ -77,9 +77,9 @@
 <p>
         Constructor
 </p><dl>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl><a NAME="AddParameterDialog.getData" ID="AddParameterDialog.getData"></a>
 <h4>AddParameterDialog.getData</h4>
@@ -89,7 +89,12 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-tuple of three strings (name, default and value)
+tuple containing name, default and value
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str, str)
 </dd>
 </dl><a NAME="AddParameterDialog.on_nameEdit_textChanged" ID="AddParameterDialog.on_nameEdit_textChanged"></a>
 <h4>AddParameterDialog.on_nameEdit_textChanged</h4>
@@ -97,9 +102,9 @@
 <p>
         Private slot called, when the name entry is changed.
 </p><dl>
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the entry (string)
+text of the entry
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial