24 extractionType, parent=None): |
24 extractionType, parent=None): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 |
27 |
28 @param refactoring reference to the main refactoring object |
28 @param refactoring reference to the main refactoring object |
29 @type Refactoring |
29 @type RefactoringServer |
30 @param title title of the dialog |
30 @param title title of the dialog |
31 @str str |
31 @str str |
32 @param filename file name to be worked on |
32 @param filename file name to be worked on |
33 @type str |
33 @type str |
34 @param startOffset offset within file to start extraction |
34 @param startOffset offset within file to start extraction |