Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog

Module implementing the Add New Parameter dialog.

Classes

AddParameterDialog Class implementing the Add New Parameter dialog.

Functions

None


AddParameterDialog

Class implementing the Add New Parameter dialog.

Derived from

QDialog, Ui_AddParameterDialog

Methods

AddParameterDialog Constructor
getData Public method to extract the data entered into the dialog.
on_nameEdit_textChanged Private slot called, when the name entry is changed.

AddParameterDialog (Constructor)

AddParameterDialog(parent = None)

Constructor

parent
reference to the parent widget (QWidget)

AddParameterDialog.getData

getData()

Public method to extract the data entered into the dialog.

Returns:
tuple of three strings (name, default and value)

AddParameterDialog.on_nameEdit_textChanged

on_nameEdit_textChanged(txt)

Private slot called, when the name entry is changed.

txt
text of the entry (QString)
Up