Plugin_Refactoring_Rope.RefactoringRope.InlineDialog

Module implementing the Inline dialog.

Classes

InlineDialog Class implementing the Inline dialog.

Functions

None


InlineDialog

Class implementing the Inline dialog.

Derived from

RefactoringDialogBase, Ui_InlineDialog

Methods

InlineDialog Constructor
_calculateChanges Protected method to calculate the changes.
on_buttonBox_clicked Private slot to act on the button pressed.

InlineDialog (Constructor)

InlineDialog(refactoring, title, inliner, parent = None)

Constructor

refactoring
reference to the main refactoring object (Refactoring)
title
title of the dialog (string or QString)
inliner
reference to the inliner object (rope.refactor.inline.InlineMethod or rope.refactor.inline.InlineVariable)

InlineDialog._calculateChanges

_calculateChanges(handle)

Protected method to calculate the changes.

handle
reference to the task handle (rope.base.taskhandle.TaskHandle)
Returns:
reference to the Changes object (rope.base.change.ChangeSet)

InlineDialog.on_buttonBox_clicked

on_buttonBox_clicked(button)

Private slot to act on the button pressed.

button
reference to the button pressed (QAbstractButton)

Up