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

branch
eric7
changeset 11190
f5ffdf0164ab
parent 11186
c2d18aefef6b
equal deleted inserted replaced
11189:289c7150ec4b 11190:f5ffdf0164ab
186 <tr> 186 <tr>
187 <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td> 187 <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td>
188 <td>Private slot to show the REPL context menu.</td> 188 <td>Private slot to show the REPL context menu.</td>
189 </tr> 189 </tr>
190 <tr> 190 <tr>
191 <td><a href="#MicroPythonFileManagerWidget.__showDeviceFileHash">__showDeviceFileHash</a></td>
192 <td>Private slot to show the sha256 hash for a file on the device.</td>
193 </tr>
194 <tr>
195 <td><a href="#MicroPythonFileManagerWidget.__showFileHash">__showFileHash</a></td>
196 <td>Private slot to show the calculated hash digest to the user.</td>
197 </tr>
198 <tr>
191 <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td> 199 <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td>
192 <td>Private slot to show some file system information.</td> 200 <td>Private slot to show some file system information.</td>
193 </tr> 201 </tr>
194 <tr> 202 <tr>
195 <td><a href="#MicroPythonFileManagerWidget.__showLocalContextMenu">__showLocalContextMenu</a></td> 203 <td><a href="#MicroPythonFileManagerWidget.__showLocalContextMenu">__showLocalContextMenu</a></td>
196 <td>Private slot to show the REPL context menu.</td> 204 <td>Private slot to show the REPL context menu.</td>
205 </tr>
206 <tr>
207 <td><a href="#MicroPythonFileManagerWidget.__touchDeviceFile">__touchDeviceFile</a></td>
208 <td>Private slot to touch a file on the device.</td>
197 </tr> 209 </tr>
198 <tr> 210 <tr>
199 <td><a href="#MicroPythonFileManagerWidget.__updateSaveButtonStates">__updateSaveButtonStates</a></td> 211 <td><a href="#MicroPythonFileManagerWidget.__updateSaveButtonStates">__updateSaveButtonStates</a></td>
200 <td>Private slot to update the enabled state of the save buttons.</td> 212 <td>Private slot to update the enabled state of the save buttons.</td>
201 </tr> 213 </tr>
760 <dt><i>pos</i> (QPoint)</dt> 772 <dt><i>pos</i> (QPoint)</dt>
761 <dd> 773 <dd>
762 position to show the menu at 774 position to show the menu at
763 </dd> 775 </dd>
764 </dl> 776 </dl>
777 <a NAME="MicroPythonFileManagerWidget.__showDeviceFileHash" ID="MicroPythonFileManagerWidget.__showDeviceFileHash"></a>
778 <h4>MicroPythonFileManagerWidget.__showDeviceFileHash</h4>
779 <b>__showDeviceFileHash</b>(<i></i>)
780 <p>
781 Private slot to show the sha256 hash for a file on the device.
782 </p>
783
784 <a NAME="MicroPythonFileManagerWidget.__showFileHash" ID="MicroPythonFileManagerWidget.__showFileHash"></a>
785 <h4>MicroPythonFileManagerWidget.__showFileHash</h4>
786 <b>__showFileHash</b>(<i>deviceFileName, hashDigest</i>)
787 <p>
788 Private slot to show the calculated hash digest to the user.
789 </p>
790
791 <dl>
792
793 <dt><i>deviceFileName</i> (str)</dt>
794 <dd>
795 name of the file on the device
796 </dd>
797 <dt><i>hashDigest</i> (str)</dt>
798 <dd>
799 calculated hash digest
800 </dd>
801 </dl>
765 <a NAME="MicroPythonFileManagerWidget.__showFileSystemInfo" ID="MicroPythonFileManagerWidget.__showFileSystemInfo"></a> 802 <a NAME="MicroPythonFileManagerWidget.__showFileSystemInfo" ID="MicroPythonFileManagerWidget.__showFileSystemInfo"></a>
766 <h4>MicroPythonFileManagerWidget.__showFileSystemInfo</h4> 803 <h4>MicroPythonFileManagerWidget.__showFileSystemInfo</h4>
767 <b>__showFileSystemInfo</b>(<i></i>) 804 <b>__showFileSystemInfo</b>(<i></i>)
768 <p> 805 <p>
769 Private slot to show some file system information. 806 Private slot to show some file system information.
781 <dt><i>pos</i> (QPoint)</dt> 818 <dt><i>pos</i> (QPoint)</dt>
782 <dd> 819 <dd>
783 position to show the menu at 820 position to show the menu at
784 </dd> 821 </dd>
785 </dl> 822 </dl>
823 <a NAME="MicroPythonFileManagerWidget.__touchDeviceFile" ID="MicroPythonFileManagerWidget.__touchDeviceFile"></a>
824 <h4>MicroPythonFileManagerWidget.__touchDeviceFile</h4>
825 <b>__touchDeviceFile</b>(<i></i>)
826 <p>
827 Private slot to touch a file on the device.
828 </p>
829
786 <a NAME="MicroPythonFileManagerWidget.__updateSaveButtonStates" ID="MicroPythonFileManagerWidget.__updateSaveButtonStates"></a> 830 <a NAME="MicroPythonFileManagerWidget.__updateSaveButtonStates" ID="MicroPythonFileManagerWidget.__updateSaveButtonStates"></a>
787 <h4>MicroPythonFileManagerWidget.__updateSaveButtonStates</h4> 831 <h4>MicroPythonFileManagerWidget.__updateSaveButtonStates</h4>
788 <b>__updateSaveButtonStates</b>(<i></i>) 832 <b>__updateSaveButtonStates</b>(<i></i>)
789 <p> 833 <p>
790 Private slot to update the enabled state of the save buttons. 834 Private slot to update the enabled state of the save buttons.

eric ide

mercurial