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
- Since:
- This class was introduced in Qt 4.6.
-
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
- Parameters:
other
-
-
-
Method Details
-
isValid
- Returns:
- Since:
- This function was introduced in Qt 5.7.
-
assign
See
QPixmapCache::Key::
operator=(QPixmapCache::Key) - Parameters:
other
-
-
equals
See
QPixmapCache::Key::
operator==(QPixmapCache::Key)const - Parameters:
key
-- Returns:
-
swap
See
QPixmapCache::Key::
swap(QPixmapCache::Key&) - Parameters:
other
-
-
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.
-