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) |