java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPixmapCache
- All Implemented Interfaces:
QtObjectInterface
Application-wide cache for pixmaps
Java wrapper for Qt's class QPixmapCache
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QPixmapCache::Key class can be used for efficient access to the QPixmapCacheNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic int
static void
clear()
static QPixmap
find
(QPixmapCache.Key key) static QPixmap
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() -
QPixmapCache
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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)
-