src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html

branch
eric7
changeset 11215
d07c71a34adf
parent 11185
a6f70425f5be
equal deleted inserted replaced
11214:8cb6b7651074 11215:d07c71a34adf
205 <tr> 205 <tr>
206 <td><a href="#MicroPythonWidget.__showNoDeviceMessage">__showNoDeviceMessage</a></td> 206 <td><a href="#MicroPythonWidget.__showNoDeviceMessage">__showNoDeviceMessage</a></td>
207 <td>Private method to show a message dialog indicating a missing device.</td> 207 <td>Private method to show a message dialog indicating a missing device.</td>
208 </tr> 208 </tr>
209 <tr> 209 <tr>
210 <td><a href="#MicroPythonWidget.__shutdown">__shutdown</a></td>
211 <td>Private method to perform some shutdown actions.</td>
212 </tr>
213 <tr>
210 <td><a href="#MicroPythonWidget.__synchronizeTime">__synchronizeTime</a></td> 214 <td><a href="#MicroPythonWidget.__synchronizeTime">__synchronizeTime</a></td>
211 <td>Private slot to set the time of the connected device to the local computer's time.</td> 215 <td>Private slot to set the time of the connected device to the local computer's time.</td>
212 </tr> 216 </tr>
213 <tr> 217 <tr>
214 <td><a href="#MicroPythonWidget.deviceInterface">deviceInterface</a></td> 218 <td><a href="#MicroPythonWidget.deviceInterface">deviceInterface</a></td>
283 <td>Public method to set the enabled state of the various action buttons.</td> 287 <td>Public method to set the enabled state of the various action buttons.</td>
284 </tr> 288 </tr>
285 <tr> 289 <tr>
286 <td><a href="#MicroPythonWidget.showError">showError</a></td> 290 <td><a href="#MicroPythonWidget.showError">showError</a></td>
287 <td>Public method to show some error message.</td> 291 <td>Public method to show some error message.</td>
288 </tr>
289 <tr>
290 <td><a href="#MicroPythonWidget.shutdown">shutdown</a></td>
291 <td>Public method to perform some shutdown actions.</td>
292 </tr> 292 </tr>
293 </table> 293 </table>
294 294
295 <h3>Static Methods</h3> 295 <h3>Static Methods</h3>
296 <table> 296 <table>
621 <b>__showNoDeviceMessage</b>(<i></i>) 621 <b>__showNoDeviceMessage</b>(<i></i>)
622 <p> 622 <p>
623 Private method to show a message dialog indicating a missing device. 623 Private method to show a message dialog indicating a missing device.
624 </p> 624 </p>
625 625
626 <a NAME="MicroPythonWidget.__shutdown" ID="MicroPythonWidget.__shutdown"></a>
627 <h4>MicroPythonWidget.__shutdown</h4>
628 <b>__shutdown</b>(<i></i>)
629 <p>
630 Private method to perform some shutdown actions.
631 </p>
632
626 <a NAME="MicroPythonWidget.__synchronizeTime" ID="MicroPythonWidget.__synchronizeTime"></a> 633 <a NAME="MicroPythonWidget.__synchronizeTime" ID="MicroPythonWidget.__synchronizeTime"></a>
627 <h4>MicroPythonWidget.__synchronizeTime</h4> 634 <h4>MicroPythonWidget.__synchronizeTime</h4>
628 <b>__synchronizeTime</b>(<i>quiet=False</i>) 635 <b>__synchronizeTime</b>(<i>quiet=False</i>)
629 <p> 636 <p>
630 Private slot to set the time of the connected device to the local 637 Private slot to set the time of the connected device to the local
949 <dt><i>error</i> (str)</dt> 956 <dt><i>error</i> (str)</dt>
950 <dd> 957 <dd>
951 error message 958 error message
952 </dd> 959 </dd>
953 </dl> 960 </dl>
954 <a NAME="MicroPythonWidget.shutdown" ID="MicroPythonWidget.shutdown"></a>
955 <h4>MicroPythonWidget.shutdown</h4>
956 <b>shutdown</b>(<i></i>)
957 <p>
958 Public method to perform some shutdown actions.
959 </p>
960
961 <div align="right"><a href="#top">Up</a></div> 961 <div align="right"><a href="#top">Up</a></div>
962 <hr /> 962 <hr />
963 </body></html> 963 </body></html>

eric ide

mercurial