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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QPixmapCache.Key other) SeeQPixmapCache::Key::operator=(QPixmapCache::Key) clone()Creates and returns a copy of this object.final booleanequals(QPixmapCache.Key key) SeeQPixmapCache::Key::operator==(QPixmapCache::Key)const booleanSeeQPixmapCache::Key::operator==(QPixmapCache::Key)const inthashCode()Returns the objects's hash code computed byqHash(QPixmapCache::Key).final booleanisValid()final voidswap(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.
-