Key 類

( QPixmapCache::Key )

The QPixmapCache::Key 類可以用於有效訪問 QPixmapCache . 更多...

頭: #include <Key>
Since: Qt 4.6

公共函數

Key ()
~Key ()

詳細描述

The QPixmapCache::Key 類可以用於有效訪問 QPixmapCache .

使用 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.

成員函數文檔編製

Key:: Key ()

構造空的 Key 對象。

Key:: ~Key ()

銷毀 Key。