java.lang.Object
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) final void
protected final QSequentialConstIterator<QChannelComponent>
begin()
final int
final void
clone()
protected final QSequentialConstIterator<QChannelComponent>
end()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
removeChannelComponent
-
setJointIndex
-
setName
-
iterator
- Specified by:
iterator
in interfaceIterable<QChannelComponent>
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-