--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Sun Jan 21 13:00:42 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Sun Jan 21 15:38:51 2024 +0100 @@ -41,11 +41,20 @@ <h3>Signals</h3> <dl> +<dt>aboutToDisconnect()</dt> +<dd> +emitted to indicate the imminent disconnect from the + currently device +</dd> <dt>dataReceived(data)</dt> <dd> emitted to send data received via the serial connection for further processing </dd> +<dt>disconnected()</dt> +<dd> +emitted after the device was disconnected +</dd> </dl> <h3>Derived from</h3> QWidget, Ui_MicroPythonWidget @@ -154,6 +163,10 @@ <td>Private method to populate the device type selector.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__quit">__quit</a></td> +<td>Private slot to quit the main (MicroPython) window.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__setConnected">__setConnected</a></td> <td>Private method to set the connection status LED.</td> </tr> @@ -283,16 +296,21 @@ <a NAME="MicroPythonWidget.__init__" ID="MicroPythonWidget.__init__"></a> <h4>MicroPythonWidget (Constructor)</h4> -<b>MicroPythonWidget</b>(<i>parent=None</i>) +<b>MicroPythonWidget</b>(<i>parent=None, forMPyWindow=False</i>) <p> Constructor </p> <dl> -<dt><i>parent</i> (QWidget)</dt> +<dt><i>parent</i> (QWidget (optional))</dt> <dd> -reference to the parent widget +reference to the parent widget (defaults to None) +</dd> +<dt><i>forMPyWindow</i> (bool (optional))</dt> +<dd> +flag indicating the MicroPythonWindow variant + (defaults to False) </dd> </dl> <a NAME="MicroPythonWidget.__aboutToShowSuperMenu" ID="MicroPythonWidget.__aboutToShowSuperMenu"></a> @@ -517,6 +535,13 @@ Private method to populate the device type selector. </p> +<a NAME="MicroPythonWidget.__quit" ID="MicroPythonWidget.__quit"></a> +<h4>MicroPythonWidget.__quit</h4> +<b>__quit</b>(<i></i>) +<p> + Private slot to quit the main (MicroPython) window. +</p> + <a NAME="MicroPythonWidget.__setConnected" ID="MicroPythonWidget.__setConnected"></a> <h4>MicroPythonWidget.__setConnected</h4> <b>__setConnected</b>(<i>connected</i>)