eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html

changeset 7273
391d6b7b1eff
parent 7145
ceb3e8b242c1
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,538 +18,731 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.MicroPython.MicroPythonFileManagerWidget</h1>
+
 <p>
 Module implementing a file manager for MicroPython devices.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#MicroPythonFileManagerWidget">MicroPythonFileManagerWidget</a></td>
 <td>Class implementing a file manager for MicroPython devices.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="MicroPythonFileManagerWidget" ID="MicroPythonFileManagerWidget"></a>
 <h2>MicroPythonFileManagerWidget</h2>
+
 <p>
     Class implementing a file manager for MicroPython devices.
 </p>
 <h3>Derived from</h3>
 QWidget, Ui_MicroPythonFileManagerWidget
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#MicroPythonFileManagerWidget.__init__">MicroPythonFileManagerWidget</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__changeDeviceDirectory">__changeDeviceDirectory</a></td>
 <td>Private slot to change the current directory of the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__changeLocalDirectory">__changeLocalDirectory</a></td>
 <td>Private slot to change the local directory.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__createDeviceDirectory">__createDeviceDirectory</a></td>
 <td>Private slot to create a directory on the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__createLocalDirectory">__createLocalDirectory</a></td>
 <td>Private slot to create a local directory.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deleteDeviceDirectory">__deleteDeviceDirectory</a></td>
 <td>Private slot to delete an empty directory on the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree">__deleteDeviceDirectoryTree</a></td>
 <td>Private slot to delete a directory and all its subdirectories recursively.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deleteDeviceFile">__deleteDeviceFile</a></td>
 <td>Private slot to delete a file.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deleteLocalDirectoryTree">__deleteLocalDirectoryTree</a></td>
 <td>Private slot to delete a local directory tree.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deleteLocalFile">__deleteLocalFile</a></td>
 <td>Private slot to delete a local file.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__deviceHiddenChanged">__deviceHiddenChanged</a></td>
 <td>Private slot handling a change of the device show hidden menu entry.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__fsInfoResultReceived">__fsInfoResultReceived</a></td>
 <td>Private slot to show the file system information of the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleCurrentDir">__handleCurrentDir</a></td>
 <td>Private slot to handle a change of the current directory of the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleError">__handleError</a></td>
 <td>Private slot to handle errors.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleGetDone">__handleGetDone</a></td>
 <td>Private slot handling a successful copy of a file from the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleLongListFiles">__handleLongListFiles</a></td>
 <td>Private slot to receive a long directory listing.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleRsyncDone">__handleRsyncDone</a></td>
 <td>Private method to handle the completion of the rsync operation.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__handleRsyncProgressMessage">__handleRsyncProgressMessage</a></td>
 <td>Private slot handling progress messages sent by the file manager.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__isFileInList">__isFileInList</a></td>
 <td>Private method to check, if a file name is contained in a tree widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__listLocalFiles">__listLocalFiles</a></td>
 <td>Private method to populate the local files list.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__localHiddenChanged">__localHiddenChanged</a></td>
 <td>Private slot handling a change of the local show hidden menu entry.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__newDeviceList">__newDeviceList</a></td>
 <td>Private slot to initiate a new long list of the device directory.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td>
 <td>Private slot handling the closing of the progress info dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td>
 <td>Private slot to show the REPL context menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td>
 <td>Private slot to show some file system information.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.__showLocalContextMenu">__showLocalContextMenu</a></td>
 <td>Private slot to show the REPL context menu.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated">on_deviceFileTreeWidget_itemActivated</a></td>
 <td>Private slot to handle the activation of a device item.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged">on_deviceFileTreeWidget_itemSelectionChanged</a></td>
 <td>Private slot handling a change of selection in the local pane.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_deviceReloadButton_clicked">on_deviceReloadButton_clicked</a></td>
 <td>Private slot to reload the device list.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_deviceUpButton_clicked">on_deviceUpButton_clicked</a></td>
 <td>Private slot to go up one directory level on the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_getAsButton_clicked">on_getAsButton_clicked</a></td>
 <td>Private slot to copy the selected file from the connected device with a different name.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_getButton_clicked">on_getButton_clicked</a></td>
 <td>Private slot to copy the selected file from the connected device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated">on_localFileTreeWidget_itemActivated</a></td>
 <td>Private slot to handle the activation of a local item.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged">on_localFileTreeWidget_itemSelectionChanged</a></td>
 <td>Private slot handling a change of selection in the local pane.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_localReloadButton_clicked">on_localReloadButton_clicked</a></td>
 <td>Private slot to reload the local list.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_localUpButton_clicked">on_localUpButton_clicked</a></td>
 <td>Private slot to go up one directory level.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_putAsButton_clicked">on_putAsButton_clicked</a></td>
 <td>Private slot to copy the selected file to the connected device with a different name.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_putButton_clicked">on_putButton_clicked</a></td>
 <td>Private slot to copy the selected file to the connected device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_syncButton_clicked">on_syncButton_clicked</a></td>
 <td>Private slot to synchronize the local directory to the device.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.start">start</a></td>
 <td>Public method to start the widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.stop">stop</a></td>
 <td>Public method to stop the widget.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="MicroPythonFileManagerWidget.__init__" ID="MicroPythonFileManagerWidget.__init__"></a>
 <h4>MicroPythonFileManagerWidget (Constructor)</h4>
 <b>MicroPythonFileManagerWidget</b>(<i>commandsInterface, deviceWithLocalAccess, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>commandsInterface</i> (MicroPythonCommandsInterface)</dt>
 <dd>
 reference to the commands interface object
-</dd><dt><i>deviceWithLocalAccess</i> (bool)</dt>
+</dd>
+<dt><i>deviceWithLocalAccess</i> (bool)</dt>
 <dd>
 flag indicating the device supports file
             access via a local directory
-</dd><dt><i>parent</i> (QWidget)</dt>
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__changeDeviceDirectory" ID="MicroPythonFileManagerWidget.__changeDeviceDirectory"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__changeDeviceDirectory" ID="MicroPythonFileManagerWidget.__changeDeviceDirectory"></a>
 <h4>MicroPythonFileManagerWidget.__changeDeviceDirectory</h4>
 <b>__changeDeviceDirectory</b>(<i></i>)
+
 <p>
         Private slot to change the current directory of the device.
-</p><p>
+</p>
+<p>
         Note: This triggers a re-population of the device list for the new
         current directory.
-</p><a NAME="MicroPythonFileManagerWidget.__changeLocalDirectory" ID="MicroPythonFileManagerWidget.__changeLocalDirectory"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__changeLocalDirectory" ID="MicroPythonFileManagerWidget.__changeLocalDirectory"></a>
 <h4>MicroPythonFileManagerWidget.__changeLocalDirectory</h4>
 <b>__changeLocalDirectory</b>(<i>localDevice=False</i>)
+
 <p>
         Private slot to change the local directory.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>localDevice</i> (bool)</dt>
 <dd>
 flag indicating device access via local file system
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__createDeviceDirectory" ID="MicroPythonFileManagerWidget.__createDeviceDirectory"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__createDeviceDirectory" ID="MicroPythonFileManagerWidget.__createDeviceDirectory"></a>
 <h4>MicroPythonFileManagerWidget.__createDeviceDirectory</h4>
 <b>__createDeviceDirectory</b>(<i></i>)
+
 <p>
         Private slot to create a directory on the device.
-</p><a NAME="MicroPythonFileManagerWidget.__createLocalDirectory" ID="MicroPythonFileManagerWidget.__createLocalDirectory"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__createLocalDirectory" ID="MicroPythonFileManagerWidget.__createLocalDirectory"></a>
 <h4>MicroPythonFileManagerWidget.__createLocalDirectory</h4>
 <b>__createLocalDirectory</b>(<i>localDevice=False</i>)
+
 <p>
         Private slot to create a local directory.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>localDevice</i> (bool)</dt>
 <dd>
 flag indicating device access via local file system
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__deleteDeviceDirectory" ID="MicroPythonFileManagerWidget.__deleteDeviceDirectory"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__deleteDeviceDirectory" ID="MicroPythonFileManagerWidget.__deleteDeviceDirectory"></a>
 <h4>MicroPythonFileManagerWidget.__deleteDeviceDirectory</h4>
 <b>__deleteDeviceDirectory</b>(<i></i>)
+
 <p>
         Private slot to delete an empty directory on the device.
-</p><a NAME="MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree" ID="MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree" ID="MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree"></a>
 <h4>MicroPythonFileManagerWidget.__deleteDeviceDirectoryTree</h4>
 <b>__deleteDeviceDirectoryTree</b>(<i></i>)
+
 <p>
         Private slot to delete a directory and all its subdirectories
         recursively.
-</p><a NAME="MicroPythonFileManagerWidget.__deleteDeviceFile" ID="MicroPythonFileManagerWidget.__deleteDeviceFile"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__deleteDeviceFile" ID="MicroPythonFileManagerWidget.__deleteDeviceFile"></a>
 <h4>MicroPythonFileManagerWidget.__deleteDeviceFile</h4>
 <b>__deleteDeviceFile</b>(<i></i>)
+
 <p>
         Private slot to delete a file.
-</p><a NAME="MicroPythonFileManagerWidget.__deleteLocalDirectoryTree" ID="MicroPythonFileManagerWidget.__deleteLocalDirectoryTree"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__deleteLocalDirectoryTree" ID="MicroPythonFileManagerWidget.__deleteLocalDirectoryTree"></a>
 <h4>MicroPythonFileManagerWidget.__deleteLocalDirectoryTree</h4>
 <b>__deleteLocalDirectoryTree</b>(<i>localDevice=False</i>)
+
 <p>
         Private slot to delete a local directory tree.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>localDevice</i> (bool)</dt>
 <dd>
 flag indicating device access via local file system
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__deleteLocalFile" ID="MicroPythonFileManagerWidget.__deleteLocalFile"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__deleteLocalFile" ID="MicroPythonFileManagerWidget.__deleteLocalFile"></a>
 <h4>MicroPythonFileManagerWidget.__deleteLocalFile</h4>
 <b>__deleteLocalFile</b>(<i>localDevice=False</i>)
+
 <p>
         Private slot to delete a local file.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>localDevice</i> (bool)</dt>
 <dd>
 flag indicating device access via local file system
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__deviceHiddenChanged" ID="MicroPythonFileManagerWidget.__deviceHiddenChanged"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__deviceHiddenChanged" ID="MicroPythonFileManagerWidget.__deviceHiddenChanged"></a>
 <h4>MicroPythonFileManagerWidget.__deviceHiddenChanged</h4>
 <b>__deviceHiddenChanged</b>(<i>checked</i>)
+
 <p>
         Private slot handling a change of the device show hidden menu entry.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i> (bool)</dt>
 <dd>
 new check state of the action
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__fsInfoResultReceived" ID="MicroPythonFileManagerWidget.__fsInfoResultReceived"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__fsInfoResultReceived" ID="MicroPythonFileManagerWidget.__fsInfoResultReceived"></a>
 <h4>MicroPythonFileManagerWidget.__fsInfoResultReceived</h4>
 <b>__fsInfoResultReceived</b>(<i>fsinfo</i>)
+
 <p>
         Private slot to show the file system information of the device.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fsinfo</i> (tuple of tuples of (str, int, int, int))</dt>
 <dd>
 tuple of tuples containing the file system name, the
             total size, the used size and the free size
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleCurrentDir" ID="MicroPythonFileManagerWidget.__handleCurrentDir"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleCurrentDir" ID="MicroPythonFileManagerWidget.__handleCurrentDir"></a>
 <h4>MicroPythonFileManagerWidget.__handleCurrentDir</h4>
 <b>__handleCurrentDir</b>(<i>dirname</i>)
+
 <p>
         Private slot to handle a change of the current directory of the device.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>dirname</i> (str)</dt>
 <dd>
 name of the current directory
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleError" ID="MicroPythonFileManagerWidget.__handleError"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleError" ID="MicroPythonFileManagerWidget.__handleError"></a>
 <h4>MicroPythonFileManagerWidget.__handleError</h4>
 <b>__handleError</b>(<i>method, error</i>)
+
 <p>
         Private slot to handle errors.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>method</i> (str)</dt>
 <dd>
 name of the method the error occured in
-</dd><dt><i>error</i> (str)</dt>
+</dd>
+<dt><i>error</i> (str)</dt>
 <dd>
 error message
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a>
 <h4>MicroPythonFileManagerWidget.__handleGetDone</h4>
 <b>__handleGetDone</b>(<i>deviceFile, localFile</i>)
+
 <p>
         Private slot handling a successful copy of a file from the device.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>deviceFile</i> (str)</dt>
 <dd>
 name of the file on the device
-</dd><dt><i>localFile</i> (str)</dt>
+</dd>
+<dt><i>localFile</i> (str)</dt>
 <dd>
 name of the local file
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleLongListFiles" ID="MicroPythonFileManagerWidget.__handleLongListFiles"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleLongListFiles" ID="MicroPythonFileManagerWidget.__handleLongListFiles"></a>
 <h4>MicroPythonFileManagerWidget.__handleLongListFiles</h4>
 <b>__handleLongListFiles</b>(<i>filesList</i>)
+
 <p>
         Private slot to receive a long directory listing.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>filesList</i> (tuple of (str, str, str, str))</dt>
 <dd>
 tuple containing tuples with name, mode, size and time
             for each directory entry
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a>
 <h4>MicroPythonFileManagerWidget.__handleRsyncDone</h4>
 <b>__handleRsyncDone</b>(<i>localDir, deviceDir</i>)
+
 <p>
         Private method to handle the completion of the rsync operation.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>localDir</i> (str)</dt>
 <dd>
 name of the local directory
-</dd><dt><i>deviceDir</i> (str)</dt>
+</dd>
+<dt><i>deviceDir</i> (str)</dt>
 <dd>
 name of the device directory
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a>
 <h4>MicroPythonFileManagerWidget.__handleRsyncProgressMessage</h4>
 <b>__handleRsyncProgressMessage</b>(<i>message</i>)
+
 <p>
         Private slot handling progress messages sent by the file manager.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>message</i> (str)</dt>
 <dd>
 message to be shown
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__isFileInList" ID="MicroPythonFileManagerWidget.__isFileInList"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__isFileInList" ID="MicroPythonFileManagerWidget.__isFileInList"></a>
 <h4>MicroPythonFileManagerWidget.__isFileInList</h4>
 <b>__isFileInList</b>(<i>filename, treeWidget</i>)
+
 <p>
         Private method to check, if a file name is contained in a tree widget.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>filename</i> (str)</dt>
 <dd>
 name of the file to check
-</dd><dt><i>treeWidget</i></dt>
+</dd>
+<dt><i>treeWidget</i></dt>
 <dd>
 reference to the tree widget to be checked against
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating that the file name is present
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__listLocalFiles" ID="MicroPythonFileManagerWidget.__listLocalFiles"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__listLocalFiles" ID="MicroPythonFileManagerWidget.__listLocalFiles"></a>
 <h4>MicroPythonFileManagerWidget.__listLocalFiles</h4>
 <b>__listLocalFiles</b>(<i>dirname="", localDevice=False</i>)
+
 <p>
         Private method to populate the local files list.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>dirname</i> (str)</dt>
 <dd>
 name of the local directory to be listed
-</dd><dt><i>localDevice</i> (bool)</dt>
+</dd>
+<dt><i>localDevice</i> (bool)</dt>
 <dd>
 flag indicating device access via local file system
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__localHiddenChanged" ID="MicroPythonFileManagerWidget.__localHiddenChanged"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__localHiddenChanged" ID="MicroPythonFileManagerWidget.__localHiddenChanged"></a>
 <h4>MicroPythonFileManagerWidget.__localHiddenChanged</h4>
 <b>__localHiddenChanged</b>(<i>checked</i>)
+
 <p>
         Private slot handling a change of the local show hidden menu entry.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i> (bool)</dt>
 <dd>
 new check state of the action
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__newDeviceList" ID="MicroPythonFileManagerWidget.__newDeviceList"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__newDeviceList" ID="MicroPythonFileManagerWidget.__newDeviceList"></a>
 <h4>MicroPythonFileManagerWidget.__newDeviceList</h4>
 <b>__newDeviceList</b>(<i></i>)
+
 <p>
         Private slot to initiate a new long list of the device directory.
-</p><a NAME="MicroPythonFileManagerWidget.__progressInfoDialogFinished" ID="MicroPythonFileManagerWidget.__progressInfoDialogFinished"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__progressInfoDialogFinished" ID="MicroPythonFileManagerWidget.__progressInfoDialogFinished"></a>
 <h4>MicroPythonFileManagerWidget.__progressInfoDialogFinished</h4>
 <b>__progressInfoDialogFinished</b>(<i></i>)
+
 <p>
         Private slot handling the closing of the progress info dialog.
-</p><a NAME="MicroPythonFileManagerWidget.__showDeviceContextMenu" ID="MicroPythonFileManagerWidget.__showDeviceContextMenu"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__showDeviceContextMenu" ID="MicroPythonFileManagerWidget.__showDeviceContextMenu"></a>
 <h4>MicroPythonFileManagerWidget.__showDeviceContextMenu</h4>
 <b>__showDeviceContextMenu</b>(<i>pos</i>)
+
 <p>
         Private slot to show the REPL context menu.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>pos</i> (QPoint)</dt>
 <dd>
 position to show the menu at
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.__showFileSystemInfo" ID="MicroPythonFileManagerWidget.__showFileSystemInfo"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.__showFileSystemInfo" ID="MicroPythonFileManagerWidget.__showFileSystemInfo"></a>
 <h4>MicroPythonFileManagerWidget.__showFileSystemInfo</h4>
 <b>__showFileSystemInfo</b>(<i></i>)
+
 <p>
         Private slot to show some file system information.
-</p><a NAME="MicroPythonFileManagerWidget.__showLocalContextMenu" ID="MicroPythonFileManagerWidget.__showLocalContextMenu"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.__showLocalContextMenu" ID="MicroPythonFileManagerWidget.__showLocalContextMenu"></a>
 <h4>MicroPythonFileManagerWidget.__showLocalContextMenu</h4>
 <b>__showLocalContextMenu</b>(<i>pos</i>)
+
 <p>
         Private slot to show the REPL context menu.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>pos</i> (QPoint)</dt>
 <dd>
 position to show the menu at
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a>
 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4>
 <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>)
+
 <p>
         Private slot to handle the activation of a device item.
-</p><p>
+</p>
+<p>
         If the item is a directory, the current working directory is changed
         and the list will be re-populated for this directory.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
 reference to the activated item
-</dd><dt><i>column</i> (int)</dt>
+</dd>
+<dt><i>column</i> (int)</dt>
 <dd>
 column of the activation
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged"></a>
 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged</h4>
 <b>on_deviceFileTreeWidget_itemSelectionChanged</b>(<i></i>)
+
 <p>
         Private slot handling a change of selection in the local pane.
-</p><a NAME="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_deviceReloadButton_clicked</h4>
 <b>on_deviceReloadButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to reload the device list.
-</p><a NAME="MicroPythonFileManagerWidget.on_deviceUpButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceUpButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_deviceUpButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceUpButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_deviceUpButton_clicked</h4>
 <b>on_deviceUpButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to go up one directory level on the device.
-</p><a NAME="MicroPythonFileManagerWidget.on_getAsButton_clicked" ID="MicroPythonFileManagerWidget.on_getAsButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_getAsButton_clicked" ID="MicroPythonFileManagerWidget.on_getAsButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_getAsButton_clicked</h4>
 <b>on_getAsButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to copy the selected file from the connected device
         with a different name.
-</p><a NAME="MicroPythonFileManagerWidget.on_getButton_clicked" ID="MicroPythonFileManagerWidget.on_getButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_getButton_clicked" ID="MicroPythonFileManagerWidget.on_getButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_getButton_clicked</h4>
 <b>on_getButton_clicked</b>(<i>getAs=False</i>)
+
 <p>
         Private slot to copy the selected file from the connected device.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>getAs</i> (bool)</dt>
 <dd>
 flag indicating to give it a new name
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a>
 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4>
 <b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>)
+
 <p>
         Private slot to handle the activation of a local item.
-</p><p>
+</p>
+<p>
         If the item is a directory, the list will be re-populated for this
         directory.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
 reference to the activated item
-</dd><dt><i>column</i> (int)</dt>
+</dd>
+<dt><i>column</i> (int)</dt>
 <dd>
 column of the activation
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged"></a>
 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged</h4>
 <b>on_localFileTreeWidget_itemSelectionChanged</b>(<i></i>)
+
 <p>
         Private slot handling a change of selection in the local pane.
-</p><a NAME="MicroPythonFileManagerWidget.on_localReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_localReloadButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_localReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_localReloadButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_localReloadButton_clicked</h4>
 <b>on_localReloadButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to reload the local list.
-</p><a NAME="MicroPythonFileManagerWidget.on_localUpButton_clicked" ID="MicroPythonFileManagerWidget.on_localUpButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_localUpButton_clicked" ID="MicroPythonFileManagerWidget.on_localUpButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_localUpButton_clicked</h4>
 <b>on_localUpButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to go up one directory level.
-</p><a NAME="MicroPythonFileManagerWidget.on_putAsButton_clicked" ID="MicroPythonFileManagerWidget.on_putAsButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_putAsButton_clicked" ID="MicroPythonFileManagerWidget.on_putAsButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_putAsButton_clicked</h4>
 <b>on_putAsButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to copy the selected file to the connected device
         with a different name.
-</p><a NAME="MicroPythonFileManagerWidget.on_putButton_clicked" ID="MicroPythonFileManagerWidget.on_putButton_clicked"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.on_putButton_clicked" ID="MicroPythonFileManagerWidget.on_putButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_putButton_clicked</h4>
 <b>on_putButton_clicked</b>(<i>putAs=False</i>)
+
 <p>
         Private slot to copy the selected file to the connected device.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>putAs</i> (bool)</dt>
 <dd>
 flag indicating to give it a new name
 </dd>
-</dl><a NAME="MicroPythonFileManagerWidget.on_syncButton_clicked" ID="MicroPythonFileManagerWidget.on_syncButton_clicked"></a>
+</dl>
+<a NAME="MicroPythonFileManagerWidget.on_syncButton_clicked" ID="MicroPythonFileManagerWidget.on_syncButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_syncButton_clicked</h4>
 <b>on_syncButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to synchronize the local directory to the device.
-</p><a NAME="MicroPythonFileManagerWidget.start" ID="MicroPythonFileManagerWidget.start"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.start" ID="MicroPythonFileManagerWidget.start"></a>
 <h4>MicroPythonFileManagerWidget.start</h4>
 <b>start</b>(<i></i>)
+
 <p>
         Public method to start the widget.
-</p><a NAME="MicroPythonFileManagerWidget.stop" ID="MicroPythonFileManagerWidget.stop"></a>
+</p>
+<a NAME="MicroPythonFileManagerWidget.stop" ID="MicroPythonFileManagerWidget.stop"></a>
 <h4>MicroPythonFileManagerWidget.stop</h4>
 <b>stop</b>(<i></i>)
+
 <p>
         Public method to stop the widget.
 </p>

eric ide

mercurial