506 error message |
506 error message |
507 </dd> |
507 </dd> |
508 </dl> |
508 </dl> |
509 <a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a> |
509 <a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a> |
510 <h4>MicroPythonFileManagerWidget.__handleGetDone</h4> |
510 <h4>MicroPythonFileManagerWidget.__handleGetDone</h4> |
511 <b>__handleGetDone</b>(<i>deviceFile, localFile</i>) |
511 <b>__handleGetDone</b>(<i>_deviceFile, localFile</i>) |
512 <p> |
512 <p> |
513 Private slot handling a successful copy of a file from the device. |
513 Private slot handling a successful copy of a file from the device. |
514 </p> |
514 </p> |
515 |
515 |
516 <dl> |
516 <dl> |
517 |
517 |
518 <dt><i>deviceFile</i> (str)</dt> |
518 <dt><i>_deviceFile</i> (str)</dt> |
519 <dd> |
519 <dd> |
520 name of the file on the device |
520 name of the file on the device (unused) |
521 </dd> |
521 </dd> |
522 <dt><i>localFile</i> (str)</dt> |
522 <dt><i>localFile</i> (str)</dt> |
523 <dd> |
523 <dd> |
524 name of the local file |
524 name of the local file |
525 </dd> |
525 </dd> |
539 for each directory entry |
539 for each directory entry |
540 </dd> |
540 </dd> |
541 </dl> |
541 </dl> |
542 <a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a> |
542 <a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a> |
543 <h4>MicroPythonFileManagerWidget.__handleRsyncDone</h4> |
543 <h4>MicroPythonFileManagerWidget.__handleRsyncDone</h4> |
544 <b>__handleRsyncDone</b>(<i>localDir, deviceDir</i>) |
544 <b>__handleRsyncDone</b>(<i>_localDir, _deviceDir</i>) |
545 <p> |
545 <p> |
546 Private method to handle the completion of the rsync operation. |
546 Private method to handle the completion of the rsync operation. |
547 </p> |
547 </p> |
548 |
548 |
549 <dl> |
549 <dl> |
550 |
550 |
551 <dt><i>localDir</i> (str)</dt> |
551 <dt><i>_localDir</i> (str)</dt> |
552 <dd> |
552 <dd> |
553 name of the local directory |
553 name of the local directory (unused) |
554 </dd> |
554 </dd> |
555 <dt><i>deviceDir</i> (str)</dt> |
555 <dt><i>_deviceDir</i> (str)</dt> |
556 <dd> |
556 <dd> |
557 name of the device directory |
557 name of the device directory (unused) |
558 </dd> |
558 </dd> |
559 </dl> |
559 </dl> |
560 <a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a> |
560 <a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a> |
561 <h4>MicroPythonFileManagerWidget.__handleRsyncProgressMessage</h4> |
561 <h4>MicroPythonFileManagerWidget.__handleRsyncProgressMessage</h4> |
562 <b>__handleRsyncProgressMessage</b>(<i>message</i>) |
562 <b>__handleRsyncProgressMessage</b>(<i>message</i>) |
749 current device working directory |
749 current device working directory |
750 </dd> |
750 </dd> |
751 </dl> |
751 </dl> |
752 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> |
752 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> |
753 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> |
753 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> |
754 <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>) |
754 <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, _column</i>) |
755 <p> |
755 <p> |
756 Private slot to handle the activation of a device item. |
756 Private slot to handle the activation of a device item. |
757 </p> |
757 </p> |
758 <p> |
758 <p> |
759 If the item is a directory, the current working directory is changed |
759 If the item is a directory, the current working directory is changed |
764 |
764 |
765 <dt><i>item</i> (QTreeWidgetItem)</dt> |
765 <dt><i>item</i> (QTreeWidgetItem)</dt> |
766 <dd> |
766 <dd> |
767 reference to the activated item |
767 reference to the activated item |
768 </dd> |
768 </dd> |
769 <dt><i>column</i> (int)</dt> |
769 <dt><i>_column</i> (int)</dt> |
770 <dd> |
770 <dd> |
771 column of the activation |
771 column of the activation (unused) |
772 </dd> |
772 </dd> |
773 </dl> |
773 </dl> |
774 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded"></a> |
774 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded"></a> |
775 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded</h4> |
775 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded</h4> |
776 <b>on_deviceFileTreeWidget_itemExpanded</b>(<i>item</i>) |
776 <b>on_deviceFileTreeWidget_itemExpanded</b>(<i>item</i>) |
849 current local working directory |
849 current local working directory |
850 </dd> |
850 </dd> |
851 </dl> |
851 </dl> |
852 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> |
852 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> |
853 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> |
853 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> |
854 <b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>) |
854 <b>on_localFileTreeWidget_itemActivated</b>(<i>item, _column</i>) |
855 <p> |
855 <p> |
856 Private slot to handle the activation of a local item. |
856 Private slot to handle the activation of a local item. |
857 </p> |
857 </p> |
858 <p> |
858 <p> |
859 If the item is a directory, the list will be re-populated for this |
859 If the item is a directory, the list will be re-populated for this |
864 |
864 |
865 <dt><i>item</i> (QTreeWidgetItem)</dt> |
865 <dt><i>item</i> (QTreeWidgetItem)</dt> |
866 <dd> |
866 <dd> |
867 reference to the activated item |
867 reference to the activated item |
868 </dd> |
868 </dd> |
869 <dt><i>column</i> (int)</dt> |
869 <dt><i>_column</i> (int)</dt> |
870 <dd> |
870 <dd> |
871 column of the activation |
871 column of the activation (unused) |
872 </dd> |
872 </dd> |
873 </dl> |
873 </dl> |
874 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded"></a> |
874 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded"></a> |
875 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded</h4> |
875 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded</h4> |
876 <b>on_localFileTreeWidget_itemExpanded</b>(<i>item</i>) |
876 <b>on_localFileTreeWidget_itemExpanded</b>(<i>item</i>) |