diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcanvaspolygon.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcanvaspolygon.html')
-rw-r--r-- | doc/html/qcanvaspolygon.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qcanvaspolygon.html b/doc/html/qcanvaspolygon.html index 145892142..68f9636ba 100644 --- a/doc/html/qcanvaspolygon.html +++ b/doc/html/qcanvaspolygon.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasPolygon class provides a polygon on a TQCanvas. <a href="#details">More...</a> -<p><tt>#include <<a href="qcanvas-h.html">qcanvas.h</a>></tt> +<p><tt>#include <<a href="qcanvas-h.html">ntqcanvas.h</a>></tt> <p>Inherits <a href="qcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>. <p>Inherited by <a href="qcanvasspline.html">TQCanvasSpline</a>. <p><a href="qcanvaspolygon-members.html">List of all member functions.</a> @@ -53,12 +53,12 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCanvasPolygon class provides a polygon on a <a href="qcanvas.html">TQCanvas</a>. +The TQCanvasPolygon class provides a polygon on a <a href="ntqcanvas.html">TQCanvas</a>. <p> -<p> Paints a polygon with a <a href="qbrush.html">TQBrush</a>. The polygon's points can be set in +<p> Paints a polygon with a <a href="ntqbrush.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. @@ -71,7 +71,7 @@ coordinates with <a href="qcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a hr <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCanvasPolygon"></a>TQCanvasPolygon::TQCanvasPolygon ( <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasPolygon"></a>TQCanvasPolygon::TQCanvasPolygon ( <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a point-less polygon on the canvas <em>canvas</em>. You should call <a href="#setPoints">setPoints</a>() before using it further. @@ -80,21 +80,21 @@ should call <a href="#setPoints">setPoints</a>() before using it further. </h3> Destroys the polygon. -<h3 class=fn><a href="qpointarray.html">TQPointArray</a> <a name="areaPoints"></a>TQCanvasPolygon::areaPoints () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqpointarray.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="qcanvasitem.html#x">x</a>(), <a href="qcanvasitem.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="qcanvaspolygonalitem.html#areaPoints">TQCanvasPolygonalItem</a>. -<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="qpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygon::drawShape ( <a href="ntqpainter.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="qcanvaspolygonalitem.html#drawShape">TQCanvasPolygonalItem</a>. -<h3 class=fn><a href="qpointarray.html">TQPointArray</a> <a name="points"></a>TQCanvasPolygon::points () const +<h3 class=fn><a href="ntqpointarray.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="qcanvaspolygonalitem.html#rtti">TQCanvasPolygonalItem</a>. <p>Reimplemented in <a href="qcanvasspline.html#rtti">TQCanvasSpline</a>. -<h3 class=fn>void <a name="setPoints"></a>TQCanvasPolygon::setPoints ( <a href="qpointarray.html">TQPointArray</a> pa ) +<h3 class=fn>void <a name="setPoints"></a>TQCanvasPolygon::setPoints ( <a href="ntqpointarray.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="qcanvasitem.html#x">x</a>(), <a href="qcanvasitem.html#y">y</a>() as |