java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPixmapCache.Key
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QPixmapCache
public static class QPixmapCache.Key extends QtObject implements Cloneable
QPixmapCache::Key class can be used for efficient access to the QPixmapCache
Java wrapper for Qt class QPixmapCache::Key
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Key()
Key(QPixmapCache.Key other)
protected
Key(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPixmapCache.Key
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isValid()
void
swap(QPixmapCache.Key other)
-
Constructor Details
-
Method Details