Sun, 22 Nov 2020 14:12:44 +0100
Added source code documentation.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage</h1> <p> Module implementing the Flask configuration page. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#FlaskPage">FlaskPage</a></td> <td>Class implementing the Flask configuration page.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="FlaskPage" ID="FlaskPage"></a> <h2>FlaskPage</h2> <p> Class implementing the Flask configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_FlaskPage <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#FlaskPage.__init__">FlaskPage</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#FlaskPage.on_py3VenvNamesReloadButton_clicked">on_py3VenvNamesReloadButton_clicked</a></td> <td>Private slot to reload the virtual environment names.</td> </tr> <tr> <td><a href="#FlaskPage.on_urlResetButton_clicked">on_urlResetButton_clicked</a></td> <td>Private slot to reset the Flask documentation URL.</td> </tr> <tr> <td><a href="#FlaskPage.save">save</a></td> <td>Public slot to save the Flask configuration.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="FlaskPage.__init__" ID="FlaskPage.__init__"></a> <h4>FlaskPage (Constructor)</h4> <b>FlaskPage</b>(<i>plugin</i>) <p> Constructor </p> <dl> <dt><i>plugin</i></dt> <dd> reference to the plugin object </dd> </dl> <a NAME="FlaskPage.on_py3VenvNamesReloadButton_clicked" ID="FlaskPage.on_py3VenvNamesReloadButton_clicked"></a> <h4>FlaskPage.on_py3VenvNamesReloadButton_clicked</h4> <b>on_py3VenvNamesReloadButton_clicked</b>(<i></i>) <p> Private slot to reload the virtual environment names. </p> <a NAME="FlaskPage.on_urlResetButton_clicked" ID="FlaskPage.on_urlResetButton_clicked"></a> <h4>FlaskPage.on_urlResetButton_clicked</h4> <b>on_urlResetButton_clicked</b>(<i></i>) <p> Private slot to reset the Flask documentation URL. </p> <a NAME="FlaskPage.save" ID="FlaskPage.save"></a> <h4>FlaskPage.save</h4> <b>save</b>(<i></i>) <p> Public slot to save the Flask configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>