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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html	Fri Oct 27 14:09:40 2023 +0200
@@ -68,7 +68,7 @@
 </tr>
 <tr>
 <td><a href="#EricArrowItem.paint">paint</a></td>
-<td></td>
+<td>Public method to paint the item in local coordinates.</td>
 </tr>
 <tr>
 <td><a href="#EricArrowItem.setEndPoint">setEndPoint</a></td>
@@ -140,6 +140,24 @@
 <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></dt>
+<dd>
+reference to the painter object (QPainter)
+</dd>
+<dt><i>option</i></dt>
+<dd>
+style options (QStyleOptionGraphicsItem)
+</dd>
+<dt><i>widget</i></dt>
+<dd>
+optional reference to the widget painted on (QWidget)
+</dd>
+</dl>
 <a NAME="EricArrowItem.setEndPoint" ID="EricArrowItem.setEndPoint"></a>
 <h4>EricArrowItem.setEndPoint</h4>
 <b>setEndPoint</b>(<i>x, y</i>)

eric ide

mercurial