Thu, 30 Dec 2021 12:17:22 +0100
Updated version info to indicate relation to eric7.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Pyramid.ProjectPyramid.CreateParametersDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Project_Pyramid.ProjectPyramid.CreateParametersDialog</h1> <p> Module implementing a dialog for entering the create parameters. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#CreateParametersDialog">CreateParametersDialog</a></td> <td>Class implementing a dialog for entering the create parameters.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="CreateParametersDialog" ID="CreateParametersDialog"></a> <h2>CreateParametersDialog</h2> <p> Class implementing a dialog for entering the create parameters. </p> <h3>Derived from</h3> QDialog, Ui_CreateParametersDialog <h3>Class Attributes</h3> <table> <tr><td>PyramidStarter</td></tr><tr><td>PyramidStarterGH</td></tr><tr><td>PyramidStarterZip</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#CreateParametersDialog.__init__">CreateParametersDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#CreateParametersDialog.__updateUi">__updateUi</a></td> <td>Private slot to update the dialog.</td> </tr> <tr> <td><a href="#CreateParametersDialog.getData">getData</a></td> <td>Public method to get the data.</td> </tr> <tr> <td><a href="#CreateParametersDialog.on_templateCombo_currentTextChanged">on_templateCombo_currentTextChanged</a></td> <td>Private slot to handle changes of the selected scaffold.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="CreateParametersDialog.__init__" ID="CreateParametersDialog.__init__"></a> <h4>CreateParametersDialog (Constructor)</h4> <b>CreateParametersDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="CreateParametersDialog.__updateUi" ID="CreateParametersDialog.__updateUi"></a> <h4>CreateParametersDialog.__updateUi</h4> <b>__updateUi</b>(<i></i>) <p> Private slot to update the dialog. </p> <a NAME="CreateParametersDialog.getData" ID="CreateParametersDialog.getData"></a> <h4>CreateParametersDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to get the data. </p> <dl> <dt>Return:</dt> <dd> tuple giving the template name, an optional template version, a flag indicating to overwrite existing files and a dictionary containing additional context data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple of (str, str, bool) </dd> </dl> <a NAME="CreateParametersDialog.on_templateCombo_currentTextChanged" ID="CreateParametersDialog.on_templateCombo_currentTextChanged"></a> <h4>CreateParametersDialog.on_templateCombo_currentTextChanged</h4> <b>on_templateCombo_currentTextChanged</b>(<i>text</i>) <p> Private slot to handle changes of the selected scaffold. </p> <dl> <dt><i>text</i> (str)</dt> <dd> text of the combo box </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>