Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog

Module implementing the Changes preview dialog.

Classes

ChangesPreviewDialog Class implementing the Changes preview dialog.

Functions

None


ChangesPreviewDialog

Class implementing the Changes preview dialog.

Derived from

PreviewDialogBase

Methods

ChangesPreviewDialog Constructor
on_changesList_currentItemChanged Private slot called when a change is selected.

ChangesPreviewDialog (Constructor)

ChangesPreviewDialog(changes, parent)

Constructor

changes
reference to the Changes object (rope.base.change.ChangeSet)
parent
reference to the parent widget (QWidget)

ChangesPreviewDialog.on_changesList_currentItemChanged

on_changesList_currentItemChanged(current, previous)

Private slot called when a change is selected.

current
reference to the new current item (QListWidgetItem)
previous
reference to the old current item (QListWidgetItem)
Up