Key Class
(QPixmapCache::Key)The QPixmapCache::Key class can be used for efficient access to the QPixmapCache. 更多...
头文件: | #include <Key> |
qmake: | QT += gui |
开始支持版本: | Qt 4.6 |
公有函数
详细描述
The QPixmapCache::Key class can be used for efficient access to the QPixmapCache.
Use QPixmapCache::insert() to receive an instance of Key generated by the pixmap cache. You can store the key in your own objects for a very efficient one-to-one object-to-pixmap mapping.