java.lang.Object
io.qt.QtObject
io.qt.gui.QPixmapCache
- All Implemented Interfaces:
QtObjectInterface
Application-wide cache for pixmaps
Java wrapper for Qt class QPixmapCache
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QPixmapCache::Key class can be used for efficient access to the QPixmapCache -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static void
clear()
static QPixmap
find
(QPixmapCache.Key key) static boolean
find
(QPixmapCache.Key key, QPixmap pixmap) static QPixmap
static boolean
static QPixmapCache.Key
static boolean
static void
remove
(QPixmapCache.Key key) static void
static boolean
replace
(QPixmapCache.Key key, QPixmap pixmap) static void
setCacheLimit
(int arg__1) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPixmapCache
public QPixmapCache()See
QPixmapCache::
QPixmapCache()
-
-
Method Details
-
cacheLimit
public static int cacheLimit() -
clear
public static void clear() -
find
-
find
-
insert
-
insert
-
remove
-
remove
-
replace
-
setCacheLimit
public static void setCacheLimit(int arg__1) -
find
- See Also:
-
find
- See Also:
-