java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QChannel
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QChannelComponent>
Defines a channel for a QAnimationClipData. The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent. In that case the interpolation will be performed using SLERP
Java wrapper for Qt's class Qt3DAnimation::QChannel
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendChannelComponent
(QChannelComponent component) protected final QIterator<QChannelComponent>
begin()
final int
final void
clone()
protected final QIterator<QChannelComponent>
end()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final void
insertChannelComponent
(int index, QChannelComponent component) iterator()
final int
final String
name()
final void
removeChannelComponent
(int index) final void
setJointIndex
(int jointIndex) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QChannel
public QChannel() -
QChannel
-
QChannel
-
QChannel
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appendChannelComponent
-
begin
-
channelComponentCount
-
clearChannelComponents
-
end
-
insertChannelComponent
-
jointIndex
-
name
-
removeChannelComponent
-
setJointIndex
-
setName
-
iterator
- Specified by:
iterator
in interfaceIterable<QChannelComponent>
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-