diff options
Diffstat (limited to 'doc/html/tqcanvaspolygon.html')
-rw-r--r-- | doc/html/tqcanvaspolygon.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqcanvaspolygon.html b/doc/html/tqcanvaspolygon.html index eca05bd07..ce9df7d8f 100644 --- a/doc/html/tqcanvaspolygon.html +++ b/doc/html/tqcanvaspolygon.html @@ -80,7 +80,7 @@ should call <a href="#setPoints">setPoints</a>() before using it further. </h3> Destroys the polygon. -<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="areaPoints"></a>TQCanvasPolygon::areaPoints () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="areaPoints"></a>TQCanvasPolygon::areaPoints () const<tt> [virtual]</tt> </h3> Returns the vertices of the polygon translated by the polygon's current <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</a>() position, i.e. relative to the canvas's origin. @@ -94,7 +94,7 @@ Draws the polygon using the painter <em>p</em>. always NoPen). <p>Reimplemented from <a href="tqcanvaspolygonalitem.html#drawShape">TQCanvasPolygonalItem</a>. -<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="points"></a>TQCanvasPolygon::points () const +<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="points"></a>TQCanvasPolygon::points () const </h3> <p> Returns the vertices of the polygon, not translated by the position. @@ -107,7 +107,7 @@ Returns 4 (TQCanvasItem::Rtti_Polygon). <p>Reimplemented from <a href="tqcanvaspolygonalitem.html#rtti">TQCanvasPolygonalItem</a>. <p>Reimplemented in <a href="tqcanvasspline.html#rtti">TQCanvasSpline</a>. -<h3 class=fn>void <a name="setPoints"></a>TQCanvasPolygon::setPoints ( <a href="ntqpointarray.html">TQPointArray</a> pa ) +<h3 class=fn>void <a name="setPoints"></a>TQCanvasPolygon::setPoints ( <a href="tqpointarray.html">TQPointArray</a> pa ) </h3> Sets the points of the polygon to be <em>pa</em>. These points will have their x and y coordinates automatically translated by <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</a>() as |