diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcanvasitem.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvasitem.html')
-rw-r--r-- | doc/html/tqcanvasitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvasitem.html b/doc/html/tqcanvasitem.html index b52ce72aa..602d82a67 100644 --- a/doc/html/tqcanvasitem.html +++ b/doc/html/tqcanvasitem.html @@ -187,14 +187,14 @@ Returns TRUE if the canvas item is in motion; otherwise returns FALSE. <p> <p>See also <a href="#setVelocity">setVelocity</a>() and <a href="#setAnimated">setAnimated</a>(). -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasItem::boundingRect () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasItem::boundingRect () const<tt> [pure virtual]</tt> </h3> <p> Returns the bounding rectangle in pixels that the canvas item covers. <p> <p>See also <a href="#boundingRectAdvanced">boundingRectAdvanced</a>(). <p>Reimplemented in <a href="tqcanvassprite.html#boundingRect">TQCanvasSprite</a>, <a href="tqcanvaspolygonalitem.html#boundingRect">TQCanvasPolygonalItem</a>, and <a href="tqcanvastext.html#boundingRect">TQCanvasText</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRectAdvanced"></a>TQCanvasItem::boundingRectAdvanced () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRectAdvanced"></a>TQCanvasItem::boundingRectAdvanced () const<tt> [virtual]</tt> </h3> Returns the bounding rectangle of pixels that the canvas item <em>will</em> cover after <a href="#advance">advance</a>(1) is called. <p> <p>See also <a href="#boundingRect">boundingRect</a>(). |