java.lang.Object
io.qt.QtObject
io.qt.gui.QPixmapCache.Key
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QPixmapCache
QPixmapCache::Key class can be used for efficient access to the QPixmapCache
Java wrapper for Qt class QPixmapCache::Key
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPixmapCache.Key other) SeeQPixmapCache::Key::
operator=(QPixmapCache::Key) clone()
Creates and returns a copy of this object.final boolean
equals
(QPixmapCache.Key key) SeeQPixmapCache::Key::
operator==(QPixmapCache::Key)const boolean
SeeQPixmapCache::Key::
operator==(QPixmapCache::Key)const int
hashCode()
Returns the objects's hash code computed byqHash(QPixmapCache::Key)
.final boolean
isValid()
final void
swap
(QPixmapCache.Key other) SeeQPixmapCache::Key::
swap(QPixmapCache::Key&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Key
public Key() -
Key
-
-
Method Details
-
isValid
-
assign
See
QPixmapCache::Key::
operator=(QPixmapCache::Key) -
equals
See
QPixmapCache::Key::
operator==(QPixmapCache::Key)const -
swap
See
QPixmapCache::Key::
swap(QPixmapCache::Key&) -
equals
See
QPixmapCache::Key::
operator==(QPixmapCache::Key)const -
hashCode
Returns the objects's hash code computed byqHash(QPixmapCache::Key)
. -
clone
Creates and returns a copy of this object.
-