From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqpixmapcache.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqpixmapcache.html') diff --git a/doc/html/ntqpixmapcache.html b/doc/html/ntqpixmapcache.html index 403d88933..c04710bcd 100644 --- a/doc/html/ntqpixmapcache.html +++ b/doc/html/ntqpixmapcache.html @@ -74,17 +74,17 @@ key above. The bitBlt() is ten times faster than drawing the radio button. All radio buttons in the program share the cached pixmap since TQPixmapCache is application-global.

TQPixmapCache contains no member data, only static functions to -access the global pixmap cache. It creates an internal TQCache for +access the global pixmap cache. It creates an internal TQCache for caching the pixmaps.

The cache associates a pixmap with a string (key). If two pixmaps are inserted into the cache using equal keys, then the last pixmap -will hide the first pixmap. The TQDict and TQCache classes do +will hide the first pixmap. The TQDict and TQCache classes do exactly the same.

The cache becomes full when the total size of all pixmaps in the cache exceeds cacheLimit(). The initial cache limit is 1024 KByte (1 MByte); it is changed with setCacheLimit(). A pixmap takes roughly width*height*depth/8 bytes of memory. -

See the TQCache documentation for more details about the cache +

See the TQCache documentation for more details about the cache mechanism.

See also Environment Classes, Graphics Classes, and Image Processing Classes. -- cgit v1.2.3