Uses of Enum
io.qt.widgets.QGraphicsView.CacheModeFlag
-
Uses of QGraphicsView.CacheModeFlag in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QGraphicsView.CacheModeFlag []
QGraphicsView.CacheMode.flags()
Returns an array of flag objects represented by this CacheMode.static QGraphicsView.CacheModeFlag
QGraphicsView.CacheModeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QGraphicsView.CacheModeFlag
Returns the enum constant of this type with the specified name.static QGraphicsView.CacheModeFlag[]
QGraphicsView.CacheModeFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQGraphicsView.CacheModeFlag.cleared
(QGraphicsView.CacheModeFlag e) Excludes other enum entry from a flag of this entry.final QGraphicsView.CacheMode
QGraphicsView.CacheMode.combined
(QGraphicsView.CacheModeFlag e) Combines this flags with enum entry.QGraphicsView.CacheModeFlag.combined
(QGraphicsView.CacheModeFlag e) Combines this entry with other enum entry.static QGraphicsView.CacheMode
QGraphicsView.CacheModeFlag.flags
(QGraphicsView.CacheModeFlag ... values) Creates a newQGraphicsView.CacheMode
from the entries.final void
QGraphicsView.setCacheMode
(QGraphicsView.CacheModeFlag ... mode) Overloaded function forQGraphicsView.setCacheMode(io.qt.widgets.QGraphicsView.CacheMode)
.final QGraphicsView.CacheMode
QGraphicsView.CacheMode.setFlag
(QGraphicsView.CacheModeFlag e) Sets the flage
final QGraphicsView.CacheMode
QGraphicsView.CacheMode.setFlag
(QGraphicsView.CacheModeFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCacheMode
(QGraphicsView.CacheModeFlag ... args) Creates a new CacheMode where the flags inargs
are set.