RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 44
8aa985c8dee5
child 321
d51e810107ec
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
59 <tr> 59 <tr>
60 <td><a href="#IntroduceParameterDialog.__init__">IntroduceParameterDialog</a></td> 60 <td><a href="#IntroduceParameterDialog.__init__">IntroduceParameterDialog</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#IntroduceParameterDialog._calculateChanges">_calculateChanges</a></td> 63 <td><a href="#IntroduceParameterDialog._calculateChanges">_calculateChanges</a></td>
64 <td>Protected method to calculate the changes.</td> 64 <td>Protected method to initiate the calculation of the changes.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#IntroduceParameterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 66 <td><a href="#IntroduceParameterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
67 <td>Private slot to act on the button pressed.</td> 67 <td>Private slot to act on the button pressed.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#IntroduceParameterDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> 69 <td><a href="#IntroduceParameterDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
74 <table> 74 <table>
75 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
76 </table> 76 </table>
77 <a NAME="IntroduceParameterDialog.__init__" ID="IntroduceParameterDialog.__init__"></a> 77 <a NAME="IntroduceParameterDialog.__init__" ID="IntroduceParameterDialog.__init__"></a>
78 <h4>IntroduceParameterDialog (Constructor)</h4> 78 <h4>IntroduceParameterDialog (Constructor)</h4>
79 <b>IntroduceParameterDialog</b>(<i>refactoring, title, introducer, parent=None</i>) 79 <b>IntroduceParameterDialog</b>(<i>refactoring, title, filename, offset, parent=None</i>)
80 <p> 80 <p>
81 Constructor 81 Constructor
82 </p><dl> 82 </p><dl>
83 <dt><i>refactoring</i></dt> 83 <dt><i>refactoring</i> (RefactoringServer)</dt>
84 <dd> 84 <dd>
85 reference to the main refactoring object 85 reference to the main refactoring object
86 (Refactoring) 86 </dd><dt><i>title</i> (str)</dt>
87 </dd><dt><i>title</i></dt>
88 <dd> 87 <dd>
89 title of the dialog (string) 88 title of the dialog
90 </dd><dt><i>introducer</i></dt> 89 </dd><dt><i>filename</i> (str)</dt>
91 <dd> 90 <dd>
92 reference to the factory introducer object 91 file name to be worked on
93 (rope.refactor.introduce_parameter.IntroduceParameter) 92 </dd><dt><i>offset</i> (int or None)</dt>
94 </dd><dt><i>parent</i></dt>
95 <dd> 93 <dd>
96 reference to the parent widget (QWidget) 94 offset within file
95 </dd><dt><i>parent</i> (QWidget)</dt>
96 <dd>
97 reference to the parent widget
97 </dd> 98 </dd>
98 </dl><a NAME="IntroduceParameterDialog._calculateChanges" ID="IntroduceParameterDialog._calculateChanges"></a> 99 </dl><a NAME="IntroduceParameterDialog._calculateChanges" ID="IntroduceParameterDialog._calculateChanges"></a>
99 <h4>IntroduceParameterDialog._calculateChanges</h4> 100 <h4>IntroduceParameterDialog._calculateChanges</h4>
100 <b>_calculateChanges</b>(<i>handle</i>) 101 <b>_calculateChanges</b>(<i></i>)
101 <p> 102 <p>
102 Protected method to calculate the changes. 103 Protected method to initiate the calculation of the changes.
103 </p><dl> 104 </p><a NAME="IntroduceParameterDialog.on_buttonBox_clicked" ID="IntroduceParameterDialog.on_buttonBox_clicked"></a>
104 <dt><i>handle</i></dt>
105 <dd>
106 reference to the task handle
107 (rope.base.taskhandle.TaskHandle)
108 </dd>
109 </dl><dl>
110 <dt>Returns:</dt>
111 <dd>
112 reference to the Changes object (rope.base.change.ChangeSet)
113 </dd>
114 </dl><a NAME="IntroduceParameterDialog.on_buttonBox_clicked" ID="IntroduceParameterDialog.on_buttonBox_clicked"></a>
115 <h4>IntroduceParameterDialog.on_buttonBox_clicked</h4> 105 <h4>IntroduceParameterDialog.on_buttonBox_clicked</h4>
116 <b>on_buttonBox_clicked</b>(<i>button</i>) 106 <b>on_buttonBox_clicked</b>(<i>button</i>)
117 <p> 107 <p>
118 Private slot to act on the button pressed. 108 Private slot to act on the button pressed.
119 </p><dl> 109 </p><dl>
120 <dt><i>button</i></dt> 110 <dt><i>button</i> (QAbstractButton)</dt>
121 <dd> 111 <dd>
122 reference to the button pressed (QAbstractButton) 112 reference to the button pressed
123 </dd> 113 </dd>
124 </dl><a NAME="IntroduceParameterDialog.on_nameEdit_textChanged" ID="IntroduceParameterDialog.on_nameEdit_textChanged"></a> 114 </dl><a NAME="IntroduceParameterDialog.on_nameEdit_textChanged" ID="IntroduceParameterDialog.on_nameEdit_textChanged"></a>
125 <h4>IntroduceParameterDialog.on_nameEdit_textChanged</h4> 115 <h4>IntroduceParameterDialog.on_nameEdit_textChanged</h4>
126 <b>on_nameEdit_textChanged</b>(<i>text</i>) 116 <b>on_nameEdit_textChanged</b>(<i>text</i>)
127 <p> 117 <p>
128 Private slot to react to changes of the name. 118 Private slot to react to changes of the name.
129 </p><dl> 119 </p><dl>
130 <dt><i>text</i></dt> 120 <dt><i>text</i> (str)</dt>
131 <dd> 121 <dd>
132 text entered into the edit (string) 122 text entered into the edit
133 </dd> 123 </dd>
134 </dl> 124 </dl>
135 <div align="right"><a href="#top">Up</a></div> 125 <div align="right"><a href="#top">Up</a></div>
136 <hr /> 126 <hr />
137 </body></html> 127 </body></html>

eric ide

mercurial