Uses of Class
io.qt.widgets.QGraphicsItem.GraphicsItemChange
Package | Description |
---|---|
io.qt.multimedia.widgets | |
io.qt.widgets |
-
Uses of QGraphicsItem.GraphicsItemChange in io.qt.multimedia.widgets
Methods in io.qt.multimedia.widgets with parameters of type QGraphicsItem.GraphicsItemChange Modifier and Type Method Description protected Object
QGraphicsVideoItem. itemChange(QGraphicsItem.GraphicsItemChange change, Object value)
-
Uses of QGraphicsItem.GraphicsItemChange in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsItem.GraphicsItemChange Modifier and Type Method Description static QGraphicsItem.GraphicsItemChange
QGraphicsItem.GraphicsItemChange. resolve(int value)
Returns the corresponding enum entry for the given value.static QGraphicsItem.GraphicsItemChange
QGraphicsItem.GraphicsItemChange. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGraphicsItem.GraphicsItemChange[]
QGraphicsItem.GraphicsItemChange. values()
Returns an array containing the constants of this enum type, in the order they are declared.