diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqpointarray.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpointarray.3qt')
-rw-r--r-- | doc/man/man3/tqpointarray.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt index f086e824c..b01c0df2e 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. |