summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvasrectangle.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcanvasrectangle.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt-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/tqcanvasrectangle.html')
-rw-r--r--doc/html/tqcanvasrectangle.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcanvasrectangle.html b/doc/html/tqcanvasrectangle.html
index a26bf341c..c5cdcd4ba 100644
--- a/doc/html/tqcanvasrectangle.html
+++ b/doc/html/tqcanvasrectangle.html
@@ -81,7 +81,7 @@ coordinates with <a href="tqcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a h
Constructs a rectangle at position (0,0) with both width and
height set to 32 pixels on <em>canvas</em>.
-<h3 class=fn><a name="TQCanvasRectangle-2"></a>TQCanvasRectangle::TQCanvasRectangle ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasRectangle-2"></a>TQCanvasRectangle::TQCanvasRectangle ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
</h3>
Constructs a rectangle positioned and sized by <em>r</em> on <em>canvas</em>.
@@ -94,7 +94,7 @@ by <em>height</em>, on <em>canvas</em>.
</h3>
Destroys the rectangle.
-<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="chunks"></a>TQCanvasRectangle::chunks () const<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="chunks"></a>TQCanvasRectangle::chunks () const<tt> [virtual protected]</tt>
</h3>
Simply calls TQCanvasItem::chunks().
@@ -108,11 +108,11 @@ Draws the rectangle on painter <em>p</em>.
</h3>
Returns the height of the rectangle.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQCanvasRectangle::rect () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="rect"></a>TQCanvasRectangle::rect () const
</h3>
<p> Returns the integer-converted <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</a>() position and <a href="#size">size</a>() of the
-rectangle as a <a href="ntqrect.html">TQRect</a>.
+rectangle as a <a href="tqrect.html">TQRect</a>.
<h3 class=fn>int <a name="rtti"></a>TQCanvasRectangle::rtti () const<tt> [virtual]</tt>
</h3>