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

branch
eric7
changeset 10515
6e790462348a
parent 10479
856476537696
child 10523
e4069ddd7dc7
equal deleted inserted replaced
10514:5e6362665247 10515:6e790462348a
142 <tr> 142 <tr>
143 <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td> 143 <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td>
144 <td>Private slot handling the closing of the progress info dialog.</td> 144 <td>Private slot handling the closing of the progress info dialog.</td>
145 </tr> 145 </tr>
146 <tr> 146 <tr>
147 <td><a href="#MicroPythonFileManagerWidget.__renameDeviceFile">__renameDeviceFile</a></td>
148 <td>Private slot to rename a file on the device.</td>
149 </tr>
150 <tr>
151 <td><a href="#MicroPythonFileManagerWidget.__renameLocalFile">__renameLocalFile</a></td>
152 <td>Private slot to rename a file on the device.</td>
153 </tr>
154 <tr>
147 <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td> 155 <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td>
148 <td>Private slot to show the REPL context menu.</td> 156 <td>Private slot to show the REPL context menu.</td>
149 </tr> 157 </tr>
150 <tr> 158 <tr>
151 <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td> 159 <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td>
565 <b>__progressInfoDialogFinished</b>(<i></i>) 573 <b>__progressInfoDialogFinished</b>(<i></i>)
566 <p> 574 <p>
567 Private slot handling the closing of the progress info dialog. 575 Private slot handling the closing of the progress info dialog.
568 </p> 576 </p>
569 577
578 <a NAME="MicroPythonFileManagerWidget.__renameDeviceFile" ID="MicroPythonFileManagerWidget.__renameDeviceFile"></a>
579 <h4>MicroPythonFileManagerWidget.__renameDeviceFile</h4>
580 <b>__renameDeviceFile</b>(<i></i>)
581 <p>
582 Private slot to rename a file on the device.
583 </p>
584
585 <a NAME="MicroPythonFileManagerWidget.__renameLocalFile" ID="MicroPythonFileManagerWidget.__renameLocalFile"></a>
586 <h4>MicroPythonFileManagerWidget.__renameLocalFile</h4>
587 <b>__renameLocalFile</b>(<i>localDevice=False</i>)
588 <p>
589 Private slot to rename a file on the device.
590 </p>
591
592 <dl>
593
594 <dt><i>localDevice</i> (bool (optional))</dt>
595 <dd>
596 flag indicating device access via local file system
597 (defaults to False)
598 </dd>
599 </dl>
570 <a NAME="MicroPythonFileManagerWidget.__showDeviceContextMenu" ID="MicroPythonFileManagerWidget.__showDeviceContextMenu"></a> 600 <a NAME="MicroPythonFileManagerWidget.__showDeviceContextMenu" ID="MicroPythonFileManagerWidget.__showDeviceContextMenu"></a>
571 <h4>MicroPythonFileManagerWidget.__showDeviceContextMenu</h4> 601 <h4>MicroPythonFileManagerWidget.__showDeviceContextMenu</h4>
572 <b>__showDeviceContextMenu</b>(<i>pos</i>) 602 <b>__showDeviceContextMenu</b>(<i>pos</i>)
573 <p> 603 <p>
574 Private slot to show the REPL context menu. 604 Private slot to show the REPL context menu.

eric ide

mercurial