diff -r 2b8a0d8ba12a -r 9f4fac61e7c7 eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html --- a/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Sun Apr 12 18:40:37 2020 +0200 +++ b/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Sun Apr 12 18:41:24 2020 +0200 @@ -101,32 +101,36 @@ <a NAME="E5ArrowItem.__init__" ID="E5ArrowItem.__init__"></a> <h4>E5ArrowItem (Constructor)</h4> -<b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=NormalArrow, parent=None</i>) +<b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=NormalArrow, colors=None, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>origin</i></dt> +<dt><i>origin</i> (QPointF)</dt> <dd> -origin of the arrow (QPointF) +origin of the arrow </dd> -<dt><i>end</i></dt> +<dt><i>end</i> (QPointF)</dt> <dd> -end point of the arrow (QPointF) +end point of the arrow </dd> -<dt><i>filled</i></dt> +<dt><i>filled</i> (bool)</dt> <dd> -flag indicating a filled arrow head (boolean) +flag indicating a filled arrow head </dd> -<dt><i>arrowType</i></dt> +<dt><i>arrowType</i> (int, one of NormalArrow, WideArrow)</dt> <dd> -arrow type (NormalArrow, WideArrow) +arrow type </dd> -<dt><i>parent=</i></dt> +<dt><i>colors</i> (tuple of (QColor, QColor))</dt> <dd> -reference to the parent object (QGraphicsItem) +tuple containing the foreground and background colors +</dd> +<dt><i>parent</i> (QGraphicsItem)</dt> +<dd> +reference to the parent object </dd> </dl> <a NAME="E5ArrowItem.boundingRect" ID="E5ArrowItem.boundingRect"></a>