Key

PyQt5.QtGui.QPixmapCache.Key

Description

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

Use 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.

Methods

__init__()

Constructs an empty Key object.


__init__(Key)

TODO


__eq__(Key) → bool

TODO


isValid() → bool

TODO


__ne__(Key) → bool

TODO


swap(Key)

TODO