RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.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.IntroduceFactoryDialog</h1> 23 <h1>Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the Introduce Factory dialog. 26 Module implementing the Introduce Factory 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="#IntroduceFactoryDialog">IntroduceFactoryDialog</a></td> 38 <td><a href="#IntroduceFactoryDialog">IntroduceFactoryDialog</a></td>
34 <td>Class implementing the Introduce Factory dialog.</td> 39 <td>Class implementing the Introduce Factory 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="IntroduceFactoryDialog" ID="IntroduceFactoryDialog"></a> 49 <a NAME="IntroduceFactoryDialog" ID="IntroduceFactoryDialog"></a>
43 <h2>IntroduceFactoryDialog</h2> 50 <h2>IntroduceFactoryDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the Introduce Factory dialog. 53 Class implementing the Introduce Factory dialog.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 RefactoringDialogBase, Ui_IntroduceFactoryDialog 56 RefactoringDialogBase, Ui_IntroduceFactoryDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</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="#IntroduceFactoryDialog.__init__">IntroduceFactoryDialog</a></td> 72 <td><a href="#IntroduceFactoryDialog.__init__">IntroduceFactoryDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#IntroduceFactoryDialog._calculateChanges">_calculateChanges</a></td> 76 <td><a href="#IntroduceFactoryDialog._calculateChanges">_calculateChanges</a></td>
64 <td>Protected method to initiate the calculation of the changes.</td> 77 <td>Protected method to initiate the calculation of the changes.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#IntroduceFactoryDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 80 <td><a href="#IntroduceFactoryDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
67 <td>Private slot to act on the button pressed.</td> 81 <td>Private slot to act on the button pressed.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#IntroduceFactoryDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> 84 <td><a href="#IntroduceFactoryDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
70 <td>Private slot to react to changes of the name.</td> 85 <td>Private slot to react to changes of the name.</td>
71 </tr> 86 </tr>
72 </table> 87 </table>
73 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
89
74 <table> 90 <table>
75 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
76 </table> 92 </table>
93
77 <a NAME="IntroduceFactoryDialog.__init__" ID="IntroduceFactoryDialog.__init__"></a> 94 <a NAME="IntroduceFactoryDialog.__init__" ID="IntroduceFactoryDialog.__init__"></a>
78 <h4>IntroduceFactoryDialog (Constructor)</h4> 95 <h4>IntroduceFactoryDialog (Constructor)</h4>
79 <b>IntroduceFactoryDialog</b>(<i>refactoring, title, filename, offset, parent=None</i>) 96 <b>IntroduceFactoryDialog</b>(<i>refactoring, title, filename, offset, parent=None</i>)
97
80 <p> 98 <p>
81 Constructor 99 Constructor
82 </p><dl> 100 </p>
101 <dl>
102
83 <dt><i>refactoring</i> (RefactoringServer)</dt> 103 <dt><i>refactoring</i> (RefactoringServer)</dt>
84 <dd> 104 <dd>
85 reference to the main refactoring object 105 reference to the main refactoring object
86 </dd><dt><i>title</i> (str)</dt> 106 </dd>
107 <dt><i>title</i> (str)</dt>
87 <dd> 108 <dd>
88 title of the dialog 109 title of the dialog
89 </dd><dt><i>filename</i> (str)</dt> 110 </dd>
111 <dt><i>filename</i> (str)</dt>
90 <dd> 112 <dd>
91 file name to be worked on 113 file name to be worked on
92 </dd><dt><i>offset</i> (int or None)</dt> 114 </dd>
115 <dt><i>offset</i> (int or None)</dt>
93 <dd> 116 <dd>
94 offset within file 117 offset within file
95 </dd><dt><i>parent</i> (QWidget)</dt> 118 </dd>
119 <dt><i>parent</i> (QWidget)</dt>
96 <dd> 120 <dd>
97 reference to the parent widget 121 reference to the parent widget
98 </dd> 122 </dd>
99 </dl><a NAME="IntroduceFactoryDialog._calculateChanges" ID="IntroduceFactoryDialog._calculateChanges"></a> 123 </dl>
124 <a NAME="IntroduceFactoryDialog._calculateChanges" ID="IntroduceFactoryDialog._calculateChanges"></a>
100 <h4>IntroduceFactoryDialog._calculateChanges</h4> 125 <h4>IntroduceFactoryDialog._calculateChanges</h4>
101 <b>_calculateChanges</b>(<i></i>) 126 <b>_calculateChanges</b>(<i></i>)
127
102 <p> 128 <p>
103 Protected method to initiate the calculation of the changes. 129 Protected method to initiate the calculation of the changes.
104 </p><a NAME="IntroduceFactoryDialog.on_buttonBox_clicked" ID="IntroduceFactoryDialog.on_buttonBox_clicked"></a> 130 </p>
131 <a NAME="IntroduceFactoryDialog.on_buttonBox_clicked" ID="IntroduceFactoryDialog.on_buttonBox_clicked"></a>
105 <h4>IntroduceFactoryDialog.on_buttonBox_clicked</h4> 132 <h4>IntroduceFactoryDialog.on_buttonBox_clicked</h4>
106 <b>on_buttonBox_clicked</b>(<i>button</i>) 133 <b>on_buttonBox_clicked</b>(<i>button</i>)
134
107 <p> 135 <p>
108 Private slot to act on the button pressed. 136 Private slot to act on the button pressed.
109 </p><dl> 137 </p>
138 <dl>
139
110 <dt><i>button</i> (QAbstractButton)</dt> 140 <dt><i>button</i> (QAbstractButton)</dt>
111 <dd> 141 <dd>
112 reference to the button pressed 142 reference to the button pressed
113 </dd> 143 </dd>
114 </dl><a NAME="IntroduceFactoryDialog.on_nameEdit_textChanged" ID="IntroduceFactoryDialog.on_nameEdit_textChanged"></a> 144 </dl>
145 <a NAME="IntroduceFactoryDialog.on_nameEdit_textChanged" ID="IntroduceFactoryDialog.on_nameEdit_textChanged"></a>
115 <h4>IntroduceFactoryDialog.on_nameEdit_textChanged</h4> 146 <h4>IntroduceFactoryDialog.on_nameEdit_textChanged</h4>
116 <b>on_nameEdit_textChanged</b>(<i>text</i>) 147 <b>on_nameEdit_textChanged</b>(<i>text</i>)
148
117 <p> 149 <p>
118 Private slot to react to changes of the name. 150 Private slot to react to changes of the name.
119 </p><dl> 151 </p>
152 <dl>
153
120 <dt><i>text</i> (str)</dt> 154 <dt><i>text</i> (str)</dt>
121 <dd> 155 <dd>
122 text entered into the edit 156 text entered into the edit
123 </dd> 157 </dd>
124 </dl> 158 </dl>

eric ide

mercurial