RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.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.RestructureDialog</h1> 23 <h1>Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the Restructure dialog. 26 Module implementing the Restructure 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="#RestructureDialog">RestructureDialog</a></td> 38 <td><a href="#RestructureDialog">RestructureDialog</a></td>
34 <td>Class implementing the Restructure dialog.</td> 39 <td>Class implementing the Restructure 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="RestructureDialog" ID="RestructureDialog"></a> 49 <a NAME="RestructureDialog" ID="RestructureDialog"></a>
43 <h2>RestructureDialog</h2> 50 <h2>RestructureDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the Restructure dialog. 53 Class implementing the Restructure dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 RefactoringDialogBase, Ui_RestructureDialog 56 RefactoringDialogBase, Ui_RestructureDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>history</td></tr> 60 <tr><td>history</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="#RestructureDialog.__init__">RestructureDialog</a></td> 72 <td><a href="#RestructureDialog.__init__">RestructureDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#RestructureDialog.__loadData">__loadData</a></td> 76 <td><a href="#RestructureDialog.__loadData">__loadData</a></td>
64 <td>Private slot to load the history data into the dialog.</td> 77 <td>Private slot to load the history data into the dialog.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#RestructureDialog.__saveData">__saveData</a></td> 80 <td><a href="#RestructureDialog.__saveData">__saveData</a></td>
67 <td>Private slot to save the data for later reuse.</td> 81 <td>Private slot to save the data for later reuse.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#RestructureDialog.__updateUI">__updateUI</a></td> 84 <td><a href="#RestructureDialog.__updateUI">__updateUI</a></td>
70 <td>Private slot to update the UI.</td> 85 <td>Private slot to update the UI.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#RestructureDialog._calculateChanges">_calculateChanges</a></td> 88 <td><a href="#RestructureDialog._calculateChanges">_calculateChanges</a></td>
73 <td>Protected method to initiate the calculation of the changes.</td> 89 <td>Protected method to initiate the calculation of the changes.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#RestructureDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 92 <td><a href="#RestructureDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
76 <td>Private slot to act on the button pressed.</td> 93 <td>Private slot to act on the button pressed.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#RestructureDialog.on_goalEdit_textChanged">on_goalEdit_textChanged</a></td> 96 <td><a href="#RestructureDialog.on_goalEdit_textChanged">on_goalEdit_textChanged</a></td>
79 <td>Private slot to react to changes of the goal.</td> 97 <td>Private slot to react to changes of the goal.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#RestructureDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> 100 <td><a href="#RestructureDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td>
82 <td>Private slot to react to changes of the pattern.</td> 101 <td>Private slot to react to changes of the pattern.</td>
83 </tr> 102 </tr>
84 </table> 103 </table>
85 <h3>Static Methods</h3> 104 <h3>Static Methods</h3>
105
86 <table> 106 <table>
87 <tr><td>None</td></tr> 107 <tr><td>None</td></tr>
88 </table> 108 </table>
109
89 <a NAME="RestructureDialog.__init__" ID="RestructureDialog.__init__"></a> 110 <a NAME="RestructureDialog.__init__" ID="RestructureDialog.__init__"></a>
90 <h4>RestructureDialog (Constructor)</h4> 111 <h4>RestructureDialog (Constructor)</h4>
91 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>) 112 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>)
113
92 <p> 114 <p>
93 Constructor 115 Constructor
94 </p><dl> 116 </p>
117 <dl>
118
95 <dt><i>refactoring</i> (RefactoringServer)</dt> 119 <dt><i>refactoring</i> (RefactoringServer)</dt>
96 <dd> 120 <dd>
97 reference to the main refactoring object 121 reference to the main refactoring object
98 </dd><dt><i>title</i> (str)</dt> 122 </dd>
123 <dt><i>title</i> (str)</dt>
99 <dd> 124 <dd>
100 title of the dialog 125 title of the dialog
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="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a> 131 </dl>
132 <a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a>
106 <h4>RestructureDialog.__loadData</h4> 133 <h4>RestructureDialog.__loadData</h4>
107 <b>__loadData</b>(<i></i>) 134 <b>__loadData</b>(<i></i>)
135
108 <p> 136 <p>
109 Private slot to load the history data into the dialog. 137 Private slot to load the history data into the dialog.
110 </p><a NAME="RestructureDialog.__saveData" ID="RestructureDialog.__saveData"></a> 138 </p>
139 <a NAME="RestructureDialog.__saveData" ID="RestructureDialog.__saveData"></a>
111 <h4>RestructureDialog.__saveData</h4> 140 <h4>RestructureDialog.__saveData</h4>
112 <b>__saveData</b>(<i></i>) 141 <b>__saveData</b>(<i></i>)
142
113 <p> 143 <p>
114 Private slot to save the data for later reuse. 144 Private slot to save the data for later reuse.
115 </p><a NAME="RestructureDialog.__updateUI" ID="RestructureDialog.__updateUI"></a> 145 </p>
146 <a NAME="RestructureDialog.__updateUI" ID="RestructureDialog.__updateUI"></a>
116 <h4>RestructureDialog.__updateUI</h4> 147 <h4>RestructureDialog.__updateUI</h4>
117 <b>__updateUI</b>(<i></i>) 148 <b>__updateUI</b>(<i></i>)
149
118 <p> 150 <p>
119 Private slot to update the UI. 151 Private slot to update the UI.
120 </p><a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a> 152 </p>
153 <a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a>
121 <h4>RestructureDialog._calculateChanges</h4> 154 <h4>RestructureDialog._calculateChanges</h4>
122 <b>_calculateChanges</b>(<i></i>) 155 <b>_calculateChanges</b>(<i></i>)
156
123 <p> 157 <p>
124 Protected method to initiate the calculation of the changes. 158 Protected method to initiate the calculation of the changes.
125 </p><a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a> 159 </p>
160 <a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a>
126 <h4>RestructureDialog.on_buttonBox_clicked</h4> 161 <h4>RestructureDialog.on_buttonBox_clicked</h4>
127 <b>on_buttonBox_clicked</b>(<i>button</i>) 162 <b>on_buttonBox_clicked</b>(<i>button</i>)
163
128 <p> 164 <p>
129 Private slot to act on the button pressed. 165 Private slot to act on the button pressed.
130 </p><dl> 166 </p>
167 <dl>
168
131 <dt><i>button</i> (QAbstractButton)</dt> 169 <dt><i>button</i> (QAbstractButton)</dt>
132 <dd> 170 <dd>
133 reference to the button pressed 171 reference to the button pressed
134 </dd> 172 </dd>
135 </dl><a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a> 173 </dl>
174 <a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a>
136 <h4>RestructureDialog.on_goalEdit_textChanged</h4> 175 <h4>RestructureDialog.on_goalEdit_textChanged</h4>
137 <b>on_goalEdit_textChanged</b>(<i></i>) 176 <b>on_goalEdit_textChanged</b>(<i></i>)
177
138 <p> 178 <p>
139 Private slot to react to changes of the goal. 179 Private slot to react to changes of the goal.
140 </p><a NAME="RestructureDialog.on_patternEdit_textChanged" ID="RestructureDialog.on_patternEdit_textChanged"></a> 180 </p>
181 <a NAME="RestructureDialog.on_patternEdit_textChanged" ID="RestructureDialog.on_patternEdit_textChanged"></a>
141 <h4>RestructureDialog.on_patternEdit_textChanged</h4> 182 <h4>RestructureDialog.on_patternEdit_textChanged</h4>
142 <b>on_patternEdit_textChanged</b>(<i></i>) 183 <b>on_patternEdit_textChanged</b>(<i></i>)
184
143 <p> 185 <p>
144 Private slot to react to changes of the pattern. 186 Private slot to react to changes of the pattern.
145 </p> 187 </p>
146 <div align="right"><a href="#top">Up</a></div> 188 <div align="right"><a href="#top">Up</a></div>
147 <hr /> 189 <hr />

eric ide

mercurial