Uses of Class
io.qt.gui.QPixmapCache.Key
Package | Description |
---|---|
io.qt.gui |
-
Uses of QPixmapCache.Key in io.qt.gui
Methods in io.qt.gui that return QPixmapCache.Key Modifier and Type Method Description QPixmapCache.Key
QPixmapCache.Key. clone()
static QPixmapCache.Key
QPixmapCache. insert(QPixmap pixmap)
Methods in io.qt.gui with parameters of type QPixmapCache.Key Modifier and Type Method Description static QPixmap
QPixmapCache. find(QPixmapCache.Key key)
static void
QPixmapCache. remove(QPixmapCache.Key key)
static boolean
QPixmapCache. replace(QPixmapCache.Key key, QPixmap pixmap)
void
QPixmapCache.Key. swap(QPixmapCache.Key other)
Constructors in io.qt.gui with parameters of type QPixmapCache.Key Constructor Description Key(QPixmapCache.Key other)