summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpointarray.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpointarray.3qt')
-rw-r--r--doc/man/man3/tqpointarray.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt
index f086e824..b01c0df2 100644
--- a/doc/man/man3/tqpointarray.3qt
+++ b/doc/man/man3/tqpointarray.3qt
@@ -11,7 +11,7 @@ QPointArray \- Array of points
.SH SYNOPSIS
\fC#include <ntqpointarray.h>\fR
.PP
-Inherits QMemArray<QPoint>.
+Inherits TQMemArray<QPoint>.
.PP
.SS "Public Members"
.in +1c
@@ -85,7 +85,7 @@ Inherits QMemArray<QPoint>.
.SH DESCRIPTION
The QPointArray class provides an array of points.
.PP
-A QPointArray is an array of QPoint objects. In addition to the functions provided by QMemArray, QPointArray provides some point-specific functions.
+A QPointArray is an array of QPoint objects. In addition to the functions provided by TQMemArray, QPointArray provides some point-specific functions.
.PP
For convenient reading and writing of the point data use setPoints(), putPoints(), point(), and setPoint().
.PP
@@ -93,7 +93,7 @@ For geometry operations use boundingRect() and translate(). There is also the QW
.PP
Among others, QPointArray is used by QPainter::drawLineSegments(), QPainter::drawPolyline(), QPainter::drawPolygon() and QPainter::drawCubicBezier().
.PP
-Note that because this class is a QMemArray, copying an array and modifying the copy modifies the original as well, i.e. a shallow copy. If you need a deep copy use copy() or detach(), for example:
+Note that because this class is a TQMemArray, copying an array and modifying the copy modifies the original as well, i.e. a shallow copy. If you need a deep copy use copy() or detach(), for example:
.PP
.nf
.br
@@ -115,7 +115,7 @@ Note that because this class is a QMemArray, copying an array and modifying the
.PP
If you forget the tmp.detach(), the const array will be modified.
.PP
-See also QPainter, QWMatrix, QMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also QPainter, QWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QPointArray::QPointArray ()"
Constructs a null point array.