diff options
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 () |