diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqpixmapcache.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpixmapcache.html')
-rw-r--r-- | doc/html/ntqpixmapcache.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqpixmapcache.html b/doc/html/ntqpixmapcache.html index 3695a1202..403d88933 100644 --- a/doc/html/ntqpixmapcache.html +++ b/doc/html/ntqpixmapcache.html @@ -99,14 +99,14 @@ Returns the cache limit (in kilobytes). </h3> Removes all pixmaps from the cache. -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> * <a name="find"></a>TQPixmapCache::find ( const <a href="ntqstring.html">TQString</a> & key )<tt> [static]</tt> +<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> * <a name="find"></a>TQPixmapCache::find ( const <a href="tqstring.html">TQString</a> & key )<tt> [static]</tt> </h3> Returns the pixmap associated with the <em>key</em> in the cache, or null if there is no such pixmap. <p> <b>Warning:</b> If valid, you should copy the pixmap immediately (this is fast). Subsequent insertions into the cache could cause the pointer to become invalid. For this reason, we recommend you use -<a href="#find">find</a>(const <a href="ntqstring.html">TQString</a>&, <a href="ntqpixmap.html">TQPixmap</a>&) instead. +<a href="#find">find</a>(const <a href="tqstring.html">TQString</a>&, <a href="ntqpixmap.html">TQPixmap</a>&) instead. <p> Example: <pre> <a href="ntqpixmap.html">TQPixmap</a>* pp; @@ -121,7 +121,7 @@ pointer to become invalid. For this reason, we recommend you use </pre> -<h3 class=fn>bool <a name="find-2"></a>TQPixmapCache::find ( const <a href="ntqstring.html">TQString</a> & key, <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> +<h3 class=fn>bool <a name="find-2"></a>TQPixmapCache::find ( const <a href="tqstring.html">TQString</a> & key, <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Looks for a cached pixmap associated with the <em>key</em> in the cache. @@ -138,7 +138,7 @@ returns TRUE; otherwise leaves <em>pm</em> alone and returns FALSE. </pre> -<h3 class=fn>bool <a name="insert"></a>TQPixmapCache::insert ( const <a href="ntqstring.html">TQString</a> & key, const <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> +<h3 class=fn>bool <a name="insert"></a>TQPixmapCache::insert ( const <a href="tqstring.html">TQString</a> & key, const <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> </h3> Inserts a copy of the pixmap <em>pm</em> associated with the <em>key</em> into the cache. @@ -151,7 +151,7 @@ pixmap to be inserted. deleted when more space is needed. <p> <p>See also <a href="#setCacheLimit">setCacheLimit</a>(). -<h3 class=fn>bool <a name="insert-2"></a>TQPixmapCache::insert ( const <a href="ntqstring.html">TQString</a> & key, <a href="ntqpixmap.html">TQPixmap</a> * pm )<tt> [static]</tt> +<h3 class=fn>bool <a name="insert-2"></a>TQPixmapCache::insert ( const <a href="tqstring.html">TQString</a> & key, <a href="ntqpixmap.html">TQPixmap</a> * pm )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Inserts the pixmap <em>pm</em> associated with <em>key</em> into the cache. @@ -165,10 +165,10 @@ whether from anywhere in the application or within TQt itself, could cause the pixmap to be discarded from the cache and the pointer to become invalid. <p> Due to these dangers, we strongly recommend that you use -<a href="#insert">insert</a>(const <a href="ntqstring.html">TQString</a>&, const <a href="ntqpixmap.html">TQPixmap</a>&) instead. +<a href="#insert">insert</a>(const <a href="tqstring.html">TQString</a>&, const <a href="ntqpixmap.html">TQPixmap</a>&) instead. </strong> -<h3 class=fn>void <a name="remove"></a>TQPixmapCache::remove ( const <a href="ntqstring.html">TQString</a> & key )<tt> [static]</tt> +<h3 class=fn>void <a name="remove"></a>TQPixmapCache::remove ( const <a href="tqstring.html">TQString</a> & key )<tt> [static]</tt> </h3> Removes the pixmap associated with <em>key</em> from the cache. |