summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasellipse.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqcanvasellipse.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqcanvasellipse.3qt')
-rw-r--r--doc/man/man3/tqcanvasellipse.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcanvasellipse.3qt b/doc/man/man3/tqcanvasellipse.3qt
index cd74f8aad..08264f643 100644
--- a/doc/man/man3/tqcanvasellipse.3qt
+++ b/doc/man/man3/tqcanvasellipse.3qt
@@ -52,13 +52,13 @@ Inherits TQCanvasPolygonalItem.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdrawShape\fR ( QPainter & p )"
+.BI "virtual void \fBdrawShape\fR ( TQPainter & p )"
.br
.in -1c
.SH DESCRIPTION
The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas.
.PP
-A canvas item that paints an ellipse or ellipse segment with a QBrush. The ellipse's height, width, start angle and angle length can be set at construction time. The size can be changed at runtime with setSize(), and the angles can be changed (if you're displaying an ellipse segment rather than a whole ellipse) with setAngles().
+A canvas item that paints an ellipse or ellipse segment with a TQBrush. The ellipse's height, width, start angle and angle length can be set at construction time. The size can be changed at runtime with setSize(), and the angles can be changed (if you're displaying an ellipse segment rather than a whole ellipse) with setAngles().
.PP
Note that angles are specified in 16ths of a degree.
.PP
@@ -96,7 +96,7 @@ See also setAngles() and angleStart().
Returns the start angle in 16ths of a degree. Initially this will be 0.
.PP
See also setAngles() and angleLength().
-.SH "void TQCanvasEllipse::drawShape ( QPainter & p )\fC [virtual protected]\fR"
+.SH "void TQCanvasEllipse::drawShape ( TQPainter & p )\fC [virtual protected]\fR"
Draws the ellipse, centered at x(), y() using the painter \fIp\fR.
.PP
Note that TQCanvasEllipse does not support an outline (the pen is always NoPen).