RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html

changeset 321
d51e810107ec
parent 204
b4bf79b956bc
child 375
c61a2f18ed78
equal deleted inserted replaced
320:91b171fdd85f 321:d51e810107ec
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog</h1> 23 <h1>Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the Extract dialog. 26 Module implementing the Extract dialog.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#ExtractDialog">ExtractDialog</a></td> 38 <td><a href="#ExtractDialog">ExtractDialog</a></td>
34 <td>Class implementing the Extract dialog.</td> 39 <td>Class implementing the Extract dialog.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="ExtractDialog" ID="ExtractDialog"></a> 49 <a NAME="ExtractDialog" ID="ExtractDialog"></a>
43 <h2>ExtractDialog</h2> 50 <h2>ExtractDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the Extract dialog. 53 Class implementing the Extract dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 RefactoringDialogBase, Ui_ExtractDialog 56 RefactoringDialogBase, Ui_ExtractDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#ExtractDialog.__init__">ExtractDialog</a></td> 72 <td><a href="#ExtractDialog.__init__">ExtractDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#ExtractDialog._calculateChanges">_calculateChanges</a></td> 76 <td><a href="#ExtractDialog._calculateChanges">_calculateChanges</a></td>
64 <td>Protected method to calculate the changes.</td> 77 <td>Protected method to calculate the changes.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#ExtractDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 80 <td><a href="#ExtractDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
67 <td>Private slot to act on the button pressed.</td> 81 <td>Private slot to act on the button pressed.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#ExtractDialog.on_newNameEdit_textChanged">on_newNameEdit_textChanged</a></td> 84 <td><a href="#ExtractDialog.on_newNameEdit_textChanged">on_newNameEdit_textChanged</a></td>
70 <td>Private slot to react to changes of the new name.</td> 85 <td>Private slot to react to changes of the new name.</td>
71 </tr> 86 </tr>
72 </table> 87 </table>
73 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
89
74 <table> 90 <table>
75 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
76 </table> 92 </table>
93
77 <a NAME="ExtractDialog.__init__" ID="ExtractDialog.__init__"></a> 94 <a NAME="ExtractDialog.__init__" ID="ExtractDialog.__init__"></a>
78 <h4>ExtractDialog (Constructor)</h4> 95 <h4>ExtractDialog (Constructor)</h4>
79 <b>ExtractDialog</b>(<i>refactoring, title, filename, startOffset, endOffset, extractionType, parent=None</i>) 96 <b>ExtractDialog</b>(<i>refactoring, title, filename, startOffset, endOffset, extractionType, parent=None</i>)
97
80 <p> 98 <p>
81 Constructor 99 Constructor
82 </p><dl> 100 </p>
101 <dl>
102
83 <dt><i>refactoring</i> (RefactoringServer)</dt> 103 <dt><i>refactoring</i> (RefactoringServer)</dt>
84 <dd> 104 <dd>
85 reference to the main refactoring object 105 reference to the main refactoring object
86 </dd><dt><i>title</i> (str)</dt> 106 </dd>
107 <dt><i>title</i> (str)</dt>
87 <dd> 108 <dd>
88 title of the dialog 109 title of the dialog
89 </dd><dt><i>filename</i> (str)</dt> 110 </dd>
111 <dt><i>filename</i> (str)</dt>
90 <dd> 112 <dd>
91 file name to be worked on 113 file name to be worked on
92 </dd><dt><i>startOffset</i> (int)</dt> 114 </dd>
115 <dt><i>startOffset</i> (int)</dt>
93 <dd> 116 <dd>
94 offset within file to start extraction 117 offset within file to start extraction
95 </dd><dt><i>endOffset</i> (int)</dt> 118 </dd>
119 <dt><i>endOffset</i> (int)</dt>
96 <dd> 120 <dd>
97 offset within file to end extraction 121 offset within file to end extraction
98 </dd><dt><i>extractionType</i> (str)</dt> 122 </dd>
123 <dt><i>extractionType</i> (str)</dt>
99 <dd> 124 <dd>
100 type of extraction to be performed 125 type of extraction to be performed
101 </dd><dt><i>parent</i> (QWidget)</dt> 126 </dd>
127 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 128 <dd>
103 reference to the parent widget 129 reference to the parent widget
104 </dd> 130 </dd>
105 </dl><a NAME="ExtractDialog._calculateChanges" ID="ExtractDialog._calculateChanges"></a> 131 </dl>
132 <a NAME="ExtractDialog._calculateChanges" ID="ExtractDialog._calculateChanges"></a>
106 <h4>ExtractDialog._calculateChanges</h4> 133 <h4>ExtractDialog._calculateChanges</h4>
107 <b>_calculateChanges</b>(<i></i>) 134 <b>_calculateChanges</b>(<i></i>)
135
108 <p> 136 <p>
109 Protected method to calculate the changes. 137 Protected method to calculate the changes.
110 </p><a NAME="ExtractDialog.on_buttonBox_clicked" ID="ExtractDialog.on_buttonBox_clicked"></a> 138 </p>
139 <a NAME="ExtractDialog.on_buttonBox_clicked" ID="ExtractDialog.on_buttonBox_clicked"></a>
111 <h4>ExtractDialog.on_buttonBox_clicked</h4> 140 <h4>ExtractDialog.on_buttonBox_clicked</h4>
112 <b>on_buttonBox_clicked</b>(<i>button</i>) 141 <b>on_buttonBox_clicked</b>(<i>button</i>)
142
113 <p> 143 <p>
114 Private slot to act on the button pressed. 144 Private slot to act on the button pressed.
115 </p><dl> 145 </p>
146 <dl>
147
116 <dt><i>button</i> (QAbstractButton)</dt> 148 <dt><i>button</i> (QAbstractButton)</dt>
117 <dd> 149 <dd>
118 reference to the button pressed 150 reference to the button pressed
119 </dd> 151 </dd>
120 </dl><a NAME="ExtractDialog.on_newNameEdit_textChanged" ID="ExtractDialog.on_newNameEdit_textChanged"></a> 152 </dl>
153 <a NAME="ExtractDialog.on_newNameEdit_textChanged" ID="ExtractDialog.on_newNameEdit_textChanged"></a>
121 <h4>ExtractDialog.on_newNameEdit_textChanged</h4> 154 <h4>ExtractDialog.on_newNameEdit_textChanged</h4>
122 <b>on_newNameEdit_textChanged</b>(<i>text</i>) 155 <b>on_newNameEdit_textChanged</b>(<i>text</i>)
156
123 <p> 157 <p>
124 Private slot to react to changes of the new name. 158 Private slot to react to changes of the new name.
125 </p><dl> 159 </p>
160 <dl>
161
126 <dt><i>text</i> (str)</dt> 162 <dt><i>text</i> (str)</dt>
127 <dd> 163 <dd>
128 text entered into the edit 164 text entered into the edit
129 </dd> 165 </dd>
130 </dl> 166 </dl>

eric ide

mercurial