diff options
Diffstat (limited to 'doc/html/tqcanvaspolygon.html')
-rw-r--r-- | doc/html/tqcanvaspolygon.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/html/tqcanvaspolygon.html b/doc/html/tqcanvaspolygon.html index 75befa86..e7c198ae 100644 --- a/doc/html/tqcanvaspolygon.html +++ b/doc/html/tqcanvaspolygon.html @@ -1,5 +1,4 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/canvas/tqcanvas.cpp:4134 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -58,7 +57,7 @@ The TQCanvasPolygon class provides a polygon on a <a href="tqcanvas.html">TQCanv <p> -<p> Paints a polygon with a <a href="ntqbrush.html">TQBrush</a>. The polygon's points can be set in +<p> Paints a polygon with a <a href="tqbrush.html">TQBrush</a>. The polygon's points can be set in the constructor or set or changed later using <a href="#setPoints">setPoints</a>(). Use <a href="#points">points</a>() to retrieve the points, or <a href="#areaPoints">areaPoints</a>() to retrieve the points relative to the canvas's origin. @@ -80,21 +79,21 @@ 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. <p> <p>See also <a href="#setPoints">setPoints</a>() and <a href="#points">points</a>(). <p>Reimplemented from <a href="tqcanvaspolygonalitem.html#areaPoints">TQCanvasPolygonalItem</a>. -<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the polygon using the painter <em>p</em>. <p> Note that TQCanvasPolygon does not support an outline (the pen is 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 +106,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 |