diff options
Diffstat (limited to 'doc/html/qcanvasrectangle.html')
-rw-r--r-- | doc/html/qcanvasrectangle.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qcanvasrectangle.html b/doc/html/qcanvasrectangle.html index 6ea6ec96a..4db313967 100644 --- a/doc/html/qcanvasrectangle.html +++ b/doc/html/qcanvasrectangle.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasRectangle class provides a rectangle 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><a href="qcanvasrectangle-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCanvasRectangle class provides a rectangle on a <a href="qcanvas.html">TQCanvas</a>. +The TQCanvasRectangle class provides a rectangle on a <a href="ntqcanvas.html">TQCanvas</a>. <p> @@ -76,16 +76,16 @@ coordinates with <a href="qcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a hr <p> <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="TQCanvasRectangle"></a>TQCanvasRectangle::TQCanvasRectangle ( <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasRectangle"></a>TQCanvasRectangle::TQCanvasRectangle ( <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> 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 <a href="qrect.html">TQRect</a> & r, <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasRectangle-2"></a>TQCanvasRectangle::TQCanvasRectangle ( const <a href="ntqrect.html">TQRect</a> & r, <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a rectangle positioned and sized by <em>r</em> on <em>canvas</em>. -<h3 class=fn><a name="TQCanvasRectangle-3"></a>TQCanvasRectangle::TQCanvasRectangle ( int x, int y, int width, int height, <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasRectangle-3"></a>TQCanvasRectangle::TQCanvasRectangle ( int x, int y, int width, int height, <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a rectangle at position (<em>x</em>, <em>y</em>) and size <em>width</em> by <em>height</em>, on <em>canvas</em>. @@ -94,11 +94,11 @@ by <em>height</em>, on <em>canvas</em>. </h3> Destroys the rectangle. -<h3 class=fn><a href="qpointarray.html">TQPointArray</a> <a name="chunks"></a>TQCanvasRectangle::chunks () const<tt> [virtual protected]</tt> +<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="chunks"></a>TQCanvasRectangle::chunks () const<tt> [virtual protected]</tt> </h3> Simply calls TQCanvasItem::chunks(). -<h3 class=fn>void <a name="drawShape"></a>TQCanvasRectangle::drawShape ( <a href="qpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasRectangle::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the rectangle on painter <em>p</em>. @@ -108,11 +108,11 @@ Draws the rectangle on painter <em>p</em>. </h3> Returns the height of the rectangle. -<h3 class=fn><a href="qrect.html">TQRect</a> <a name="rect"></a>TQCanvasRectangle::rect () const +<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQCanvasRectangle::rect () const </h3> <p> Returns the integer-converted <a href="qcanvasitem.html#x">x</a>(), <a href="qcanvasitem.html#y">y</a>() position and <a href="#size">size</a>() of the -rectangle as a <a href="qrect.html">TQRect</a>. +rectangle as a <a href="ntqrect.html">TQRect</a>. <h3 class=fn>int <a name="rtti"></a>TQCanvasRectangle::rtti () const<tt> [virtual]</tt> </h3> @@ -124,7 +124,7 @@ Returns 5 (TQCanvasItem::Rtti_Rectangle). </h3> Sets the <em>width</em> and <em>height</em> of the rectangle. -<h3 class=fn><a href="qsize.html">TQSize</a> <a name="size"></a>TQCanvasRectangle::size () const +<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQCanvasRectangle::size () const </h3> <p> Returns the <a href="#width">width</a>() and <a href="#height">height</a>() of the rectangle. |