Uses of Class
io.qt.widgets.QGraphicsView.CacheModeFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsView.CacheModeFlag in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsView.CacheModeFlag Modifier and Type Method Description 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
QGraphicsView.CacheModeFlag. valueOf(String name)
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.Methods in io.qt.widgets with parameters of type QGraphicsView.CacheModeFlag Modifier and Type Method Description QGraphicsView.CacheMode
QGraphicsView.CacheMode. combined(QGraphicsView.CacheModeFlag e)
Combines this flags with enum entry.QGraphicsView.CacheMode
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.void
QGraphicsView. setCacheMode(QGraphicsView.CacheModeFlag... mode)
Overloaded function forQGraphicsView.setCacheMode(io.qt.widgets.QGraphicsView.CacheMode)
.QGraphicsView.CacheMode
QGraphicsView.CacheMode. setFlag(QGraphicsView.CacheModeFlag e)
Sets the flage
QGraphicsView.CacheMode
QGraphicsView.CacheMode. setFlag(QGraphicsView.CacheModeFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.widgets with parameters of type QGraphicsView.CacheModeFlag Constructor Description CacheMode(QGraphicsView.CacheModeFlag... args)
Creates a new CacheMode where the flags inargs
are set.