From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqpointarray.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqpointarray.html') diff --git a/doc/html/ntqpointarray.html b/doc/html/ntqpointarray.html index bebdfdbf2..322c73f5e 100644 --- a/doc/html/ntqpointarray.html +++ b/doc/html/ntqpointarray.html @@ -79,9 +79,9 @@ setPoints(), putPoints(), point(), is also the TQWMatrix::map() function for more general transformations of TQPointArrays. You can also create arcs and ellipses with makeArc() and makeEllipse(). -

Among others, TQPointArray is used by TQPainter::drawLineSegments(), -TQPainter::drawPolyline(), TQPainter::drawPolygon() and -TQPainter::drawCubicBezier(). +

Among others, TQPointArray is used by TQPainter::drawLineSegments(), +TQPainter::drawPolyline(), TQPainter::drawPolygon() and +TQPainter::drawCubicBezier().

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:

@@ -95,7 +95,7 @@ modifying the copy modifies the original as well, i.e. a TQPainter, TQWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+

See also TQPainter, TQWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.


Member Function Documentation

TQPointArray::TQPointArray () -- cgit v1.2.3