212 <td>Private slot to set the time of the connected device to the local computer's time.</td> |
212 <td>Private slot to set the time of the connected device to the local computer's time.</td> |
213 </tr> |
213 </tr> |
214 <tr> |
214 <tr> |
215 <td><a href="#MicroPythonWidget.deviceInterface">deviceInterface</a></td> |
215 <td><a href="#MicroPythonWidget.deviceInterface">deviceInterface</a></td> |
216 <td>Public method to get a reference to the device interface object.</td> |
216 <td>Public method to get a reference to the device interface object.</td> |
|
217 </tr> |
|
218 <tr> |
|
219 <td><a href="#MicroPythonWidget.deviceSupportsLocalFileAccess">deviceSupportsLocalFileAccess</a></td> |
|
220 <td>Public method to indicate that the device access the device file system via a local directory.</td> |
217 </tr> |
221 </tr> |
218 <tr> |
222 <tr> |
219 <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td> |
223 <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td> |
220 <td>Public method to process events for the REPL pane.</td> |
224 <td>Public method to process events for the REPL pane.</td> |
221 </tr> |
225 </tr> |
760 <dt>Return Type:</dt> |
764 <dt>Return Type:</dt> |
761 <dd> |
765 <dd> |
762 MicroPythonDeviceInterface |
766 MicroPythonDeviceInterface |
763 </dd> |
767 </dd> |
764 </dl> |
768 </dl> |
|
769 <a NAME="MicroPythonWidget.deviceSupportsLocalFileAccess" ID="MicroPythonWidget.deviceSupportsLocalFileAccess"></a> |
|
770 <h4>MicroPythonWidget.deviceSupportsLocalFileAccess</h4> |
|
771 <b>deviceSupportsLocalFileAccess</b>(<i></i>) |
|
772 |
|
773 <p> |
|
774 Public method to indicate that the device access the device file system |
|
775 via a local directory. |
|
776 </p> |
|
777 <dl> |
|
778 <dt>Return:</dt> |
|
779 <dd> |
|
780 flag indicating file access via local directory |
|
781 </dd> |
|
782 </dl> |
|
783 <dl> |
|
784 <dt>Return Type:</dt> |
|
785 <dd> |
|
786 bool |
|
787 </dd> |
|
788 </dl> |
765 <a NAME="MicroPythonWidget.eventFilter" ID="MicroPythonWidget.eventFilter"></a> |
789 <a NAME="MicroPythonWidget.eventFilter" ID="MicroPythonWidget.eventFilter"></a> |
766 <h4>MicroPythonWidget.eventFilter</h4> |
790 <h4>MicroPythonWidget.eventFilter</h4> |
767 <b>eventFilter</b>(<i>obj, evt</i>) |
791 <b>eventFilter</b>(<i>obj, evt</i>) |
768 |
792 |
769 <p> |
793 <p> |