diff options
Diffstat (limited to 'doc/html/tqcanvasrectangle.html')
-rw-r--r-- | doc/html/tqcanvasrectangle.html | 8 |
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 <a href="ntqrect.html">TQRect</a> & r, <a href="tqcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasRectangle-2"></a>TQCanvasRectangle::TQCanvasRectangle ( const <a href="tqrect.html">TQRect</a> & r, <a href="tqcanvas.html">TQCanvas</a> * 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> |