Uses of Enum
io.qt.quick.QQuickItem.ItemChange
Packages that use QQuickItem.ItemChange
-
Uses of QQuickItem.ItemChange in io.qt.quick
Methods in io.qt.quick that return QQuickItem.ItemChangeModifier and TypeMethodDescriptionstatic QQuickItem.ItemChange
QQuickItem.ItemChange.resolve
(int value) Returns the corresponding enum entry for the given value.static QQuickItem.ItemChange
Returns the enum constant of this type with the specified name.static QQuickItem.ItemChange[]
QQuickItem.ItemChange.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QQuickItem.ItemChangeModifier and TypeMethodDescriptionprotected void
QQuickItem.itemChange
(QQuickItem.ItemChange arg__1, Object arg__2) protected void
QQuickPaintedItem.itemChange
(QQuickItem.ItemChange arg__1, Object arg__2)