--- 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>