RefactoringRope/InlineDialog.py

changeset 9
8cee612bcc28
parent 6
07dabc6bb157
child 20
83b71483e198
equal deleted inserted replaced
8:fc14525f0501 9:8cee612bcc28
24 """ 24 """
25 Constructor 25 Constructor
26 26
27 @param refactoring reference to the main refactoring object 27 @param refactoring reference to the main refactoring object
28 (Refactoring) 28 (Refactoring)
29 @param title title of the dialog (string or QString) 29 @param title title of the dialog (string)
30 @param inliner reference to the inliner object 30 @param inliner reference to the inliner object
31 (rope.refactor.inline.InlineMethod, 31 (rope.refactor.inline.InlineMethod,
32 rope.refactor.inline.InlineVariable 32 rope.refactor.inline.InlineVariable
33 or rope.refactor.inline.InlineParameter) 33 or rope.refactor.inline.InlineParameter)
34 @param parent reference to the parent widget (QWidget) 34 @param parent reference to the parent widget (QWidget)

eric ide

mercurial