RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 44
8aa985c8dee5
child 321
d51e810107ec
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#RestructureDialog.__updateUI">__updateUI</a></td> 69 <td><a href="#RestructureDialog.__updateUI">__updateUI</a></td>
70 <td>Private slot to update the UI.</td> 70 <td>Private slot to update the UI.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#RestructureDialog._calculateChanges">_calculateChanges</a></td> 72 <td><a href="#RestructureDialog._calculateChanges">_calculateChanges</a></td>
73 <td>Protected method to calculate the changes.</td> 73 <td>Protected method to initiate the calculation of the changes.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#RestructureDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 75 <td><a href="#RestructureDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
76 <td>Private slot to act on the button pressed.</td> 76 <td>Private slot to act on the button pressed.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#RestructureDialog.on_goalEdit_textChanged">on_goalEdit_textChanged</a></td> 78 <td><a href="#RestructureDialog.on_goalEdit_textChanged">on_goalEdit_textChanged</a></td>
90 <h4>RestructureDialog (Constructor)</h4> 90 <h4>RestructureDialog (Constructor)</h4>
91 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>) 91 <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>)
92 <p> 92 <p>
93 Constructor 93 Constructor
94 </p><dl> 94 </p><dl>
95 <dt><i>refactoring</i></dt> 95 <dt><i>refactoring</i> (RefactoringServer)</dt>
96 <dd> 96 <dd>
97 reference to the main refactoring object 97 reference to the main refactoring object
98 (Refactoring) 98 </dd><dt><i>title</i> (str)</dt>
99 </dd><dt><i>title</i></dt>
100 <dd> 99 <dd>
101 title of the dialog (string) 100 title of the dialog
102 </dd><dt><i>parent</i></dt> 101 </dd><dt><i>parent</i> (QWidget)</dt>
103 <dd> 102 <dd>
104 reference to the parent widget (QWidget) 103 reference to the parent widget
105 </dd> 104 </dd>
106 </dl><a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a> 105 </dl><a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a>
107 <h4>RestructureDialog.__loadData</h4> 106 <h4>RestructureDialog.__loadData</h4>
108 <b>__loadData</b>(<i></i>) 107 <b>__loadData</b>(<i></i>)
109 <p> 108 <p>
118 <b>__updateUI</b>(<i></i>) 117 <b>__updateUI</b>(<i></i>)
119 <p> 118 <p>
120 Private slot to update the UI. 119 Private slot to update the UI.
121 </p><a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a> 120 </p><a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a>
122 <h4>RestructureDialog._calculateChanges</h4> 121 <h4>RestructureDialog._calculateChanges</h4>
123 <b>_calculateChanges</b>(<i>handle</i>) 122 <b>_calculateChanges</b>(<i></i>)
124 <p> 123 <p>
125 Protected method to calculate the changes. 124 Protected method to initiate the calculation of the changes.
126 </p><dl> 125 </p><a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a>
127 <dt><i>handle</i></dt>
128 <dd>
129 reference to the task handle
130 (rope.base.taskhandle.TaskHandle)
131 </dd>
132 </dl><dl>
133 <dt>Returns:</dt>
134 <dd>
135 reference to the Changes object (rope.base.change.ChangeSet)
136 </dd>
137 </dl><a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a>
138 <h4>RestructureDialog.on_buttonBox_clicked</h4> 126 <h4>RestructureDialog.on_buttonBox_clicked</h4>
139 <b>on_buttonBox_clicked</b>(<i>button</i>) 127 <b>on_buttonBox_clicked</b>(<i>button</i>)
140 <p> 128 <p>
141 Private slot to act on the button pressed. 129 Private slot to act on the button pressed.
142 </p><dl> 130 </p><dl>
143 <dt><i>button</i></dt> 131 <dt><i>button</i> (QAbstractButton)</dt>
144 <dd> 132 <dd>
145 reference to the button pressed (QAbstractButton) 133 reference to the button pressed
146 </dd> 134 </dd>
147 </dl><a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a> 135 </dl><a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a>
148 <h4>RestructureDialog.on_goalEdit_textChanged</h4> 136 <h4>RestructureDialog.on_goalEdit_textChanged</h4>
149 <b>on_goalEdit_textChanged</b>(<i></i>) 137 <b>on_goalEdit_textChanged</b>(<i></i>)
150 <p> 138 <p>

eric ide

mercurial