eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html

changeset 7530
9f4fac61e7c7
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7529:2b8a0d8ba12a 7530:9f4fac61e7c7
99 <tr><td>None</td></tr> 99 <tr><td>None</td></tr>
100 </table> 100 </table>
101 101
102 <a NAME="E5ArrowItem.__init__" ID="E5ArrowItem.__init__"></a> 102 <a NAME="E5ArrowItem.__init__" ID="E5ArrowItem.__init__"></a>
103 <h4>E5ArrowItem (Constructor)</h4> 103 <h4>E5ArrowItem (Constructor)</h4>
104 <b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=NormalArrow, parent=None</i>) 104 <b>E5ArrowItem</b>(<i>origin=None, end=None, filled=False, arrowType=NormalArrow, colors=None, parent=None</i>)
105 105
106 <p> 106 <p>
107 Constructor 107 Constructor
108 </p> 108 </p>
109 <dl> 109 <dl>
110 110
111 <dt><i>origin</i></dt> 111 <dt><i>origin</i> (QPointF)</dt>
112 <dd> 112 <dd>
113 origin of the arrow (QPointF) 113 origin of the arrow
114 </dd> 114 </dd>
115 <dt><i>end</i></dt> 115 <dt><i>end</i> (QPointF)</dt>
116 <dd> 116 <dd>
117 end point of the arrow (QPointF) 117 end point of the arrow
118 </dd> 118 </dd>
119 <dt><i>filled</i></dt> 119 <dt><i>filled</i> (bool)</dt>
120 <dd> 120 <dd>
121 flag indicating a filled arrow head (boolean) 121 flag indicating a filled arrow head
122 </dd> 122 </dd>
123 <dt><i>arrowType</i></dt> 123 <dt><i>arrowType</i> (int, one of NormalArrow, WideArrow)</dt>
124 <dd> 124 <dd>
125 arrow type (NormalArrow, WideArrow) 125 arrow type
126 </dd> 126 </dd>
127 <dt><i>parent=</i></dt> 127 <dt><i>colors</i> (tuple of (QColor, QColor))</dt>
128 <dd> 128 <dd>
129 reference to the parent object (QGraphicsItem) 129 tuple containing the foreground and background colors
130 </dd>
131 <dt><i>parent</i> (QGraphicsItem)</dt>
132 <dd>
133 reference to the parent object
130 </dd> 134 </dd>
131 </dl> 135 </dl>
132 <a NAME="E5ArrowItem.boundingRect" ID="E5ArrowItem.boundingRect"></a> 136 <a NAME="E5ArrowItem.boundingRect" ID="E5ArrowItem.boundingRect"></a>
133 <h4>E5ArrowItem.boundingRect</h4> 137 <h4>E5ArrowItem.boundingRect</h4>
134 <b>boundingRect</b>(<i></i>) 138 <b>boundingRect</b>(<i></i>)

eric ide

mercurial