summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvaspolygon.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvaspolygon.3qt')
-rw-r--r--doc/man/man3/tqcanvaspolygon.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqcanvaspolygon.3qt b/doc/man/man3/tqcanvaspolygon.3qt
index f9fff9ff..4b99724b 100644
--- a/doc/man/man3/tqcanvaspolygon.3qt
+++ b/doc/man/man3/tqcanvaspolygon.3qt
@@ -24,13 +24,13 @@ Inherited by TQCanvasSpline.
.BI "\fB~TQCanvasPolygon\fR ()"
.br
.ti -1c
-.BI "void \fBsetPoints\fR ( QPointArray pa )"
+.BI "void \fBsetPoints\fR ( TQPointArray pa )"
.br
.ti -1c
-.BI "QPointArray \fBpoints\fR () const"
+.BI "TQPointArray \fBpoints\fR () const"
.br
.ti -1c
-.BI "virtual QPointArray \fBareaPoints\fR () const"
+.BI "virtual TQPointArray \fBareaPoints\fR () const"
.br
.ti -1c
.BI "virtual int \fBrtti\fR () const"
@@ -59,7 +59,7 @@ See also Graphics Classes and Image Processing Classes.
Constructs a point-less polygon on the canvas \fIcanvas\fR. You should call setPoints() before using it further.
.SH "TQCanvasPolygon::~TQCanvasPolygon ()"
Destroys the polygon.
-.SH "QPointArray TQCanvasPolygon::areaPoints () const\fC [virtual]\fR"
+.SH "TQPointArray TQCanvasPolygon::areaPoints () const\fC [virtual]\fR"
Returns the vertices of the polygon translated by the polygon's current x(), y() position, i.e. relative to the canvas's origin.
.PP
See also setPoints() and points().
@@ -71,7 +71,7 @@ Draws the polygon using the painter \fIp\fR.
Note that TQCanvasPolygon does not support an outline (the pen is always NoPen).
.PP
Reimplemented from TQCanvasPolygonalItem.
-.SH "QPointArray TQCanvasPolygon::points () const"
+.SH "TQPointArray TQCanvasPolygon::points () const"
Returns the vertices of the polygon, not translated by the position.
.PP
See also setPoints() and areaPoints().
@@ -83,7 +83,7 @@ See also TQCanvasItem::rtti().
Reimplemented from TQCanvasPolygonalItem.
.PP
Reimplemented in TQCanvasSpline.
-.SH "void TQCanvasPolygon::setPoints ( QPointArray pa )"
+.SH "void TQCanvasPolygon::setPoints ( TQPointArray pa )"
Sets the points of the polygon to be \fIpa\fR. These points will have
their x and y coordinates automatically translated by x(), y() as
the polygon is moved.