66 <td><a href="#EricArrowItem.boundingRect">boundingRect</a></td> |
66 <td><a href="#EricArrowItem.boundingRect">boundingRect</a></td> |
67 <td>Public method to return the bounding rectangle.</td> |
67 <td>Public method to return the bounding rectangle.</td> |
68 </tr> |
68 </tr> |
69 <tr> |
69 <tr> |
70 <td><a href="#EricArrowItem.paint">paint</a></td> |
70 <td><a href="#EricArrowItem.paint">paint</a></td> |
71 <td></td> |
71 <td>Public method to paint the item in local coordinates.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
73 <tr> |
74 <td><a href="#EricArrowItem.setEndPoint">setEndPoint</a></td> |
74 <td><a href="#EricArrowItem.setEndPoint">setEndPoint</a></td> |
75 <td>Public method to set the end point.</td> |
75 <td>Public method to set the end point.</td> |
76 </tr> |
76 </tr> |
138 </dl> |
138 </dl> |
139 <a NAME="EricArrowItem.paint" ID="EricArrowItem.paint"></a> |
139 <a NAME="EricArrowItem.paint" ID="EricArrowItem.paint"></a> |
140 <h4>EricArrowItem.paint</h4> |
140 <h4>EricArrowItem.paint</h4> |
141 <b>paint</b>(<i>painter, option, widget=None</i>) |
141 <b>paint</b>(<i>painter, option, widget=None</i>) |
142 |
142 |
|
143 <p> |
|
144 Public method to paint the item in local coordinates. |
|
145 </p> |
|
146 <dl> |
|
147 |
|
148 <dt><i>painter</i></dt> |
|
149 <dd> |
|
150 reference to the painter object (QPainter) |
|
151 </dd> |
|
152 <dt><i>option</i></dt> |
|
153 <dd> |
|
154 style options (QStyleOptionGraphicsItem) |
|
155 </dd> |
|
156 <dt><i>widget</i></dt> |
|
157 <dd> |
|
158 optional reference to the widget painted on (QWidget) |
|
159 </dd> |
|
160 </dl> |
143 <a NAME="EricArrowItem.setEndPoint" ID="EricArrowItem.setEndPoint"></a> |
161 <a NAME="EricArrowItem.setEndPoint" ID="EricArrowItem.setEndPoint"></a> |
144 <h4>EricArrowItem.setEndPoint</h4> |
162 <h4>EricArrowItem.setEndPoint</h4> |
145 <b>setEndPoint</b>(<i>x, y</i>) |
163 <b>setEndPoint</b>(<i>x, y</i>) |
146 |
164 |
147 <p> |
165 <p> |