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/html/ntqregion.html | |
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/html/ntqregion.html')
-rw-r--r-- | doc/html/ntqregion.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqregion.html b/doc/html/ntqregion.html index dcba288ba..fe61b819f 100644 --- a/doc/html/ntqregion.html +++ b/doc/html/ntqregion.html @@ -159,7 +159,7 @@ painting when used. </h3> Constructs a new region which is equal to region <em>r</em>. -<h3 class=fn><a name="TQRegion-6"></a>TQRegion::TQRegion ( const <a href="ntqbitmap.html">TQBitmap</a> & bm ) +<h3 class=fn><a name="TQRegion-6"></a>TQRegion::TQRegion ( const <a href="tqbitmap.html">TQBitmap</a> & bm ) </h3> Constructs a region from the bitmap <em>bm</em>. <p> The resulting region consists of the pixels in bitmap <em>bm</em> that @@ -312,7 +312,7 @@ Applies the <a href="#unite">unite</a>() function to this region and <em>r</em> the result to this region. <tt>r1|=r2</tt> is equivalent to <tt>r1=r1.unite(r2)</tt> <p> <p>See also <a href="#unite">unite</a>(). -<h3 class=fn><a href="ntqmemarray.html">TQMemArray</a><TQRect> <a name="rects"></a>TQRegion::rects () const +<h3 class=fn><a href="tqmemarray.html">TQMemArray</a><TQRect> <a name="rects"></a>TQRegion::rects () const </h3> Returns an array of non-overlapping rectangles that make up the region. |