summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvaspolygon.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqcanvaspolygon.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.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/man/man3/tqcanvaspolygon.3qt')
-rw-r--r--doc/man/man3/tqcanvaspolygon.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcanvaspolygon.3qt b/doc/man/man3/tqcanvaspolygon.3qt
index e97dbf2b7..f9fff9ff6 100644
--- a/doc/man/man3/tqcanvaspolygon.3qt
+++ b/doc/man/man3/tqcanvaspolygon.3qt
@@ -39,13 +39,13 @@ Inherited by TQCanvasSpline.
.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 TQCanvasPolygon class provides a polygon on a TQCanvas.
.PP
-Paints a polygon with a QBrush. The polygon's points can be set in the constructor or set or changed later using setPoints(). Use points() to retrieve the points, or areaPoints() to retrieve the points relative to the canvas's origin.
+Paints a polygon with a TQBrush. The polygon's points can be set in the constructor or set or changed later using setPoints(). Use points() to retrieve the points, or areaPoints() to retrieve the points relative to the canvas's origin.
.PP
The polygon can be drawn on a painter with drawShape().
.PP
@@ -65,7 +65,7 @@ Returns the vertices of the polygon translated by the polygon's current x(), y()
See also setPoints() and points().
.PP
Reimplemented from TQCanvasPolygonalItem.
-.SH "void TQCanvasPolygon::drawShape ( QPainter & p )\fC [virtual protected]\fR"
+.SH "void TQCanvasPolygon::drawShape ( TQPainter & p )\fC [virtual protected]\fR"
Draws the polygon using the painter \fIp\fR.
.PP
Note that TQCanvasPolygon does not support an outline (the pen is always NoPen).