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-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqpixmapcache.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (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