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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonGraphWidget.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonGraphWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonGraphWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.MicroPythonGraphWidget</h1>
-
 <p>
 Module implementing the MicroPython graph widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#MicroPythonGraphWidget">MicroPythonGraphWidget</a></td>
 <td>Class implementing the MicroPython graph widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="MicroPythonGraphWidget" ID="MicroPythonGraphWidget"></a>
 <h2>MicroPythonGraphWidget</h2>
-
 <p>
     Class implementing the MicroPython graph widget.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QWidget
 <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="#MicroPythonGraphWidget.__init__">MicroPythonGraphWidget</a></td>
 <td>Constructor</td>
@@ -99,19 +96,20 @@
 <td>Public method to save the dialog's raw data.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MicroPythonGraphWidget.__init__" ID="MicroPythonGraphWidget.__init__"></a>
 <h4>MicroPythonGraphWidget (Constructor)</h4>
 <b>MicroPythonGraphWidget</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -122,7 +120,6 @@
 <a NAME="MicroPythonGraphWidget.__addData" ID="MicroPythonGraphWidget.__addData"></a>
 <h4>MicroPythonGraphWidget.__addData</h4>
 <b>__addData</b>(<i>values</i>)
-
 <p>
         Private method to add a tuple of values to the graph.
 </p>
@@ -131,6 +128,7 @@
         to the line series and updates the range of the chart so the chart
         displays nicely.
 </p>
+
 <dl>
 
 <dt><i>values</i> (tuple of int or float)</dt>
@@ -141,10 +139,10 @@
 <a NAME="MicroPythonGraphWidget.__handleMaxXChanged" ID="MicroPythonGraphWidget.__handleMaxXChanged"></a>
 <h4>MicroPythonGraphWidget.__handleMaxXChanged</h4>
 <b>__handleMaxXChanged</b>(<i>value</i>)
-
 <p>
         Private slot handling a change of the max. X spin box.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -155,10 +153,10 @@
 <a NAME="MicroPythonGraphWidget.hasData" ID="MicroPythonGraphWidget.hasData"></a>
 <h4>MicroPythonGraphWidget.hasData</h4>
 <b>hasData</b>(<i></i>)
-
 <p>
         Public method to check, if the chart contains some valid data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -174,10 +172,10 @@
 <a NAME="MicroPythonGraphWidget.isDirty" ID="MicroPythonGraphWidget.isDirty"></a>
 <h4>MicroPythonGraphWidget.isDirty</h4>
 <b>isDirty</b>(<i></i>)
-
 <p>
         Public method to check, if the chart contains unsaved data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -193,21 +191,20 @@
 <a NAME="MicroPythonGraphWidget.on_saveButton_clicked" ID="MicroPythonGraphWidget.on_saveButton_clicked"></a>
 <h4>MicroPythonGraphWidget.on_saveButton_clicked</h4>
 <b>on_saveButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to save the raw data to a CSV file.
 </p>
+
 <a NAME="MicroPythonGraphWidget.preferencesChanged" ID="MicroPythonGraphWidget.preferencesChanged"></a>
 <h4>MicroPythonGraphWidget.preferencesChanged</h4>
 <b>preferencesChanged</b>(<i></i>)
-
 <p>
         Public slot to apply changed preferences.
 </p>
+
 <a NAME="MicroPythonGraphWidget.processData" ID="MicroPythonGraphWidget.processData"></a>
 <h4>MicroPythonGraphWidget.processData</h4>
 <b>processData</b>(<i>data</i>)
-
 <p>
         Public slot to process the raw data.
 </p>
@@ -217,6 +214,7 @@
         data is greater than 1024 then a dataFlood signal is emitted to ensure
         eric can take action to remain responsive.
 </p>
+
 <dl>
 
 <dt><i>data</i> (bytes)</dt>
@@ -228,10 +226,10 @@
 <a NAME="MicroPythonGraphWidget.saveData" ID="MicroPythonGraphWidget.saveData"></a>
 <h4>MicroPythonGraphWidget.saveData</h4>
 <b>saveData</b>(<i></i>)
-
 <p>
         Public method to save the dialog's raw data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -246,4 +244,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