ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.CreateParametersDialog.html

branch
eric7
changeset 147
eb28b4b6f7f5
parent 144
5c3684ee818e
child 148
dcbd3a96f03c
equal deleted inserted replaced
146:7d955b1995d5 147:eb28b4b6f7f5
87 <tr> 87 <tr>
88 <td><a href="#CreateParametersDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> 88 <td><a href="#CreateParametersDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
89 <td>Private slot to handle changes of the site name.</td> 89 <td>Private slot to handle changes of the site name.</td>
90 </tr> 90 </tr>
91 <tr> 91 <tr>
92 <td><a href="#CreateParametersDialog.on_scaffoldCombo_currentIndexChanged">on_scaffoldCombo_currentIndexChanged</a></td> 92 <td><a href="#CreateParametersDialog.on_scaffoldCombo_currentTextChanged">on_scaffoldCombo_currentTextChanged</a></td>
93 <td>Private slot to handle changes of the selected scaffold.</td> 93 <td>Private slot to handle changes of the selected scaffold.</td>
94 </tr> 94 </tr>
95 </table> 95 </table>
96 <h3>Static Methods</h3> 96 <h3>Static Methods</h3>
97 97
106 <p> 106 <p>
107 Constructor 107 Constructor
108 </p> 108 </p>
109 <dl> 109 <dl>
110 110
111 <dt><i>project</i></dt> 111 <dt><i>project</i> (Project)</dt>
112 <dd> 112 <dd>
113 reference to the project object (Project) 113 reference to the project object
114 </dd> 114 </dd>
115 <dt><i>parent</i></dt> 115 <dt><i>parent</i> (QWidget)</dt>
116 <dd> 116 <dd>
117 reference to the parent widget (QWidget) 117 reference to the parent widget
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="CreateParametersDialog.__prepareScaffoldString" ID="CreateParametersDialog.__prepareScaffoldString"></a> 120 <a NAME="CreateParametersDialog.__prepareScaffoldString" ID="CreateParametersDialog.__prepareScaffoldString"></a>
121 <h4>CreateParametersDialog.__prepareScaffoldString</h4> 121 <h4>CreateParametersDialog.__prepareScaffoldString</h4>
122 <b>__prepareScaffoldString</b>(<i>line</i>) 122 <b>__prepareScaffoldString</b>(<i>line</i>)
159 Public method to get the data. 159 Public method to get the data.
160 </p> 160 </p>
161 <dl> 161 <dl>
162 <dt>Return:</dt> 162 <dt>Return:</dt>
163 <dd> 163 <dd>
164 tuple giving the scaffold (string), the project name (string), 164 tuple giving the scaffold, the project name, a flag indicating
165 a flag indicating to overwrite existing files (boolean) and a flag 165 to overwrite existing files and a flag indicating to simulate the
166 indicating to simulate the creation (boolean) 166 creation
167 </dd>
168 </dl>
169 <dl>
170 <dt>Return Type:</dt>
171 <dd>
172 tuple of (str, str, bool, bool)
167 </dd> 173 </dd>
168 </dl> 174 </dl>
169 <a NAME="CreateParametersDialog.on_nameEdit_textChanged" ID="CreateParametersDialog.on_nameEdit_textChanged"></a> 175 <a NAME="CreateParametersDialog.on_nameEdit_textChanged" ID="CreateParametersDialog.on_nameEdit_textChanged"></a>
170 <h4>CreateParametersDialog.on_nameEdit_textChanged</h4> 176 <h4>CreateParametersDialog.on_nameEdit_textChanged</h4>
171 <b>on_nameEdit_textChanged</b>(<i>text</i>) 177 <b>on_nameEdit_textChanged</b>(<i>text</i>)
173 <p> 179 <p>
174 Private slot to handle changes of the site name. 180 Private slot to handle changes of the site name.
175 </p> 181 </p>
176 <dl> 182 <dl>
177 183
178 <dt><i>text</i></dt> 184 <dt><i>text</i> (str)</dt>
179 <dd> 185 <dd>
180 text of the site entry (string) 186 text of the site entry
181 </dd> 187 </dd>
182 </dl> 188 </dl>
183 <a NAME="CreateParametersDialog.on_scaffoldCombo_currentIndexChanged" ID="CreateParametersDialog.on_scaffoldCombo_currentIndexChanged"></a> 189 <a NAME="CreateParametersDialog.on_scaffoldCombo_currentTextChanged" ID="CreateParametersDialog.on_scaffoldCombo_currentTextChanged"></a>
184 <h4>CreateParametersDialog.on_scaffoldCombo_currentIndexChanged</h4> 190 <h4>CreateParametersDialog.on_scaffoldCombo_currentTextChanged</h4>
185 <b>on_scaffoldCombo_currentIndexChanged</b>(<i>text</i>) 191 <b>on_scaffoldCombo_currentTextChanged</b>(<i>text</i>)
186 192
187 <p> 193 <p>
188 Private slot to handle changes of the selected scaffold. 194 Private slot to handle changes of the selected scaffold.
189 </p> 195 </p>
190 <dl> 196 <dl>
191 197
192 <dt><i>text</i></dt> 198 <dt><i>text</i> (str)</dt>
193 <dd> 199 <dd>
194 text of the combo box (string) 200 text of the combo box
195 </dd> 201 </dd>
196 </dl> 202 </dl>
197 <div align="right"><a href="#top">Up</a></div> 203 <div align="right"><a href="#top">Up</a></div>
198 <hr /> 204 <hr />
199 </body></html> 205 </body></html>

eric ide

mercurial