Obsolete Members for QPixmapCache
类QPixmapCache 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
静态公共成员
(deprecated in 6.6) bool | replace(const QPixmapCache::Key &key, const QPixmap &pixmap) |
成员函数文档
[static, deprecated in 6.6]
bool QPixmapCache::replace(const QPixmapCache::Key &key, const QPixmap &pixmap)
自 6.6 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用remove(key); key = insert(pixmap);
。
用指定的pixmap 替换与给定的key 相关联的像素图。如果pixmap 已正确插入缓存,则返回true
;否则返回false
。
传递的key 将更新为引用pixmap 。key 的其他副本(如果有)仍然引用旧像素图,但该函数会将其从缓存中删除。
另请参见 setCacheLimit() 和insert()。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.