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

branch
eric7
changeset 10479
856476537696
parent 10015
9352f33732ae
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonReplWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonReplWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.MicroPythonReplWidget</h1>
-
 <p>
 Module implementing the MicroPython REPL widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>AnsiColorSchemes</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#MicroPythonReplEdit">MicroPythonReplEdit</a></td>
 <td>Class implementing the REPL edit pane.</td>
@@ -29,19 +27,20 @@
 <td>Class implementing the MicroPython REPL widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="MicroPythonReplEdit" ID="MicroPythonReplEdit"></a>
 <h2>MicroPythonReplEdit</h2>
-
 <p>
     Class implementing the REPL edit pane.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +52,17 @@
 <h3>Derived from</h3>
 QTextEdit
 <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="#MicroPythonReplEdit.__init__">MicroPythonReplEdit</a></td>
 <td>Constructor</td>
@@ -111,19 +108,20 @@
 <td>Public method to set the reference to the device interface object.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MicroPythonReplEdit.__init__" ID="MicroPythonReplEdit.__init__"></a>
 <h4>MicroPythonReplEdit (Constructor)</h4>
 <b>MicroPythonReplEdit</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget (optional))</dt>
@@ -134,17 +132,17 @@
 <a NAME="MicroPythonReplEdit.__clear" ID="MicroPythonReplEdit.__clear"></a>
 <h4>MicroPythonReplEdit.__clear</h4>
 <b>__clear</b>(<i></i>)
-
 <p>
         Private slot to clear the REPL pane.
 </p>
+
 <a NAME="MicroPythonReplEdit.__paste" ID="MicroPythonReplEdit.__paste"></a>
 <h4>MicroPythonReplEdit.__paste</h4>
 <b>__paste</b>(<i>mode=QClipboard.Mode.Clipboard</i>)
-
 <p>
         Private slot to perform a paste operation.
 </p>
+
 <dl>
 
 <dt><i>mode</i> (QClipboard.Mode (optional))</dt>
@@ -155,7 +153,6 @@
 <a NAME="MicroPythonReplEdit.__setCharFormat" ID="MicroPythonReplEdit.__setCharFormat"></a>
 <h4>MicroPythonReplEdit.__setCharFormat</h4>
 <b>__setCharFormat</b>(<i>formatCodes, textCursor</i>)
-
 <p>
         Private method setting the current text format of the REPL pane based
         on the passed ANSI codes.
@@ -212,6 +209,7 @@
         <li>107: bright background White</li>
         </ul>
 </p>
+
 <dl>
 
 <dt><i>formatCodes</i> (list of str)</dt>
@@ -226,10 +224,10 @@
 <a NAME="MicroPythonReplEdit.__showContextMenu" ID="MicroPythonReplEdit.__showContextMenu"></a>
 <h4>MicroPythonReplEdit.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>pos</i>)
-
 <p>
         Private slot to show the REPL context menu.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -240,10 +238,10 @@
 <a NAME="MicroPythonReplEdit.doZoom" ID="MicroPythonReplEdit.doZoom"></a>
 <h4>MicroPythonReplEdit.doZoom</h4>
 <b>doZoom</b>(<i>value</i>)
-
 <p>
         Public slot to zoom in or out.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -254,17 +252,17 @@
 <a NAME="MicroPythonReplEdit.handlePreferencesChanged" ID="MicroPythonReplEdit.handlePreferencesChanged"></a>
 <h4>MicroPythonReplEdit.handlePreferencesChanged</h4>
 <b>handlePreferencesChanged</b>(<i></i>)
-
 <p>
         Public slot to handle a change in preferences.
 </p>
+
 <a NAME="MicroPythonReplEdit.keyPressEvent" ID="MicroPythonReplEdit.keyPressEvent"></a>
 <h4>MicroPythonReplEdit.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle key press events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -275,10 +273,10 @@
 <a NAME="MicroPythonReplEdit.mouseReleaseEvent" ID="MicroPythonReplEdit.mouseReleaseEvent"></a>
 <h4>MicroPythonReplEdit.mouseReleaseEvent</h4>
 <b>mouseReleaseEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle mouse release events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QMouseEvent)</dt>
@@ -289,10 +287,10 @@
 <a NAME="MicroPythonReplEdit.processData" ID="MicroPythonReplEdit.processData"></a>
 <h4>MicroPythonReplEdit.processData</h4>
 <b>processData</b>(<i>data</i>)
-
 <p>
         Public slot to process the data received from the device.
 </p>
+
 <dl>
 
 <dt><i>data</i> (bytes)</dt>
@@ -303,10 +301,10 @@
 <a NAME="MicroPythonReplEdit.setInterface" ID="MicroPythonReplEdit.setInterface"></a>
 <h4>MicroPythonReplEdit.setInterface</h4>
 <b>setInterface</b>(<i>deviceInterface</i>)
-
 <p>
         Public method to set the reference to the device interface object.
 </p>
+
 <dl>
 
 <dt><i>deviceInterface</i> (MicroPythonDeviceInterface)</dt>
@@ -319,26 +317,25 @@
 <hr />
 <a NAME="MicroPythonReplWidget" ID="MicroPythonReplWidget"></a>
 <h2>MicroPythonReplWidget</h2>
-
 <p>
     Class implementing the MicroPython REPL widget.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <h3>Class Attributes</h3>
+<table>
+<tr><td>ZoomMax</td></tr>
+<tr><td>ZoomMin</td></tr>
+</table>
 
-<table>
-<tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#MicroPythonReplWidget.__init__">MicroPythonReplWidget</a></td>
 <td>Constructor</td>
@@ -356,19 +353,20 @@
 <td>Public slot to set the OSD information.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MicroPythonReplWidget.__init__" ID="MicroPythonReplWidget.__init__"></a>
 <h4>MicroPythonReplWidget (Constructor)</h4>
 <b>MicroPythonReplWidget</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget (optional))</dt>
@@ -379,17 +377,17 @@
 <a NAME="MicroPythonReplWidget.clearOSD" ID="MicroPythonReplWidget.clearOSD"></a>
 <h4>MicroPythonReplWidget.clearOSD</h4>
 <b>clearOSD</b>(<i></i>)
-
 <p>
         Public slot to clear the OSD info.
 </p>
+
 <a NAME="MicroPythonReplWidget.replEdit" ID="MicroPythonReplWidget.replEdit"></a>
 <h4>MicroPythonReplWidget.replEdit</h4>
 <b>replEdit</b>(<i></i>)
-
 <p>
         Public method to get a reference to the REPL edit.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -405,10 +403,10 @@
 <a NAME="MicroPythonReplWidget.setOSDInfo" ID="MicroPythonReplWidget.setOSDInfo"></a>
 <h4>MicroPythonReplWidget.setOSDInfo</h4>
 <b>setOSDInfo</b>(<i>infoStr</i>)
-
 <p>
         Public slot to set the OSD information.
 </p>
+
 <dl>
 
 <dt><i>infoStr</i> (str)</dt>
@@ -418,4 +416,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial