Tue, 10 Dec 2024 15:48:53 +0100
Updated copyright for 2025.
<!DOCTYPE html> <html><head> <title>Plugin_Extension_Protobuf.ExtensionProtobuf.ConfigurationPage.ProtobufPage</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Extension_Protobuf.ExtensionProtobuf.ConfigurationPage.ProtobufPage</h1> <p> Module implementing the protobuf configuration page. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ProtobufPage">ProtobufPage</a></td> <td>Class implementing the protobuf configuration page.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="ProtobufPage" ID="ProtobufPage"></a> <h2>ProtobufPage</h2> <p> Class implementing the protobuf configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_ProtobufPage <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="#ProtobufPage.__init__">ProtobufPage</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#ProtobufPage.__populateAndSetVenvComboBox">__populateAndSetVenvComboBox</a></td> <td>Private method to populate and set the virtual environment combo box.</td> </tr> <tr> <td><a href="#ProtobufPage.on_venvRefreshButton_clicked">on_venvRefreshButton_clicked</a></td> <td>Private slot to reload the list of virtual environments.</td> </tr> <tr> <td><a href="#ProtobufPage.save">save</a></td> <td>Public slot to save the protobuf configuration.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="ProtobufPage.__init__" ID="ProtobufPage.__init__"></a> <h4>ProtobufPage (Constructor)</h4> <b>ProtobufPage</b>(<i>plugin</i>) <p> Constructor </p> <dl> <dt><i>plugin</i> (ProtobufExtensionPlugin)</dt> <dd> reference to the plugin object </dd> </dl> <a NAME="ProtobufPage.__populateAndSetVenvComboBox" ID="ProtobufPage.__populateAndSetVenvComboBox"></a> <h4>ProtobufPage.__populateAndSetVenvComboBox</h4> <b>__populateAndSetVenvComboBox</b>(<i></i>) <p> Private method to populate and set the virtual environment combo box. </p> <a NAME="ProtobufPage.on_venvRefreshButton_clicked" ID="ProtobufPage.on_venvRefreshButton_clicked"></a> <h4>ProtobufPage.on_venvRefreshButton_clicked</h4> <b>on_venvRefreshButton_clicked</b>(<i></i>) <p> Private slot to reload the list of virtual environments. </p> <a NAME="ProtobufPage.save" ID="ProtobufPage.save"></a> <h4>ProtobufPage.save</h4> <b>save</b>(<i></i>) <p> Public slot to save the protobuf configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>