summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpointarray.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/tqpointarray.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/tqpointarray.3qt')
-rw-r--r--doc/man/man3/tqpointarray.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt
index 94e6a9740..62e468b1d 100644
--- a/doc/man/man3/tqpointarray.3qt
+++ b/doc/man/man3/tqpointarray.3qt
@@ -91,13 +91,13 @@ For convenient reading and writing of the point data use setPoints(), putPoints(
.PP
For geometry operations use boundingRect() and translate(). There is also the QWMatrix::map() function for more general transformations of QPointArrays. You can also create arcs and ellipses with makeArc() and makeEllipse().
.PP
-Among others, QPointArray is used by QPainter::drawLineSegments(), QPainter::drawPolyline(), QPainter::drawPolygon() and QPainter::drawCubicBezier().
+Among others, QPointArray is used by TQPainter::drawLineSegments(), TQPainter::drawPolyline(), TQPainter::drawPolygon() and TQPainter::drawCubicBezier().
.PP
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
- void drawGiraffe( const QPointArray & r, QPainter * p )
+ void drawGiraffe( const QPointArray & r, TQPainter * p )
.br
{
.br
@@ -115,7 +115,7 @@ Note that because this class is a TQMemArray, copying an array and modifying the
.PP
If you forget the tmp.detach(), the const array will be modified.
.PP
-See also QPainter, QWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also TQPainter, 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.