src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricGraphics.EricArrowItem</h1>
-
 <p>
 Module implementing a graphics item subclass for an arrow.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>ArrowheadAngleFactor</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricArrowItem">EricArrowItem</a></td>
 <td>Class implementing an arrow graphics item subclass.</td>
@@ -29,35 +27,34 @@
 <td>Class defining the arrow types.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricArrowItem" ID="EricArrowItem"></a>
 <h2>EricArrowItem</h2>
-
 <p>
     Class implementing an arrow graphics item subclass.
 </p>
+
 <h3>Derived from</h3>
 QAbstractGraphicsShapeItem
 <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="#EricArrowItem.__init__">EricArrowItem</a></td>
 <td>Constructor</td>
@@ -83,19 +80,20 @@
 <td>Public method to set the start point.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricArrowItem.__init__" ID="EricArrowItem.__init__"></a>
 <h4>EricArrowItem (Constructor)</h4>
 <b>EricArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=EricArrowType.NORMAL, colors=None, parent=None, </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>origin</i> (QPointF)</dt>
@@ -126,10 +124,10 @@
 <a NAME="EricArrowItem.boundingRect" ID="EricArrowItem.boundingRect"></a>
 <h4>EricArrowItem.boundingRect</h4>
 <b>boundingRect</b>(<i></i>)
-
 <p>
         Public method to return the bounding rectangle.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -145,10 +143,10 @@
 <a NAME="EricArrowItem.paint" ID="EricArrowItem.paint"></a>
 <h4>EricArrowItem.paint</h4>
 <b>paint</b>(<i>painter, option, widget=None</i>)
-
 <p>
         Public method to paint the item in local coordinates.
 </p>
+
 <dl>
 
 <dt><i>painter</i> (QPainter)</dt>
@@ -167,13 +165,13 @@
 <a NAME="EricArrowItem.setEndPoint" ID="EricArrowItem.setEndPoint"></a>
 <h4>EricArrowItem.setEndPoint</h4>
 <b>setEndPoint</b>(<i>x, y</i>)
-
 <p>
         Public method to set the end point.
 </p>
 <p>
         <b>Note:</b> This method does not redraw the item.
 </p>
+
 <dl>
 
 <dt><i>x</i> (float)</dt>
@@ -188,13 +186,13 @@
 <a NAME="EricArrowItem.setPoints" ID="EricArrowItem.setPoints"></a>
 <h4>EricArrowItem.setPoints</h4>
 <b>setPoints</b>(<i>xa, ya, xb, yb</i>)
-
 <p>
         Public method to set the start and end points of the line.
 </p>
 <p>
         <b>Note:</b> This method does not redraw the item.
 </p>
+
 <dl>
 
 <dt><i>xa</i> (float)</dt>
@@ -217,13 +215,13 @@
 <a NAME="EricArrowItem.setStartPoint" ID="EricArrowItem.setStartPoint"></a>
 <h4>EricArrowItem.setStartPoint</h4>
 <b>setStartPoint</b>(<i>x, y</i>)
-
 <p>
         Public method to set the start point.
 </p>
 <p>
         <b>Note:</b> This method does not redraw the item.
 </p>
+
 <dl>
 
 <dt><i>x</i> (float)</dt>
@@ -240,33 +238,34 @@
 <hr />
 <a NAME="EricArrowType" ID="EricArrowType"></a>
 <h2>EricArrowType</h2>
-
 <p>
     Class defining the arrow types.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>NORMAL</td></tr><tr><td>WIDE</td></tr>
+<tr><td>NORMAL</td></tr>
+<tr><td>WIDE</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial