eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html

branch
eric7
changeset 9202
81388c6065e8
parent 9201
2f1ccadee231
equal deleted inserted replaced
9201:2f1ccadee231 9202:81388c6065e8
93 <tr> 93 <tr>
94 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td> 94 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td>
95 <td>Private method to populate the classifiers.</td> 95 <td>Private method to populate the classifiers.</td>
96 </tr> 96 </tr>
97 <tr> 97 <tr>
98 <td><a href="#SetupWizardDialog.getCode">getCode</a></td> 98 <td><a href="#SetupWizardDialog.accept">accept</a></td>
99 <td>Public method to get the source code.</td> 99 <td>Public slot to handle pressing the OK button.</td>
100 </tr> 100 </tr>
101 <tr> 101 <tr>
102 <td><a href="#SetupWizardDialog.on_addEntryPointButton_clicked">on_addEntryPointButton_clicked</a></td> 102 <td><a href="#SetupWizardDialog.on_addEntryPointButton_clicked">on_addEntryPointButton_clicked</a></td>
103 <td>Private slot to add an entry point to the list.</td> 103 <td>Private slot to add an entry point to the list.</td>
104 </tr> 104 </tr>
173 <tr><td>None</td></tr> 173 <tr><td>None</td></tr>
174 </table> 174 </table>
175 175
176 <a NAME="SetupWizardDialog.__init__" ID="SetupWizardDialog.__init__"></a> 176 <a NAME="SetupWizardDialog.__init__" ID="SetupWizardDialog.__init__"></a>
177 <h4>SetupWizardDialog (Constructor)</h4> 177 <h4>SetupWizardDialog (Constructor)</h4>
178 <b>SetupWizardDialog</b>(<i>category, parent=None</i>) 178 <b>SetupWizardDialog</b>(<i>category, editor, parent=None</i>)
179 179
180 <p> 180 <p>
181 Constructor 181 Constructor
182 </p> 182 </p>
183 <dl> 183 <dl>
184 184
185 <dt><i>category</i> (str)</dt> 185 <dt><i>category</i> (str)</dt>
186 <dd> 186 <dd>
187 category of setup file to create 187 category of setup file to create
188 </dd>
189 <dt><i>editor</i> (Editor)</dt>
190 <dd>
191 reference to the editor object to receive the code
188 </dd> 192 </dd>
189 <dt><i>parent</i> (QWidget (optional))</dt> 193 <dt><i>parent</i> (QWidget (optional))</dt>
190 <dd> 194 <dd>
191 reference to the parent widget (defaults to None) 195 reference to the parent widget (defaults to None)
192 </dd> 196 </dd>
330 <b>__populateClassifiers</b>(<i></i>) 334 <b>__populateClassifiers</b>(<i></i>)
331 335
332 <p> 336 <p>
333 Private method to populate the classifiers. 337 Private method to populate the classifiers.
334 </p> 338 </p>
335 <a NAME="SetupWizardDialog.getCode" ID="SetupWizardDialog.getCode"></a> 339 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a>
336 <h4>SetupWizardDialog.getCode</h4> 340 <h4>SetupWizardDialog.accept</h4>
337 <b>getCode</b>(<i>indLevel, indString</i>) 341 <b>accept</b>(<i></i>)
338 342
339 <p> 343 <p>
340 Public method to get the source code. 344 Public slot to handle pressing the OK button.
341 </p> 345 </p>
342 <dl>
343
344 <dt><i>indLevel</i> (int)</dt>
345 <dd>
346 indentation level
347 </dd>
348 <dt><i>indString</i> (str)</dt>
349 <dd>
350 string used for indentation (space or tab)
351 </dd>
352 </dl>
353 <dl>
354 <dt>Return:</dt>
355 <dd>
356 generated code
357 </dd>
358 </dl>
359 <dl>
360 <dt>Return Type:</dt>
361 <dd>
362 str
363 </dd>
364 </dl>
365 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a> 346 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a>
366 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4> 347 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4>
367 <b>on_addEntryPointButton_clicked</b>(<i></i>) 348 <b>on_addEntryPointButton_clicked</b>(<i></i>)
368 349
369 <p> 350 <p>

eric ide

mercurial