diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcanvaspolygon.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
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 |