Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog

Module implementing the Confirmation dialog.

Classes

ConfirmationDialog Class implementing the Confirmation dialog.

Functions

None


ConfirmationDialog

Class implementing the Confirmation dialog.

Derived from

QDialog, Ui_ConfirmationDialog

Methods

ConfirmationDialog Constructor
__previewChanges Private method to preview the changes.
on_buttonBox_clicked Private slot to act on the button pressed.

ConfirmationDialog (Constructor)

ConfirmationDialog(changes, parent = None)

Constructor

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

ConfirmationDialog.__previewChanges

__previewChanges()

Private method to preview the changes.

ConfirmationDialog.on_buttonBox_clicked

on_buttonBox_clicked(button)

Private slot to act on the button pressed.

button
reference to the button pressed (QAbstractButton)
Up