158 <td><a href="#MicroPythonFileManagerWidget.__showLocalContextMenu">__showLocalContextMenu</a></td> |
158 <td><a href="#MicroPythonFileManagerWidget.__showLocalContextMenu">__showLocalContextMenu</a></td> |
159 <td>Private slot to show the REPL context menu.</td> |
159 <td>Private slot to show the REPL context menu.</td> |
160 </tr> |
160 </tr> |
161 <tr> |
161 <tr> |
162 <td><a href="#MicroPythonFileManagerWidget.on_deviceCwd_textChanged">on_deviceCwd_textChanged</a></td> |
162 <td><a href="#MicroPythonFileManagerWidget.on_deviceCwd_textChanged">on_deviceCwd_textChanged</a></td> |
163 <td>Public slot handling a change of the current device working directory.</td> |
163 <td>Private slot handling a change of the current device working directory.</td> |
164 </tr> |
164 </tr> |
165 <tr> |
165 <tr> |
166 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated">on_deviceFileTreeWidget_itemActivated</a></td> |
166 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated">on_deviceFileTreeWidget_itemActivated</a></td> |
167 <td>Private slot to handle the activation of a device item.</td> |
167 <td>Private slot to handle the activation of a device item.</td> |
168 </tr> |
168 </tr> |
190 <td><a href="#MicroPythonFileManagerWidget.on_getButton_clicked">on_getButton_clicked</a></td> |
190 <td><a href="#MicroPythonFileManagerWidget.on_getButton_clicked">on_getButton_clicked</a></td> |
191 <td>Private slot to copy the selected file from the connected device.</td> |
191 <td>Private slot to copy the selected file from the connected device.</td> |
192 </tr> |
192 </tr> |
193 <tr> |
193 <tr> |
194 <td><a href="#MicroPythonFileManagerWidget.on_localCwd_textChanged">on_localCwd_textChanged</a></td> |
194 <td><a href="#MicroPythonFileManagerWidget.on_localCwd_textChanged">on_localCwd_textChanged</a></td> |
195 <td>Public slot handling a change of the current local working directory.</td> |
195 <td>Private slot handling a change of the current local working directory.</td> |
196 </tr> |
196 </tr> |
197 <tr> |
197 <tr> |
198 <td><a href="#MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated">on_localFileTreeWidget_itemActivated</a></td> |
198 <td><a href="#MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated">on_localFileTreeWidget_itemActivated</a></td> |
199 <td>Private slot to handle the activation of a local item.</td> |
199 <td>Private slot to handle the activation of a local item.</td> |
200 </tr> |
200 </tr> |
607 <a NAME="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" ID="MicroPythonFileManagerWidget.on_deviceCwd_textChanged"></a> |
607 <a NAME="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" ID="MicroPythonFileManagerWidget.on_deviceCwd_textChanged"></a> |
608 <h4>MicroPythonFileManagerWidget.on_deviceCwd_textChanged</h4> |
608 <h4>MicroPythonFileManagerWidget.on_deviceCwd_textChanged</h4> |
609 <b>on_deviceCwd_textChanged</b>(<i>cwd</i>) |
609 <b>on_deviceCwd_textChanged</b>(<i>cwd</i>) |
610 |
610 |
611 <p> |
611 <p> |
612 Public slot handling a change of the current device working directory. |
612 Private slot handling a change of the current device working directory. |
613 </p> |
613 </p> |
614 <dl> |
614 <dl> |
615 |
615 |
616 <dt><i>cwd</i> (str)</dt> |
616 <dt><i>cwd</i> (str)</dt> |
617 <dd> |
617 <dd> |
693 <a NAME="MicroPythonFileManagerWidget.on_localCwd_textChanged" ID="MicroPythonFileManagerWidget.on_localCwd_textChanged"></a> |
693 <a NAME="MicroPythonFileManagerWidget.on_localCwd_textChanged" ID="MicroPythonFileManagerWidget.on_localCwd_textChanged"></a> |
694 <h4>MicroPythonFileManagerWidget.on_localCwd_textChanged</h4> |
694 <h4>MicroPythonFileManagerWidget.on_localCwd_textChanged</h4> |
695 <b>on_localCwd_textChanged</b>(<i>cwd</i>) |
695 <b>on_localCwd_textChanged</b>(<i>cwd</i>) |
696 |
696 |
697 <p> |
697 <p> |
698 Public slot handling a change of the current local working directory. |
698 Private slot handling a change of the current local working directory. |
699 </p> |
699 </p> |
700 <dl> |
700 <dl> |
701 |
701 |
702 <dt><i>cwd</i> (str)</dt> |
702 <dt><i>cwd</i> (str)</dt> |
703 <dd> |
703 <dd> |