diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqcanvasellipse.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvasellipse.html')
-rw-r--r-- | doc/html/tqcanvasellipse.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvasellipse.html b/doc/html/tqcanvasellipse.html index 50920ce30..6ed91eab7 100644 --- a/doc/html/tqcanvasellipse.html +++ b/doc/html/tqcanvasellipse.html @@ -62,7 +62,7 @@ The TQCanvasEllipse class provides an ellipse or ellipse segment on a <a href="t <p> -<p> A canvas item that paints an ellipse or ellipse segment with a <a href="ntqbrush.html">TQBrush</a>. +<p> A canvas item that paints an ellipse or ellipse segment with a <a href="tqbrush.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 @@ -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="ntqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawShape"></a>TQCanvasEllipse::drawShape ( <a href="tqpainter.html">TQPainter</a> & p )<tt> [virtual protected]</tt> </h3> Draws the ellipse, centered at <a href="tqcanvasitem.html#x">x</a>(), <a href="tqcanvasitem.html#y">y</a>() using the painter <em>p</em>. <p> Note that TQCanvasEllipse does not support an outline (the pen is |