64 <h3>Derived from</h3> |
64 <h3>Derived from</h3> |
65 QWidget, Ui_MicroPythonWidget |
65 QWidget, Ui_MicroPythonWidget |
66 <h3>Class Attributes</h3> |
66 <h3>Class Attributes</h3> |
67 |
67 |
68 <table> |
68 <table> |
69 <tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr> |
69 <tr><td>DeviceBoardRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr> |
70 </table> |
70 </table> |
71 <h3>Class Methods</h3> |
71 <h3>Class Methods</h3> |
72 |
72 |
73 <table> |
73 <table> |
74 <tr><td>None</td></tr> |
74 <tr><td>None</td></tr> |
206 <td>Public method to get a reference to the commands interface object.</td> |
206 <td>Public method to get a reference to the commands interface object.</td> |
207 </tr> |
207 </tr> |
208 <tr> |
208 <tr> |
209 <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td> |
209 <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td> |
210 <td>Public method to process events for the REPL pane.</td> |
210 <td>Public method to process events for the REPL pane.</td> |
|
211 </tr> |
|
212 <tr> |
|
213 <td><a href="#MicroPythonWidget.getCurrentBoard">getCurrentBoard</a></td> |
|
214 <td>Public method to get the board name of the selected device.</td> |
211 </tr> |
215 </tr> |
212 <tr> |
216 <tr> |
213 <td><a href="#MicroPythonWidget.getCurrentPort">getCurrentPort</a></td> |
217 <td><a href="#MicroPythonWidget.getCurrentPort">getCurrentPort</a></td> |
214 <td>Public method to determine the port path of the selected device.</td> |
218 <td>Public method to determine the port path of the selected device.</td> |
215 </tr> |
219 </tr> |
701 <dt>Return Type:</dt> |
705 <dt>Return Type:</dt> |
702 <dd> |
706 <dd> |
703 bool |
707 bool |
704 </dd> |
708 </dd> |
705 </dl> |
709 </dl> |
|
710 <a NAME="MicroPythonWidget.getCurrentBoard" ID="MicroPythonWidget.getCurrentBoard"></a> |
|
711 <h4>MicroPythonWidget.getCurrentBoard</h4> |
|
712 <b>getCurrentBoard</b>(<i></i>) |
|
713 |
|
714 <p> |
|
715 Public method to get the board name of the selected device. |
|
716 </p> |
|
717 <dl> |
|
718 <dt>Return:</dt> |
|
719 <dd> |
|
720 board name of the selected device |
|
721 </dd> |
|
722 </dl> |
|
723 <dl> |
|
724 <dt>Return Type:</dt> |
|
725 <dd> |
|
726 str |
|
727 </dd> |
|
728 </dl> |
706 <a NAME="MicroPythonWidget.getCurrentPort" ID="MicroPythonWidget.getCurrentPort"></a> |
729 <a NAME="MicroPythonWidget.getCurrentPort" ID="MicroPythonWidget.getCurrentPort"></a> |
707 <h4>MicroPythonWidget.getCurrentPort</h4> |
730 <h4>MicroPythonWidget.getCurrentPort</h4> |
708 <b>getCurrentPort</b>(<i></i>) |
731 <b>getCurrentPort</b>(<i></i>) |
709 |
732 |
710 <p> |
733 <p> |