QPixmapCache.Key Class Reference

[ QtGui module]

The QPixmapCache.Key class can be used for efficient access to the QPixmapCache . 更多...

方法

Special Methods


详细描述

The QPixmapCache.Key class can be used for efficient access to the 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.__init__ ( self )

Key.__init__ ( self , Key   other )

bool Key.__eq__ ( self , Key   key )

bool Key.__ne__ ( self , Key   key )