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

branch
mpy_network
changeset 9799
a79430a8811d
parent 9767
2eed840795c0
child 9839
fc60e382b67a
equal deleted inserted replaced
9798:4402d76c5fa9 9799:a79430a8811d
186 <tr> 186 <tr>
187 <td><a href="#MicroPythonWidget.__showDocumentation">__showDocumentation</a></td> 187 <td><a href="#MicroPythonWidget.__showDocumentation">__showDocumentation</a></td>
188 <td>Private slot to open the documentation URL for the selected device.</td> 188 <td>Private slot to open the documentation URL for the selected device.</td>
189 </tr> 189 </tr>
190 <tr> 190 <tr>
191 <td><a href="#MicroPythonWidget.__showError">__showError</a></td>
192 <td>Private method to show some error message.</td>
193 </tr>
194 <tr>
195 <td><a href="#MicroPythonWidget.__showImplementation">__showImplementation</a></td> 191 <td><a href="#MicroPythonWidget.__showImplementation">__showImplementation</a></td>
196 <td>Private slot to show some implementation related information.</td> 192 <td>Private slot to show some implementation related information.</td>
197 </tr> 193 </tr>
198 <tr> 194 <tr>
199 <td><a href="#MicroPythonWidget.__showLocalAndDeviceTime">__showLocalAndDeviceTime</a></td> 195 <td><a href="#MicroPythonWidget.__showLocalAndDeviceTime">__showLocalAndDeviceTime</a></td>
230 <tr> 226 <tr>
231 <td><a href="#MicroPythonWidget.getCurrentPort">getCurrentPort</a></td> 227 <td><a href="#MicroPythonWidget.getCurrentPort">getCurrentPort</a></td>
232 <td>Public method to determine the port path of the selected device.</td> 228 <td>Public method to determine the port path of the selected device.</td>
233 </tr> 229 </tr>
234 <tr> 230 <tr>
231 <td><a href="#MicroPythonWidget.getDevice">getDevice</a></td>
232 <td>Public method to get a reference to the current device.</td>
233 </tr>
234 <tr>
235 <td><a href="#MicroPythonWidget.getDeviceWorkspace">getDeviceWorkspace</a></td> 235 <td><a href="#MicroPythonWidget.getDeviceWorkspace">getDeviceWorkspace</a></td>
236 <td>Public method to get the workspace directory of the device.</td> 236 <td>Public method to get the workspace directory of the device.</td>
237 </tr> 237 </tr>
238 <tr> 238 <tr>
239 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td> 239 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td>
280 <td>Private slot to execute the script of the active editor on the selected device.</td> 280 <td>Private slot to execute the script of the active editor on the selected device.</td>
281 </tr> 281 </tr>
282 <tr> 282 <tr>
283 <td><a href="#MicroPythonWidget.setActionButtons">setActionButtons</a></td> 283 <td><a href="#MicroPythonWidget.setActionButtons">setActionButtons</a></td>
284 <td>Public method to set the enabled state of the various action buttons.</td> 284 <td>Public method to set the enabled state of the various action buttons.</td>
285 </tr>
286 <tr>
287 <td><a href="#MicroPythonWidget.showError">showError</a></td>
288 <td>Public method to show some error message.</td>
285 </tr> 289 </tr>
286 </table> 290 </table>
287 <h3>Static Methods</h3> 291 <h3>Static Methods</h3>
288 292
289 <table> 293 <table>
684 <b>__showDocumentation</b>(<i></i>) 688 <b>__showDocumentation</b>(<i></i>)
685 689
686 <p> 690 <p>
687 Private slot to open the documentation URL for the selected device. 691 Private slot to open the documentation URL for the selected device.
688 </p> 692 </p>
689 <a NAME="MicroPythonWidget.__showError" ID="MicroPythonWidget.__showError"></a>
690 <h4>MicroPythonWidget.__showError</h4>
691 <b>__showError</b>(<i>method, error</i>)
692
693 <p>
694 Private method to show some error message.
695 </p>
696 <dl>
697
698 <dt><i>method</i> (str)</dt>
699 <dd>
700 name of the method the error occured in
701 </dd>
702 <dt><i>error</i> (str)</dt>
703 <dd>
704 error message
705 </dd>
706 </dl>
707 <a NAME="MicroPythonWidget.__showImplementation" ID="MicroPythonWidget.__showImplementation"></a> 693 <a NAME="MicroPythonWidget.__showImplementation" ID="MicroPythonWidget.__showImplementation"></a>
708 <h4>MicroPythonWidget.__showImplementation</h4> 694 <h4>MicroPythonWidget.__showImplementation</h4>
709 <b>__showImplementation</b>(<i></i>) 695 <b>__showImplementation</b>(<i></i>)
710 696
711 <p> 697 <p>
852 <dt>Return Type:</dt> 838 <dt>Return Type:</dt>
853 <dd> 839 <dd>
854 str 840 str
855 </dd> 841 </dd>
856 </dl> 842 </dl>
843 <a NAME="MicroPythonWidget.getDevice" ID="MicroPythonWidget.getDevice"></a>
844 <h4>MicroPythonWidget.getDevice</h4>
845 <b>getDevice</b>(<i></i>)
846
847 <p>
848 Public method to get a reference to the current device.
849 </p>
850 <dl>
851 <dt>Return:</dt>
852 <dd>
853 reference to the current device
854 </dd>
855 </dl>
856 <dl>
857 <dt>Return Type:</dt>
858 <dd>
859 BaseDevice
860 </dd>
861 </dl>
857 <a NAME="MicroPythonWidget.getDeviceWorkspace" ID="MicroPythonWidget.getDeviceWorkspace"></a> 862 <a NAME="MicroPythonWidget.getDeviceWorkspace" ID="MicroPythonWidget.getDeviceWorkspace"></a>
858 <h4>MicroPythonWidget.getDeviceWorkspace</h4> 863 <h4>MicroPythonWidget.getDeviceWorkspace</h4>
859 <b>getDeviceWorkspace</b>(<i></i>) 864 <b>getDeviceWorkspace</b>(<i></i>)
860 865
861 <p> 866 <p>
1039 <dd> 1044 <dd>
1040 keyword arguments containg the enabled states (keys 1045 keyword arguments containg the enabled states (keys
1041 are 'run', 'repl', 'files', 'chart', 'open', 'save' 1046 are 'run', 'repl', 'files', 'chart', 'open', 'save'
1042 </dd> 1047 </dd>
1043 </dl> 1048 </dl>
1049 <a NAME="MicroPythonWidget.showError" ID="MicroPythonWidget.showError"></a>
1050 <h4>MicroPythonWidget.showError</h4>
1051 <b>showError</b>(<i>method, error</i>)
1052
1053 <p>
1054 Public method to show some error message.
1055 </p>
1056 <dl>
1057
1058 <dt><i>method</i> (str)</dt>
1059 <dd>
1060 name of the method the error occured in
1061 </dd>
1062 <dt><i>error</i> (str)</dt>
1063 <dd>
1064 error message
1065 </dd>
1066 </dl>
1044 <div align="right"><a href="#top">Up</a></div> 1067 <div align="right"><a href="#top">Up</a></div>
1045 <hr /> 1068 <hr />
1046 </body></html> 1069 </body></html>

eric ide

mercurial