diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcanvasellipse.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcanvasellipse.html')
-rw-r--r-- | doc/html/qcanvasellipse.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qcanvasellipse.html b/doc/html/qcanvasellipse.html index 18131f945..65dbef944 100644 --- a/doc/html/qcanvasellipse.html +++ b/doc/html/qcanvasellipse.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasEllipse class provides an ellipse or ellipse segment 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="qcanvasellipse-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -57,12 +57,12 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCanvasEllipse class provides an ellipse or ellipse segment on a <a href="qcanvas.html">TQCanvas</a>. +The TQCanvasEllipse class provides an ellipse or ellipse segment on a <a href="ntqcanvas.html">TQCanvas</a>. <p> -<p> A canvas item that paints an ellipse or ellipse segment with a <a href="qbrush.html">TQBrush</a>. +<p> A canvas item that paints an ellipse or ellipse segment with a <a href="ntqbrush.html">TQBrush</a>. The ellipse's height, width, start angle and angle length can be set at construction time. The size can be changed at runtime with <a href="#setSize">setSize</a>(), and the angles can be changed (if you're displaying an @@ -85,16 +85,16 @@ drawn. <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="TQCanvasEllipse"></a>TQCanvasEllipse::TQCanvasEllipse ( <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasEllipse"></a>TQCanvasEllipse::TQCanvasEllipse ( <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a 32x32 ellipse, centered at (0, 0) on <em>canvas</em>. -<h3 class=fn><a name="TQCanvasEllipse-2"></a>TQCanvasEllipse::TQCanvasEllipse ( int width, int height, <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasEllipse-2"></a>TQCanvasEllipse::TQCanvasEllipse ( int width, int height, <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a <em>width</em> by <em>height</em> pixel ellipse, centered at (0, 0) on <em>canvas</em>. -<h3 class=fn><a name="TQCanvasEllipse-3"></a>TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasEllipse-3"></a>TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a <em>width</em> by <em>height</em> pixel ellipse, centered at (0, 0) on <em>canvas</em>. Only a segment of the ellipse is drawn, @@ -122,7 +122,7 @@ ellipse). this will be 0. <p> <p>See also <a href="#setAngles">setAngles</a>() and <a href="#angleLength">angleLength</a>(). -<h3 class=fn>void <a name="drawShape"></a>TQCanvasEllipse::drawShape ( <a href="qpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasEllipse::drawShape ( <a href="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the ellipse, centered at <a href="qcanvasitem.html#x">x</a>(), <a href="qcanvasitem.html#y">y</a>() using the painter <em>p</em>. <p> Note that TQCanvasEllipse does not support an outline (the pen is |