--- a/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Tue Apr 27 17:42:00 2021 +0200 +++ b/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Wed Apr 28 19:42:28 2021 +0200 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>ArrowheadAngleFactor</td></tr><tr><td>NormalArrow</td></tr><tr><td>WideArrow</td></tr> +<tr><td>ArrowheadAngleFactor</td></tr> </table> <h3>Classes</h3> @@ -38,6 +38,10 @@ <td><a href="#E5ArrowItem">E5ArrowItem</a></td> <td>Class implementing an arrow graphics item subclass.</td> </tr> +<tr> +<td><a href="#E5ArrowType">E5ArrowType</a></td> +<td>Class defining the arrow types.</td> +</tr> </table> <h3>Functions</h3> @@ -101,7 +105,7 @@ <a NAME="E5ArrowItem.__init__" ID="E5ArrowItem.__init__"></a> <h4>E5ArrowItem (Constructor)</h4> -<b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=NormalArrow, colors=None, parent=None</i>) +<b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=E5ArrowType.NORMAL, colors=None, parent=None</i>) <p> Constructor @@ -120,7 +124,7 @@ <dd> flag indicating a filled arrow head </dd> -<dt><i>arrowType</i> (int, one of NormalArrow, WideArrow)</dt> +<dt><i>arrowType</i> (E5ArrowType)</dt> <dd> arrow type </dd> @@ -241,4 +245,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="E5ArrowType" ID="E5ArrowType"></a> +<h2>E5ArrowType</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> +</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> + +<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