Uses of Class
io.qt.qt3d.animation.QMorphingAnimation.Method
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QMorphingAnimation.Method in io.qt.qt3d.animation
Fields in io.qt.qt3d.animation with type parameters of type QMorphingAnimation.Method Modifier and Type Field Description QObject.Signal1<QMorphingAnimation.Method>
QMorphingAnimation. methodChanged
Methods in io.qt.qt3d.animation that return QMorphingAnimation.Method Modifier and Type Method Description QMorphingAnimation.Method
QMorphingAnimation. method()
static QMorphingAnimation.Method
QMorphingAnimation.Method. resolve(int value)
Returns the corresponding enum entry for the given value.static QMorphingAnimation.Method
QMorphingAnimation.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMorphingAnimation.Method[]
QMorphingAnimation.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.animation with parameters of type QMorphingAnimation.Method Modifier and Type Method Description void
QMorphingAnimation. setMethod(QMorphingAnimation.Method method)