RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.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.ChangesPreviewDialog.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html	Fri Sep 29 10:23:35 2017 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html	Fri Sep 29 10:32:30 2017 +0200
@@ -70,17 +70,19 @@
 </table>
 <a NAME="ChangesPreviewDialog.__init__" ID="ChangesPreviewDialog.__init__"></a>
 <h4>ChangesPreviewDialog (Constructor)</h4>
-<b>ChangesPreviewDialog</b>(<i>changes, parent</i>)
+<b>ChangesPreviewDialog</b>(<i>description, changes, parent</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>changes</i></dt>
+<dt><i>description</i> (str)</dt>
+<dd>
+description of the changes
+</dd><dt><i>changes</i> (list of list of (str, str))</dt>
 <dd>
-reference to the Changes object
-            (rope.base.change.ChangeSet)
-</dd><dt><i>parent</i></dt>
+list of lists containing the change data
+</dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl><a NAME="ChangesPreviewDialog.on_changesList_currentItemChanged" ID="ChangesPreviewDialog.on_changesList_currentItemChanged"></a>
 <h4>ChangesPreviewDialog.on_changesList_currentItemChanged</h4>
@@ -88,12 +90,12 @@
 <p>
         Private slot called when a change is selected.
 </p><dl>
-<dt><i>current</i></dt>
+<dt><i>current</i> (QListWidgetItem)</dt>
 <dd>
-reference to the new current item (QListWidgetItem)
-</dd><dt><i>previous</i></dt>
+reference to the new current item
+</dd><dt><i>previous</i> (QListWidgetItem)</dt>
 <dd>
-reference to the old current item (QListWidgetItem)
+reference to the old current item
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial