|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>Plugin_Refactoring_Rope.RefactoringRope.InlineDialog</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>Plugin_Refactoring_Rope.RefactoringRope.InlineDialog</h1> |
|
24 <p> |
|
25 Module implementing the Inline dialog. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#InlineDialog">InlineDialog</a></td> |
|
35 <td>Class implementing the Inline dialog.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="InlineDialog" ID="InlineDialog"></a> |
|
44 <h2>InlineDialog</h2> |
|
45 <p> |
|
46 Class implementing the Inline dialog. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 RefactoringDialogBase, Ui_InlineDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#InlineDialog.__init__">InlineDialog</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#InlineDialog._calculateChanges">_calculateChanges</a></td> |
|
61 <td>Protected method to calculate the changes.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#InlineDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
64 <td>Private slot to act on the button pressed.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="InlineDialog.__init__" ID="InlineDialog.__init__"></a> |
|
68 <h4>InlineDialog (Constructor)</h4> |
|
69 <b>InlineDialog</b>(<i>refactoring, title, inliner, parent = None</i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><dl> |
|
73 <dt><i>refactoring</i></dt> |
|
74 <dd> |
|
75 reference to the main refactoring object |
|
76 (Refactoring) |
|
77 </dd><dt><i>title</i></dt> |
|
78 <dd> |
|
79 title of the dialog (string) |
|
80 </dd><dt><i>inliner</i></dt> |
|
81 <dd> |
|
82 reference to the inliner object |
|
83 (rope.refactor.inline.InlineMethod, |
|
84 rope.refactor.inline.InlineVariable |
|
85 or rope.refactor.inline.InlineParameter) |
|
86 </dd><dt><i>parent</i></dt> |
|
87 <dd> |
|
88 reference to the parent widget (QWidget) |
|
89 </dd> |
|
90 </dl><a NAME="InlineDialog._calculateChanges" ID="InlineDialog._calculateChanges"></a> |
|
91 <h4>InlineDialog._calculateChanges</h4> |
|
92 <b>_calculateChanges</b>(<i>handle</i>) |
|
93 <p> |
|
94 Protected method to calculate the changes. |
|
95 </p><dl> |
|
96 <dt><i>handle</i></dt> |
|
97 <dd> |
|
98 reference to the task handle |
|
99 (rope.base.taskhandle.TaskHandle) |
|
100 </dd> |
|
101 </dl><dl> |
|
102 <dt>Returns:</dt> |
|
103 <dd> |
|
104 reference to the Changes object (rope.base.change.ChangeSet) |
|
105 </dd> |
|
106 </dl><a NAME="InlineDialog.on_buttonBox_clicked" ID="InlineDialog.on_buttonBox_clicked"></a> |
|
107 <h4>InlineDialog.on_buttonBox_clicked</h4> |
|
108 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
109 <p> |
|
110 Private slot to act on the button pressed. |
|
111 </p><dl> |
|
112 <dt><i>button</i></dt> |
|
113 <dd> |
|
114 reference to the button pressed (QAbstractButton) |
|
115 </dd> |
|
116 </dl> |
|
117 <div align="right"><a href="#top">Up</a></div> |
|
118 <hr /> |
|
119 </body></html> |