diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/shclass.html | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt-8c029298.tar.gz tqt-8c029298.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/shclass.html')
-rw-r--r-- | doc/html/shclass.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/shclass.html b/doc/html/shclass.html index 9e3a51bf6..f57940236 100644 --- a/doc/html/shclass.html +++ b/doc/html/shclass.html @@ -169,7 +169,7 @@ explicitly shared: <p> These classes have a detach() function that can be called if you want your object to get a private copy of the shared data. They also have a copy() function that returns a deep copy with a reference count of 1. -<p> The same is true for <a href="ntqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="ntqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or +<p> The same is true for <a href="tqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="ntqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or copy(). <p> <h2> Implicitly Shared Classes </h2> @@ -214,7 +214,7 @@ functions by value without concern for the copying overhead. <p> In this example, <tt>p1</tt> and <tt>p2</tt> share data until <a href="ntqpainter.html#begin">TQPainter::begin</a>() is called for <tt>p2</tt>, because painting a pixmap will modify it. The same -also happens if anything is <a href="ntqimage.html#bitBlt">bitBlt()</a>'ed into +also happens if anything is <a href="tqimage.html#bitBlt">bitBlt()</a>'ed into <tt>p2</tt>. <p> <b>Warning:</b> Do not copy an implicitly shared container (<a href="tqmap.html">TQMap</a>, <a href="tqvaluevector.html">TQValueVector</a>, etc.) while you are iterating over it. |