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

branch
eric7
changeset 9767
2eed840795c0
parent 9765
6378da868bb0
child 9790
6b14962d9d31
equal deleted inserted replaced
9766:f0e22f3a5878 9767:2eed840795c0
157 <tr> 157 <tr>
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>
163 <td>Public slot handling a change of the current device working directory.</td>
164 </tr>
165 <tr>
162 <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>
163 <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>
164 </tr> 168 </tr>
165 <tr> 169 <tr>
166 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged">on_deviceFileTreeWidget_itemSelectionChanged</a></td> 170 <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged">on_deviceFileTreeWidget_itemSelectionChanged</a></td>
183 <td>Private slot to copy the selected file from the connected device with a different name.</td> 187 <td>Private slot to copy the selected file from the connected device with a different name.</td>
184 </tr> 188 </tr>
185 <tr> 189 <tr>
186 <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>
187 <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>
193 <tr>
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>
188 </tr> 196 </tr>
189 <tr> 197 <tr>
190 <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>
191 <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>
192 </tr> 200 </tr>
594 <dt><i>pos</i> (QPoint)</dt> 602 <dt><i>pos</i> (QPoint)</dt>
595 <dd> 603 <dd>
596 position to show the menu at 604 position to show the menu at
597 </dd> 605 </dd>
598 </dl> 606 </dl>
607 <a NAME="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" ID="MicroPythonFileManagerWidget.on_deviceCwd_textChanged"></a>
608 <h4>MicroPythonFileManagerWidget.on_deviceCwd_textChanged</h4>
609 <b>on_deviceCwd_textChanged</b>(<i>cwd</i>)
610
611 <p>
612 Public slot handling a change of the current device working directory.
613 </p>
614 <dl>
615
616 <dt><i>cwd</i> (str)</dt>
617 <dd>
618 current device working directory
619 </dd>
620 </dl>
599 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> 621 <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a>
600 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> 622 <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4>
601 <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>) 623 <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>)
602 624
603 <p> 625 <p>
666 <dt><i>getAs</i> (bool)</dt> 688 <dt><i>getAs</i> (bool)</dt>
667 <dd> 689 <dd>
668 flag indicating to give it a new name 690 flag indicating to give it a new name
669 </dd> 691 </dd>
670 </dl> 692 </dl>
693 <a NAME="MicroPythonFileManagerWidget.on_localCwd_textChanged" ID="MicroPythonFileManagerWidget.on_localCwd_textChanged"></a>
694 <h4>MicroPythonFileManagerWidget.on_localCwd_textChanged</h4>
695 <b>on_localCwd_textChanged</b>(<i>cwd</i>)
696
697 <p>
698 Public slot handling a change of the current local working directory.
699 </p>
700 <dl>
701
702 <dt><i>cwd</i> (str)</dt>
703 <dd>
704 current local working directory
705 </dd>
706 </dl>
671 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> 707 <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a>
672 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> 708 <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4>
673 <b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>) 709 <b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>)
674 710
675 <p> 711 <p>

eric ide

mercurial