RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html

changeset 24
e18b36080a37
parent 17
a0fac63ef73f
child 44
8aa985c8dee5
equal deleted inserted replaced
23:8b771837cca6 24:e18b36080a37
64 <td>Private slot to act on the button pressed.</td> 64 <td>Private slot to act on the button pressed.</td>
65 </tr> 65 </tr>
66 </table> 66 </table>
67 <a NAME="InlineDialog.__init__" ID="InlineDialog.__init__"></a> 67 <a NAME="InlineDialog.__init__" ID="InlineDialog.__init__"></a>
68 <h4>InlineDialog (Constructor)</h4> 68 <h4>InlineDialog (Constructor)</h4>
69 <b>InlineDialog</b>(<i>refactoring, title, inliner, parent = None</i>) 69 <b>InlineDialog</b>(<i>refactoring, title, inliner, parent=None</i>)
70 <p> 70 <p>
71 Constructor 71 Constructor
72 </p><dl> 72 </p><dl>
73 <dt><i>refactoring</i></dt> 73 <dt><i>refactoring</i></dt>
74 <dd> 74 <dd>
78 <dd> 78 <dd>
79 title of the dialog (string) 79 title of the dialog (string)
80 </dd><dt><i>inliner</i></dt> 80 </dd><dt><i>inliner</i></dt>
81 <dd> 81 <dd>
82 reference to the inliner object 82 reference to the inliner object
83 (rope.refactor.inline.InlineMethod, 83 (rope.refactor.inline.InlineMethod,
84 rope.refactor.inline.InlineVariable 84 rope.refactor.inline.InlineVariable
85 or rope.refactor.inline.InlineParameter) 85 or rope.refactor.inline.InlineParameter)
86 </dd><dt><i>parent</i></dt> 86 </dd><dt><i>parent</i></dt>
87 <dd> 87 <dd>
88 reference to the parent widget (QWidget) 88 reference to the parent widget (QWidget)

eric ide

mercurial