summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpixmapcache.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqpixmapcache.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpixmapcache.html')
-rw-r--r--doc/html/tqpixmapcache.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html
index 2076161f2..057c99d32 100644
--- a/doc/html/tqpixmapcache.html
+++ b/doc/html/tqpixmapcache.html
@@ -125,7 +125,7 @@ pointer to become invalid. For this reason, we recommend you use
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.
If a pixmap is found, the function sets <em>pm</em> to that pixmap and
-returns TRUE; otherwise leaves <em>pm</em> alone and returns FALSE.
+returns true; otherwise leaves <em>pm</em> alone and returns false.
<p> Example:
<pre>
<a href="tqpixmap.html">TQPixmap</a> p;
@@ -154,11 +154,11 @@ deleted when more space is needed.
</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.
-Returns TRUE if successful, or FALSE if the pixmap is too big for the cache.
+Returns true if successful, or false if the pixmap is too big for the cache.
<p> <strong>
Note: <em>pm</em> must be allocated on the heap (using <tt>new</tt>).
-<p> If this function returns FALSE, you must delete <em>pm</em> yourself.
-<p> If this function returns TRUE, do not use <em>pm</em> afterwards or
+<p> If this function returns false, you must delete <em>pm</em> yourself.
+<p> If this function returns true, do not use <em>pm</em> afterwards or
keep references to it because any other insertions into the cache,
whether from anywhere in the application or within TQt itself, could cause
the pixmap to be discarded from the cache and the pointer to