Uses of Class
io.qt.qt3d.animation.QKeyframeAnimation.RepeatMode
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QKeyframeAnimation.RepeatMode in io.qt.qt3d.animation
Fields in io.qt.qt3d.animation with type parameters of type QKeyframeAnimation.RepeatMode Modifier and Type Field Description QObject.Signal1<QKeyframeAnimation.RepeatMode>
QKeyframeAnimation. endModeChanged
QObject.Signal1<QKeyframeAnimation.RepeatMode>
QKeyframeAnimation. startModeChanged
Methods in io.qt.qt3d.animation that return QKeyframeAnimation.RepeatMode Modifier and Type Method Description QKeyframeAnimation.RepeatMode
QKeyframeAnimation. endMode()
static QKeyframeAnimation.RepeatMode
QKeyframeAnimation.RepeatMode. resolve(int value)
Returns the corresponding enum entry for the given value.QKeyframeAnimation.RepeatMode
QKeyframeAnimation. startMode()
static QKeyframeAnimation.RepeatMode
QKeyframeAnimation.RepeatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QKeyframeAnimation.RepeatMode[]
QKeyframeAnimation.RepeatMode. 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 QKeyframeAnimation.RepeatMode Modifier and Type Method Description void
QKeyframeAnimation. setEndMode(QKeyframeAnimation.RepeatMode mode)
void
QKeyframeAnimation. setStartMode(QKeyframeAnimation.RepeatMode mode)