diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqpointarray.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.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/html/ntqpointarray.html')
-rw-r--r-- | doc/html/ntqpointarray.html | 8 |
1 files changed, 4 insertions, 4 deletions
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(), <a href="#putPoints">putPoints</a>(), <a href="#point">point</a>(), is also the <a href="ntqwmatrix.html#map">TQWMatrix::map</a>() function for more general transformations of TQPointArrays. You can also create arcs and ellipses with <a href="#makeArc">makeArc</a>() and <a href="#makeEllipse">makeEllipse</a>(). -<p> Among others, TQPointArray is used by <a href="ntqpainter.html#drawLineSegments">TQPainter::drawLineSegments</a>(), -<a href="ntqpainter.html#drawPolyline">TQPainter::drawPolyline</a>(), <a href="ntqpainter.html#drawPolygon">TQPainter::drawPolygon</a>() and -<a href="ntqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>(). +<p> Among others, TQPointArray is used by <a href="tqpainter.html#drawLineSegments">TQPainter::drawLineSegments</a>(), +<a href="tqpainter.html#drawPolyline">TQPainter::drawPolyline</a>(), <a href="tqpainter.html#drawPolygon">TQPainter::drawPolygon</a>() and +<a href="tqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>(). <p> Note that because this class is a TQMemArray, copying an array and modifying the copy modifies the original as well, i.e. a <a href="shclass.html#shallow-copy">shallow copy</a>. If you need a <a href="shclass.html#deep-copy">deep copy</a> use <a href="#copy">copy</a>() or <a href="tqmemarray.html#detach">detach</a>(), for example: <p> <pre> @@ -95,7 +95,7 @@ modifying the copy modifies the original as well, i.e. a <a href="shclass.html#s </pre> <p> If you forget the tmp.detach(), the const array will be modified. -<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqmemarray.html">TQMemArray</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqmemarray.html">TQMemArray</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPointArray"></a>TQPointArray::TQPointArray () |