21 """ |
21 """ |
22 Constructor |
22 Constructor |
23 |
23 |
24 @param refactoring reference to the main refactoring object |
24 @param refactoring reference to the main refactoring object |
25 (Refactoring) |
25 (Refactoring) |
26 @param title title of the dialog (string or QString) |
26 @param title title of the dialog (string) |
27 @param extractor reference to the extractor object |
27 @param extractor reference to the extractor object |
28 (rope.refactor.extract.ExtractMethod or |
28 (rope.refactor.extract.ExtractMethod or |
29 rope.refactor.extract.ExtractVariable) |
29 rope.refactor.extract.ExtractVariable) |
30 @param parent reference to the parent widget (QWidget) |
30 @param parent reference to the parent widget (QWidget) |
31 """ |
31 """ |