Uses of Class
io.qt.qt3d.animation.QChannel
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QChannel in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QChannel Modifier and Type Method Description QChannel
QChannel. clone()
Methods in io.qt.qt3d.animation that return types with arguments of type QChannel Modifier and Type Method Description protected QIterator<QChannel>
QAnimationClipData. begin()
protected QIterator<QChannel>
QAnimationClipData. end()
Iterator<QChannel>
QAnimationClipData. iterator()
Methods in io.qt.qt3d.animation with parameters of type QChannel Modifier and Type Method Description void
QAnimationClipData. appendChannel(QChannel c)
void
QAnimationClipData. insertChannel(int index, QChannel c)
Constructors in io.qt.qt3d.animation with parameters of type QChannel Constructor Description QChannel(QChannel arg__1)