5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog</h1> |
9 <h1>Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Restructure dialog. |
11 Module implementing the Restructure dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#RestructureDialog">RestructureDialog</a></td> |
22 <td><a href="#RestructureDialog">RestructureDialog</a></td> |
25 <td>Class implementing the Restructure dialog.</td> |
23 <td>Class implementing the Restructure dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="RestructureDialog" ID="RestructureDialog"></a> |
34 <a NAME="RestructureDialog" ID="RestructureDialog"></a> |
36 <h2>RestructureDialog</h2> |
35 <h2>RestructureDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the Restructure dialog. |
37 Class implementing the Restructure dialog. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 RefactoringDialogBase, Ui_RestructureDialog |
41 RefactoringDialogBase, Ui_RestructureDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
43 <table> |
46 <tr><td>history</td></tr> |
44 <tr><td>history</td></tr> |
47 </table> |
45 </table> |
|
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
|
50 <table> |
48 <table> |
51 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
52 </table> |
50 </table> |
|
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
|
55 <table> |
53 <table> |
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#RestructureDialog.__init__">RestructureDialog</a></td> |
55 <td><a href="#RestructureDialog.__init__">RestructureDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
85 <tr> |
82 <tr> |
86 <td><a href="#RestructureDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> |
83 <td><a href="#RestructureDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> |
87 <td>Private slot to react to changes of the pattern.</td> |
84 <td>Private slot to react to changes of the pattern.</td> |
88 </tr> |
85 </tr> |
89 </table> |
86 </table> |
|
87 |
90 <h3>Static Methods</h3> |
88 <h3>Static Methods</h3> |
91 |
|
92 <table> |
89 <table> |
93 <tr><td>None</td></tr> |
90 <tr><td>None</td></tr> |
94 </table> |
91 </table> |
95 |
92 |
|
93 |
96 <a NAME="RestructureDialog.__init__" ID="RestructureDialog.__init__"></a> |
94 <a NAME="RestructureDialog.__init__" ID="RestructureDialog.__init__"></a> |
97 <h4>RestructureDialog (Constructor)</h4> |
95 <h4>RestructureDialog (Constructor)</h4> |
98 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>) |
96 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>) |
99 |
|
100 <p> |
97 <p> |
101 Constructor |
98 Constructor |
102 </p> |
99 </p> |
|
100 |
103 <dl> |
101 <dl> |
104 |
102 |
105 <dt><i>refactoring</i> (RefactoringServer)</dt> |
103 <dt><i>refactoring</i> (RefactoringServer)</dt> |
106 <dd> |
104 <dd> |
107 reference to the main refactoring object |
105 reference to the main refactoring object |
116 </dd> |
114 </dd> |
117 </dl> |
115 </dl> |
118 <a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a> |
116 <a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a> |
119 <h4>RestructureDialog.__loadData</h4> |
117 <h4>RestructureDialog.__loadData</h4> |
120 <b>__loadData</b>(<i></i>) |
118 <b>__loadData</b>(<i></i>) |
121 |
|
122 <p> |
119 <p> |
123 Private slot to load the history data into the dialog. |
120 Private slot to load the history data into the dialog. |
124 </p> |
121 </p> |
|
122 |
125 <a NAME="RestructureDialog.__saveData" ID="RestructureDialog.__saveData"></a> |
123 <a NAME="RestructureDialog.__saveData" ID="RestructureDialog.__saveData"></a> |
126 <h4>RestructureDialog.__saveData</h4> |
124 <h4>RestructureDialog.__saveData</h4> |
127 <b>__saveData</b>(<i></i>) |
125 <b>__saveData</b>(<i></i>) |
128 |
|
129 <p> |
126 <p> |
130 Private slot to save the data for later reuse. |
127 Private slot to save the data for later reuse. |
131 </p> |
128 </p> |
|
129 |
132 <a NAME="RestructureDialog.__updateUI" ID="RestructureDialog.__updateUI"></a> |
130 <a NAME="RestructureDialog.__updateUI" ID="RestructureDialog.__updateUI"></a> |
133 <h4>RestructureDialog.__updateUI</h4> |
131 <h4>RestructureDialog.__updateUI</h4> |
134 <b>__updateUI</b>(<i></i>) |
132 <b>__updateUI</b>(<i></i>) |
135 |
|
136 <p> |
133 <p> |
137 Private slot to update the UI. |
134 Private slot to update the UI. |
138 </p> |
135 </p> |
|
136 |
139 <a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a> |
137 <a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a> |
140 <h4>RestructureDialog._calculateChanges</h4> |
138 <h4>RestructureDialog._calculateChanges</h4> |
141 <b>_calculateChanges</b>(<i></i>) |
139 <b>_calculateChanges</b>(<i></i>) |
142 |
|
143 <p> |
140 <p> |
144 Protected method to initiate the calculation of the changes. |
141 Protected method to initiate the calculation of the changes. |
145 </p> |
142 </p> |
|
143 |
146 <a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a> |
144 <a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a> |
147 <h4>RestructureDialog.on_buttonBox_clicked</h4> |
145 <h4>RestructureDialog.on_buttonBox_clicked</h4> |
148 <b>on_buttonBox_clicked</b>(<i>button</i>) |
146 <b>on_buttonBox_clicked</b>(<i>button</i>) |
149 |
|
150 <p> |
147 <p> |
151 Private slot to act on the button pressed. |
148 Private slot to act on the button pressed. |
152 </p> |
149 </p> |
|
150 |
153 <dl> |
151 <dl> |
154 |
152 |
155 <dt><i>button</i> (QAbstractButton)</dt> |
153 <dt><i>button</i> (QAbstractButton)</dt> |
156 <dd> |
154 <dd> |
157 reference to the button pressed |
155 reference to the button pressed |
158 </dd> |
156 </dd> |
159 </dl> |
157 </dl> |
160 <a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a> |
158 <a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a> |
161 <h4>RestructureDialog.on_goalEdit_textChanged</h4> |
159 <h4>RestructureDialog.on_goalEdit_textChanged</h4> |
162 <b>on_goalEdit_textChanged</b>(<i></i>) |
160 <b>on_goalEdit_textChanged</b>(<i></i>) |
163 |
|
164 <p> |
161 <p> |
165 Private slot to react to changes of the goal. |
162 Private slot to react to changes of the goal. |
166 </p> |
163 </p> |
|
164 |
167 <a NAME="RestructureDialog.on_patternEdit_textChanged" ID="RestructureDialog.on_patternEdit_textChanged"></a> |
165 <a NAME="RestructureDialog.on_patternEdit_textChanged" ID="RestructureDialog.on_patternEdit_textChanged"></a> |
168 <h4>RestructureDialog.on_patternEdit_textChanged</h4> |
166 <h4>RestructureDialog.on_patternEdit_textChanged</h4> |
169 <b>on_patternEdit_textChanged</b>(<i></i>) |
167 <b>on_patternEdit_textChanged</b>(<i></i>) |
170 |
|
171 <p> |
168 <p> |
172 Private slot to react to changes of the pattern. |
169 Private slot to react to changes of the pattern. |
173 </p> |
170 </p> |
|
171 |
174 <div align="right"><a href="#top">Up</a></div> |
172 <div align="right"><a href="#top">Up</a></div> |
175 <hr /> |
173 <hr /> |
176 </body></html> |
174 </body></html> |