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

branch
eric7
changeset 10913
b8ca1aafcc66
parent 10690
fab36645aa7d
child 11186
c2d18aefef6b
equal deleted inserted replaced
10912:8c71124a71cd 10913:b8ca1aafcc66
146 <tr> 146 <tr>
147 <td><a href="#MicroPythonFileManagerWidget.__localHiddenChanged">__localHiddenChanged</a></td> 147 <td><a href="#MicroPythonFileManagerWidget.__localHiddenChanged">__localHiddenChanged</a></td>
148 <td>Private slot handling a change of the local show hidden menu entry.</td> 148 <td>Private slot handling a change of the local show hidden menu entry.</td>
149 </tr> 149 </tr>
150 <tr> 150 <tr>
151 <td><a href="#MicroPythonFileManagerWidget.__newDeviceFile">__newDeviceFile</a></td>
152 <td>Private slot to create a new file on the connected device.</td>
153 </tr>
154 <tr>
151 <td><a href="#MicroPythonFileManagerWidget.__newDeviceList">__newDeviceList</a></td> 155 <td><a href="#MicroPythonFileManagerWidget.__newDeviceList">__newDeviceList</a></td>
152 <td>Private slot to initiate a new long list of the device directory.</td> 156 <td>Private slot to initiate a new long list of the device directory.</td>
157 </tr>
158 <tr>
159 <td><a href="#MicroPythonFileManagerWidget.__newLocalFile">__newLocalFile</a></td>
160 <td>Private slot to create a new local file.</td>
161 </tr>
162 <tr>
163 <td><a href="#MicroPythonFileManagerWidget.__openDeviceFile">__openDeviceFile</a></td>
164 <td>Private slot to open the selected device file in an editor window.</td>
165 </tr>
166 <tr>
167 <td><a href="#MicroPythonFileManagerWidget.__openLocalFile">__openLocalFile</a></td>
168 <td>Private slot to open the selected local file in an editor window.</td>
153 </tr> 169 </tr>
154 <tr> 170 <tr>
155 <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td> 171 <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td>
156 <td>Private slot handling the closing of the progress info dialog.</td> 172 <td>Private slot handling the closing of the progress info dialog.</td>
157 </tr> 173 </tr>
636 <dt><i>checked</i> (bool)</dt> 652 <dt><i>checked</i> (bool)</dt>
637 <dd> 653 <dd>
638 new check state of the action 654 new check state of the action
639 </dd> 655 </dd>
640 </dl> 656 </dl>
657 <a NAME="MicroPythonFileManagerWidget.__newDeviceFile" ID="MicroPythonFileManagerWidget.__newDeviceFile"></a>
658 <h4>MicroPythonFileManagerWidget.__newDeviceFile</h4>
659 <b>__newDeviceFile</b>(<i></i>)
660 <p>
661 Private slot to create a new file on the connected device.
662 </p>
663
641 <a NAME="MicroPythonFileManagerWidget.__newDeviceList" ID="MicroPythonFileManagerWidget.__newDeviceList"></a> 664 <a NAME="MicroPythonFileManagerWidget.__newDeviceList" ID="MicroPythonFileManagerWidget.__newDeviceList"></a>
642 <h4>MicroPythonFileManagerWidget.__newDeviceList</h4> 665 <h4>MicroPythonFileManagerWidget.__newDeviceList</h4>
643 <b>__newDeviceList</b>(<i></i>) 666 <b>__newDeviceList</b>(<i></i>)
644 <p> 667 <p>
645 Private slot to initiate a new long list of the device directory. 668 Private slot to initiate a new long list of the device directory.
646 </p> 669 </p>
647 670
671 <a NAME="MicroPythonFileManagerWidget.__newLocalFile" ID="MicroPythonFileManagerWidget.__newLocalFile"></a>
672 <h4>MicroPythonFileManagerWidget.__newLocalFile</h4>
673 <b>__newLocalFile</b>(<i>localDevice=False</i>)
674 <p>
675 Private slot to create a new local file.
676 </p>
677
678 <dl>
679
680 <dt><i>localDevice</i> (bool)</dt>
681 <dd>
682 flag indicating device access via local file system
683 </dd>
684 </dl>
685 <a NAME="MicroPythonFileManagerWidget.__openDeviceFile" ID="MicroPythonFileManagerWidget.__openDeviceFile"></a>
686 <h4>MicroPythonFileManagerWidget.__openDeviceFile</h4>
687 <b>__openDeviceFile</b>(<i></i>)
688 <p>
689 Private slot to open the selected device file in an editor window.
690 </p>
691
692 <a NAME="MicroPythonFileManagerWidget.__openLocalFile" ID="MicroPythonFileManagerWidget.__openLocalFile"></a>
693 <h4>MicroPythonFileManagerWidget.__openLocalFile</h4>
694 <b>__openLocalFile</b>(<i></i>)
695 <p>
696 Private slot to open the selected local file in an editor window.
697 </p>
698
648 <a NAME="MicroPythonFileManagerWidget.__progressInfoDialogFinished" ID="MicroPythonFileManagerWidget.__progressInfoDialogFinished"></a> 699 <a NAME="MicroPythonFileManagerWidget.__progressInfoDialogFinished" ID="MicroPythonFileManagerWidget.__progressInfoDialogFinished"></a>
649 <h4>MicroPythonFileManagerWidget.__progressInfoDialogFinished</h4> 700 <h4>MicroPythonFileManagerWidget.__progressInfoDialogFinished</h4>
650 <b>__progressInfoDialogFinished</b>(<i></i>) 701 <b>__progressInfoDialogFinished</b>(<i></i>)
651 <p> 702 <p>
652 Private slot handling the closing of the progress info dialog. 703 Private slot handling the closing of the progress info dialog.

eric ide

mercurial